Learn the fundamentals and basics of machine learning such as terms and types of machine learning. Most of this was a refresher and the core of the course would start the following week.
Started talking about linear regression and the different forms it comes in
Discussed the Normal equation and computation complexity of performing it in different methods
Gradient Descent
Stochastic, Batch, and Mini-Batch
Polynomial Regression
Continued on the topic of Linear Regression and its forms
Regularized models
Ridge Regression
Lasso Regression
Elastic Net
Early Stopping
Logistic Regression
Estimating Probabilities
Decision Boundaries
Softmax Regression
Started on the Topic of Decision Trees
Training and Visualizing
Predicting
Estimating Probabilities
CART Training algorithm
Computation complexity
Gini impurity with entropy alternative
Regularization
Regression
Started on the Topic of Ensemble Learning
Decision Function
Single Classifier
Bayes Classifier
K-Nearest Neighbors
Decision Tree
Neural Network
Support Vector Machine
Ensemble Leas to better results
Selection & Fusion
Bayesian Learning
SVM & Finding hyperplanes
Optimazation for hyperplanes
Kernels
Linear Gaussian Exponential Polynomial Hybrid Kernel Sigmoidal
Naïve Bayes
Artificial Neural Networks
Foundation
Perceptron
Training functions
Backpropagation
Genetic Algorithms
Representation
Fitness
Reproduction
Convergence
Deep Learning
Very data driven
Supervised, unsupervised, Reinforcement
Convolutional Neural Networks
Activation Functions
Recurrent Neural Networks
LSTM