Datasets can be seen in data and Jupyter notebooks are in Notebook. Deep Learning parts are in here.
We implement several machine learning algorithms as follows:
- KNN
- Decision Tree
- Linear models for regression
- Linear models for classification
- Naive Bayes
- Probability distribution
- Mixture models
- Gaussian Process
- DNN for classification and regression
git clone https://github.com/H-Joker/sunrise-machine-learning-2022.git
cd sunrise-machine-learning-2022
conda create -n ml python=3.9.0
conda activate ml
pip install -r requirements.txt