Data Science
Last article written on
Sep 13, 2021
By
Mausam Gaurav
4 Articles tagged in Data Science

 

Article Sep 13, 2021
Article Author   Mausam Gaurav
Page Visits   13245
Data Science Neural Networks Python

PyTorch is an open source deep learning framework that is used as a base for many modern machine learning applications such as computer vision and Natural Language Processing. It is the Python implementation of the Torch library built in Lua. If you are familiar with the popular transformers library from ...

Article Feb 10, 2021
Article Author   Mausam Gaurav
Page Visits   17974
Machine Learning Data Science General

This article is the continuation of our previous article where we built a simple machine learning app to predict the species of a sample Iris flower. In the previous article, we learned how to create this application from scratch (with Django and React) and we also learned how to put our ...

Article Dec 19, 2019
Article Author   Mausam Gaurav
Page Visits   24148
Machine Learning Data Science Python

Once you have successfully built a machine learning model, one of the first challenges is putting the model into production so that it can be used for realistic purposes. One of the best ways to achieve this is to create a REST API for your model so that the model can ...

1 2 Next Last