An open API service indexing awesome lists of open source software.

https://github.com/04bhavyaa/machine-learning-from-scratch


https://github.com/04bhavyaa/machine-learning-from-scratch

machine-learning matplotlib numpy pandas seaborn

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

## Machine Learning from Scratch

* __Day 1 (151224)__
* Simple Linear Regression (using scikit-learn and by creating class on my own)
* Regression Metrics (MSE, MAE, RMSE | R2 Score, Adjusted R2 Score)

* __Day 2 (181224)__
* APIs with examples
* Web Scraping (BeautifulSoup etc)
* File Handling (csv, json, xml, xlxs)
* Basic Data Analysis (Diabetes Dataset)

* __Day 3 (201224)__
* Basics of Python
* Condtitional Statements
* List, Tuple, Set, Dictionary
* Loops
* Operators

* __Day 4 (241224)__
* Libraries tutorial
* Matplotlib, Numpy, Pandas, Seaborn

* __Day 5 (271224)__
* Use Cases
* Diabetes prediction
* Rock Mine Prediction

* __Day 6 (291224)__
* Math for Machine Learning
* Vectors (Operations on Vectors)

* __Day 7 (020125)__
* Math for Machine Learning
* Vectors (Dot Product, Cross Product, Projection of a vector)