Projects for machine learning courses taught by Prof. Deng Cai at Zhejiang Unviersity in 2019 fall.
This project is the assignments of Machine Learning course. Main body of this project is the implementation about various ML algorithms.
This project implements the following ML algorithms:
cd ./hw_1
tar -xzf data.tar.gz
AMCS_ZJU: this project also implements some ML algorithm, like Levenberg-Marquardt Optimization
, SVM
etc.