Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 2.17 KB

README.md

File metadata and controls

19 lines (17 loc) · 2.17 KB

Machine Learning

Study notes of Machine Learning course at Baku Higher Oil School for Masters of ICTS, Fall 2023.

Requirements

To replicate all examples:

pip install -r requirements.txt

Tasks

Topic Data Codes
Bayesian Learning tennis iPython Notebook and UI Application
Linear Regression pricevssold2 iPython Notebook
Logistic Regression coronary iPython Notebook
Logistic Regression Social_Network_Ads iPython Notebook
Neural Networks diabetes iPython Notebook
KNN shirtsize iPython Notebook
KNN mushrooms iPython Notebook