Course Hive
Search

Welcome

Sign in or create your account

Continue with Google
or
¡Red Neuronal usando PyTorch! PyTorch tutorial
Play lesson

Deep Learning con Python y PyTorch - ¡Red Neuronal usando PyTorch! PyTorch tutorial

5.0 (0)
10 learners

What you'll learn

This course includes

  • 33 hours of video
  • Certificate of completion
  • Access on mobile and TV

Summary

Keywords

Full Transcript

Código: https://github.com/JACantoral/DL_fundamentals/blob/main/fundamentals_DL_PyTorch_FC_NN.ipynb Código para procesar MNIST: https://github.com/JACantoral/DL_fundamentals/blob/main/get_images.py Finalmente, llegamos a nuestro primer video donde utilizaremos PyTorch! En este tutorial de PyTorch Vamos a replicar el modelo de red neuronal que trabajamos en videos previos, pero ahora disfrutando de las ventajas de un Framework de Deep Learning. Por ahora, vamos a utilizar el modulo Sequential, en videos futuros vamos a realizar modelos más complejos creando nuestras propias clases que heredan de objetos de PyTorch. Así, vamos a implementar Redes Neuronales Convolucionales y Redes Neuronales Recurrentes. Acerca de la serie Fundamentos de Deep Learning con Python y PyTorch: En esta serie de videos explico qué son las Redes Neuronales (Neural Networks) y qué es Aprendizaje Computacional (Machine Learning) así como Deep Learning. Empezamos con los principios matemáticos fundamentales hasta su implementación en código. Para esto, primero utilizaremos Python y Numpy para entender los principios de programación de Redes Neuronales incluyendo el algoritmo de retropropagación (backpropagation). Con estas bases, presentaremos el framework PyTorch y construiremos modelos más complejos como son Redes Neuronales Convolucionales (Convolutional Neural Networks - CNNs). About the video series: In this video series I will explain what Neural Networks are, and how Deep Neural Networks work, from the mathematical principles to their implementation in code. Firstly, we will use pure Python and Numpy to understand the fundamentals including backpropagation for a simple Fully Connected Network, and from there we will build on to Convolutional Neural Networks (CNN) using PyTorch. I will be uploading at least one new video every week until we reach different architectures of CNNs. Then, depending on the response and interest in the series I may cover newer models using Generative Adversarial Networks (GANs), and Recurrent Neural Networks.

Course Hive

Continue this lesson in the app

Install CourseHive on Android or iOS to keep learning while you move.

Related Courses

FAQs

Course Hive
Download CourseHive
Keep learning anywhere