项目作者: mahtaz

项目描述 :
machine learning from scratch
高级语言: Jupyter Notebook
项目地址: git://github.com/mahtaz/ML-from-scratch.git
创建时间: 2021-06-05T17:12:49Z
项目社区:https://github.com/mahtaz/ML-from-scratch

开源协议:

下载


ML-from-scratch

Machine Learning materials and projects for the machine learning course at sharif university of technology

Table of contents

Ensemble methods

Bagging\
Random Forest\
Boosting : AdaBoost\
Feature Selction

>Filtering : correlation coefficient

KNN_Decision tree
k nearest neighbour \
decision tree\
training models and t-test for comparing them

>using k fold validation for evaluation

PCA kmeans GMM
K-Means\
gaussian mixture model \
t-sne\
PCA

implementing PCA using SVD\
implementing PCA without using SVD


SVM_perceptron
soft margin SVM\
Perceptron