/Machine_Learning_

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

Machine Learning

Ariel University, Israel || Semester B 2022

Including

  • Ex3:

    • Perceptron
    • AdaBoost
  • Ex4:

    • Knn
    • JL-transform
  • Final Project - Link:

    • Methods:
      • KNN
      • SVM
      • Logistic regression
      • NN
      • CNN
    • DataSet:
      • MNIST Digit
    • Check whether ML algorithms can classify images without image preprocessing
    • Extract feature vector from images using Auto-Encoder, use it as input to ML algorithms, and compare algorithms classification results.
    • Using the PCA algorithm, reduce image size, use it as input to ML classification algorithms, and compare them to results from the Auto-Encoder method.