In this article, I am going to show you step-by-step how to encode text using a word2vec model of your choice.
Category Archives: projects
Machine Learning for Beginners; Project 5: Naive Bayes Classifier
In this tutorial I will be using the spicy pepper classifier to create a simple classifier.
Machine Learning for Beginners; Project 4: Decision Tree Classifier
In this project I am going to show and explain you how to build a decision tree step-by-step on the iris dataset.
Machine Learning for Beginners; Project 3: Pokemon k-nearest neighbors classifier
Create an algorithm that will label a new generated Pokem with the knn classifier
Machine Learning for Beginners; Project 2: Linear Regression Model
Learn how to train a simple linear regression model in the simple way.
Machine Learning for Beginners; Project 1: predicting Titanic Survivors
How to create a classification model explained as easily as possible.