Skip to content

directcsd/ML-training---spanish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ML-training---spanish

These notebooks are supposed to be used as presentations together with RISE extension (https://github.com/damianavila/RISE) to Jupyter.

Although the training is still under development, the expected content would be:

  1. Introduction (appendix for environment installation)
  2. Datasets - Definition, Data Visualization, Preprocessing
  3. Supervised Learning (featuring Linear Regression and Logistic Regression), Model evaluation
  4. Supervised Learning (SVMs), Kernel trick
  5. Supervised Learning (KNN), Hyperparameter Optimization
  6. Supervised Learning (Decision Trees), Handling Underfitting/Overfitting
  7. Supervised Learning (Random Forests), Ensembles (Bagging, Boosting, Stacking)
  8. Supervised Learning (Neural Network), Introduction
  9. Supervised Learning (Neural Network), Learning (SGD, momentum, learning rate, etc), Loss functions, Initialization, Activations (Sigmoid, tanh, ReLU, etc), Regularization (including Dropout), Batch Normalization
  10. Supervised Learning (Convolutional Neural Network), Introduction, R-CNN
  11. Supervised Learning (Deep Neural Network), Skip connections (Residual Networks), Transfer learning
  12. Unsupervised Learning (Kmeans), Clustering, Anomaly detection
  13. Unsupervised Learning (Autoencoders), Representation learning, Generative networks
  14. RNN, LTSM, Embedding???
  15. Reinforcement Learning???
  16. Bayesian Deep Learning???