You are on page 1of 3

REDES NEURONALES - SYLABUS

FUNDAMENTOS DE MACHINE LEARNING


CONJUNTOS DE DATOS
Terminología Básica.  [ref: google]
Ejemplos de conjuntos de datos. [ref: Mnist, IRIS, CIFAR-10, Imagenet]
Conjuntos de entrenamiento y prueba [ref: google]
Ejemplo: Dividir conjuntos de entranamiento [ref: Hands-On Machine Learning with
Scikit-Learn and TensorFlow, Pag. 49]

REGRESION LINEAL
Linear Prediction. [ref: opcion1 option2, option3, media1]
Entrenamiento y pérdida. [ref: google, google2]
Optimización GradientDescent. [ref: option1, media1]
Taza de aprendizaje. [ref: option1, option2]
Ejemplo Practico GradientDescent y Taza de aprendizaje [ref: option1, media1]
Stochastic Gradient Descent [ref. option1, option2]
Overfitting and Underfitting [ref. option1, option2, option3, option4]
Regularizacion L1. [ref. option1]
Regularizacion L2. [ref: option1, option2]
Ejemplo: Regresion Lineal con python [ref: option1]

NEURAL NETWORKS
PERCEPTRON
Neurona Artificial. [ref: option1]
The XOR Problem. [ref: option1, option2, code1]
Funciones de Activación. [ref: option1, sigmoide]
Softmax. [ref: option1, option2]

MULTI-LAYER PERCEPTRON
[Importante Parte 1] https://www.youtube.com/watch?v=MRIv2IwFTPg
[Importante Parte 2] https://www.youtube.com/watch?v=uwbHOpp9xkc
[Importante Parte 3] https://www.youtube.com/watch?v=eNIqz_noix8&t
[Importante Parte 4] https://www.youtube.com/watch?v=M5QHwkkHgAA&t
Arquitectura de una red neuronal [ref: option1]
Inicialización de pesos [ref: option, option1]
Hiper-Parametros [ref: option1]
Forward and backward Propagation. [ref: option1, option2]
Gradient Descent. [ref: option1]
Tamaño de un Minibatch [ref: option1]
Ejemplo: Red neuronal con python [ref: media1, code1]
Ejemplo: Red Neuronal MNIST [ref: example1, example2]

CONVOLUTIONAL NEURAL NETWORKS


[ref: CNN ,CS231, extra, goodfellow,  blog]

ARCHITECTURE OVERVIEW

CONVNET LAYERS
CONVOLUTIONAL LAYER. [ref:  option1]
POOLING LAYER
NORMALIZATION LAYER
FULLY-CONNECTED LAYER
CONVERTING FULLY-CONNECTED LAYERS TO CONVOLUTIONAL LAYERS

CONVNET ARCHITECTURES
LAYER PATTERNS
LAYER SIZING PATTERNS
CASE STUDIES (LENET / ALEXNET / ZFNET / GOOGLENET / VGGNET)
COMPUTATIONAL CONSIDERATIONS
MNIST EXAMPLE [ref: option1]
ADDITIONAL REFERENCES
Pre-procesamiento de la data. [ref: option1]
Inicializacion de Filtros [ref: option1, option2]
Dificultad en el entrenamiento. [ref: option1]
Computer Vision [ref: option1]

EXTRA

  https://www.coursera.org/specializations/tensorflow-in-practice?authMode=login&utm_c
ampaign=WebsiteCoursesTFSC1SyllabusButton&utm_medium=institutions&utm_source=
deeplearningai
TensorFlow in Practice | Coursera • www.coursera.org

You might also like