/ml_projects

Small ML projects I've built from tutorials/courses while I teaching myself ml.

Primary LanguageJupyter Notebook

Machine Learning Projects

Small ML projects I've built from tutorials/courses to teach myself ml & ai.

These are some of the models I've made to teach myself machine learning and AI. I post them so that maybe it helps some other people in understanding the basic concepts better.

Models

Name Technology Used Difficulty Notebook Path
CO2Emission Prediction Multi Linear Regression with scikit-learn Easy Google Collab path
Iris Flower Type Prediction k-Nearest Neighbour classification with scikit-learn Easy Google Collab path
Neural Network from Scratch Neural Networks with Basic Python Easy Google Collab path
Regression with Keras Neural Networks, Keras, Python Easy Google Collab path