In this tutorial I will be using the spicy pepper classifier to create a simple classifier.
Tag Archives: learn python
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.
Can I learn python in 2 months?
In this post, I am going to explain to which steps you need to follow to learn the basic of programming in 2 months.
Article length: 5 mins
Audience: White Belt (Beginner)
How to write recursive functions in Python
Guide on how to write recursive functions from scratch.
Article length: 7 mins
Audience: Green Belt (intermediate)
How to write a class in Python
A simple guide on how to create objects using Python classes.
Article length: 7 mins
Audience: Yellow Belt (beginner)
Is learning code worth it?
Coding changed my life, this is my take on the advantages that you will gain by learning how to code.
Length: 5 minutes
Difficulty: White Belt (beginner)
Schrodinger’s pandas, and how to open the box with Python
How to show the running bar when using an apply function on a pandas DataFrame
Article length: 5 mins
Difficulty: Orange Belt (intermediate)