Whenever there is an article on an end-to-end deep learning project, it consists of training a deep learning model, deploying a Flask API, and then making sure it works or it extensively consists of creating a web demo using Streamlit or something similar. The problem with this approach is that it talks about a straight-forward and typical path that has been tried and tested. It merely takes replacing a single piece of the puzzle with an equivalent, such as a sentiment analysis model with a classification model, etc, and a new project can be created, but the wireframe remains mostly the same.
Read MoreTag: pytorch
Hands-on to ReAgent: End-to-End Platform for Applied Reinforcement Learning
Facebook ReAgent, previously known as Horizon is an end-to-end platform for using applied Reinforcement Learning in order to solve industrial problems. The main purpose of this framework is to make the development & experimentation of deep reinforcement algorithms fast. ReAgent is built on Python. It uses PyTorch framework for data modelling and training and TorchScript for serving.
Read MoreWhy ML in production is (still) broken and ways we can fix it
By now, chances are you’ve read the famous paper about hidden technical debt by Sculley et al. from 2015. As a field, we have accepted that the actual share of Machine Learning is only a fraction of the work going into successful ML projects. The resulting complexity, especially in the transition to “live” environments, lead to large amounts of failed ML projects never reaching production.
Read MoreComplete Guide to AutoGL -The latest AutoML Framework for graph datasets
Creating algorithms is difficult and time-consuming. This specific problem has inspired researchers to develop some productivity tools to help young members in this domain. This has given birth to a revolutionary field in Data Science called Auto Machine Learning(AutoML). AutoML provides methods and processes to make Machine Learning available to non-Machine Learning experts, to improve efficiency of Machine Learning and speed up the research.
Read MoreGuide to Pytorch Time-Series Forecasting
Now PyTorch is capable of handling a full pipeline in deep learning and AI projects, but some of the things can be pretty messy like using PyTorch for Forecasting, so a third party is introduced by Jan Beitner Pytorch Forecasting”
Read MoreA guide to monitoring ML and Deep Learning experiments
Training machine learning/ deep learning models can take a really long time, and understanding what is happening as your model is training is absolutely crucial. Typically you can monitor…
Read MoreGoogle’s Cloud TPUs now better support PyTorch
In 2018, Google introduced accelerated linear algebra (XLA), an optimizing compiler that speeds up machine learning models’ operations by combining what used to be multiple kernels into one.
Read MoreWriting a production-level Machine Learning Framework: Lessons learned
Some of our insights from developing a PyTorch framework for training and running deep learning models …
Read MoreCollaborative filtering in Pytorch
Building a Neural Network with embedding for movie recommendations.
Read More