/DeepLearning-MachineLearning_tutorial

For Deep Learning/Machine Learning Primer, FAREASTONE employee training

Primary LanguageJupyter Notebook

Deep Learning/Machine Learning Tutorial

  • Objective

    • Simple example for DL/ML primer
  • Toolkit

  • Python 2.7 or 3.5

  • Numpy version >= 1.13.1 Tensorflow version >= 1.0.1 Keras version >= 2.0.6 Sklearn version >= 0.18.2

Homework_1 ANN

Homework_2 Linear Regression

Item Description
Samples total 506
Dimensionality 13
Features real, positive
Targets real 5. - 50.
  • Model: **Linear Regression **

    alam txt

Homework_3 Logistic Regression

alam txt

Homework_4 SVM

Appendix_4 Kernel Model

Homework_5 Decision Tree

  • Dataset: iris dataset (classification)

    Item Description
    Classes 3
    Samples per class 50
    Samples total 150
    Dimensionality 4
    Features real, positive
  • Model: Decision Tree

    alam txt

Appendix_6 AdaBoost Classifier Implementation (without sklearn)

Appendix_7 kMeans Implementation (without sklearn)