In this tutorial, we will be building a speech recognition system using Pytorch and Facebook’s state of the art language model, Wav2Vec 2.0. There are many libraries and tools...
Continue reading...Python
Build a Simple Javascript Helper Chatbot Using OpenAI, GPT-3 and Python
In this tutorial, we will be building a Javascript helper chatbot using OpenAIs GPT-3 engine. This chatbot will be capable of answering all your Javascript related...
Continue reading...A simple sales forecasting tool using Pycaret
In one of my previous blog posts, I have used the NeuralProphet library for predicting stock prices. In this blog, I am going to predict the future sales of...
Continue reading...Recommender System Using “Surprise”
Recommender Systems are used to predict user preferences or we can say that these are systems that help people find things when the manual process of...
Continue reading...Stock price prediction using NeuralProphet
Predicting stock price is a difficult task. Many factors affect the stock price like company policies and government policies. These policy changes affect stock prices to...
Continue reading...AutoML for Beginners with H2O
This is the famous “Titanic – Machine Learning from Disaster” competition from Kaggle. If you are new to Machine Learning this is one of the best,...
Continue reading...