Skip to content

Use python Jupyter notebooks (numpy, pandas, matplotlib, etc) to implement and test simple machine learning algorithms.

Notifications You must be signed in to change notification settings

juanjoneri/Learning-Machine-Learning

Repository files navigation

Learning-Machine-Learning

Based on Standford's CS231n

Convolutional Neural Networks for Visual Recognition

Notes Order

  • Nearest Neighbors

    • Print Number
    • Find Distance
    • Nearest Neighbors
    • Test Nearest Neighbors
    • Knearest
  • Linear Regression

    • DataPeek (Andrew's HW2 data)
    • Linear Regression wiht 2 Variables
    • 2 Variables Linear model, 3D visualization
    • Matlab 3D visualization
  • Gradient Descent

    • AbalonePeek
    • Gradient Descent
  • Logistic Regression

    • Logistic on Iris Data
    • Logistic on Titanic
  • Softmax (multinomial logistic)

    • Softmax (notMNIST, TensorFlow in action!)
  • Neural Networks

    • First NN