#concept-pamphlet #todo: this is an ongoing work in progress over the next year

Machine Learning

Terms

#todo : fill in terms from CS 229 Lecture Notes - Spring 2023.pdf

Structure is currently pulled from CS 229 Lecture Notes - Spring 2023.pdf [1] :

  • linear regression
    • least mean squares (LMS)
  • classification
    • logistic regression
  • generalized linear models (GLM)
  • gaussian discriminant analysis (GDA)
  • naive bayes
  • kernels
  • support vector machines
  • deep learning
    • back-propagation
  • unsupervised learning
    • k-means algorithm
    • expectation-maximization algorithm (EM)
    • principal component analysis (PCA)
    • independent component anlaysis
    • pre-training transformers
  • transformer

on the components needed to recreate a brain

  • visual
  • auditory
  • reasoning
  • kinesthetic
  • smell
  • taste

On structured resources for these topics

Build a neural network ๐Ÿงธ

Reinforcement Learning

  • reinforcement learning from human feedback (RLHF)
  • markov decision processes (MDPs)
  • linear quadratic regulation (LQR)
  • differential dynamic programming (DDP)
  • linear quadratic gaussian (LQG)

References

  1. CS 229 Lecture Notes - Spring 2023.pdf
  2. Ian Goodfellow Deep Learning Textbook 2016

On audio recognition