【 NYCU 2022 Fall Semester 】by Professor 林彥宇
Implement linear regression by using only NumPy, then train implemented model using Gradient Descent by the provided dataset and test the performance with testing data.
Implement Fisher’s linear discriminant by using only numpy, then train the model by the provided dataset and test the performance with testing data
Implement the Decision Tree, AdaBoost and Random Forest algorithm by using only NumPy, then train implemented model by the provided dataset and test the performance with testing data.
Implement the Cross-validation and grid search by using only NumPy, then train the SVM model from scikit-learn by the provided dataset and test the performance with testing data.