Introducción al Aprendizaje Profundo (Coursera)

Offered by Universidad Austral,
Introducción al Aprendizaje Profundo (Coursera)

Este curso te brindará los conocimientos introductorios sobre Aprendizaje Profundo, vas a entender los fundamentos teóricos y su implementación . Se comenzará entendiendo cómo evolucionó el campo hasta llegar a las redes profundas y cuáles son sus principales beneficios frente a otras técnicas de aprendizaje supervisado, así como también sus limitaciones y situaciones en donde no
posee un rendimiento superior

Class Deals by MOOC List - Click here and see Coursera's Active Discounts, Deals, and Promo Codes.

What You Will Learn

  • Interpretar qué es el aprendizaje profundo
  • Evaluar por qué usar técnicas de aprendizaje profundo y cuándo usarlo
  • Construir y entrenar una regresión logística para un problema de clasificación
  • Construir y entrenar una red neuronal completamente conectada para un problema de clasificación

Syllabus

WEEK 1
Introducción al aprendizaje profundo
Se estudiará qué es el aprendizaje supervisado, que son las redes neuronales, a qué llamamos aprendizaje profundo y cuál es su importancia actual

WEEK 2
Conceptos Básicos de Redes Neuronales
Se analizarán los conceptos más importantes referidos a las redes neuronales, partiendo desde la clasificación binaria con regresiones logísticas, el descenso del gradiente y la vectorización.

WEEK 3
Red Neuronal de una sola capa oculta
Se introducirán a las redes neuronales profundas, intuición de las funciones de activación, iniciaciones y propagaciones

WEEK 4
Red Neuronal Profundas
Se explorarán las Redes Neuronales denominadas profundas, es decir, aquellas con múltiples capas ocultas, que permiten una representación más compleja de los patrones en los datos. Se evaluará como cambia su implementación y optimización de parámetros

Go to Class
MOOC List is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Related Courses

Optimización de Redes Neuronales Profundas (Coursera) Coursera
Universidad Austral

Optimización de Redes Neuronales Profundas (Coursera)

Este curso se centrará en la optimización de Redes Neuronales Profundas, cambiando la idea de que todo el proceso es una “caja negra”. Comprenderá qué impulsa el rendimiento y podrá obtener mejores resultados de manera más sistemática. Entenderá cómo optimizar los principales Hiperparámetros y su implementación. Además, aprenderá nuevos conceptos útiles para el entrenamiento de las redes como los mini-batch y las regularizaciones. También, aprenderá a implementar una red neuronal utilizando TensorFlow

Sep 28th 2026
3 Weeks
Computational Vision (Coursera) Coursera
University of Colorado Boulder

Computational Vision (Coursera)

In this course, we will expand on vision as a cognitive problem space and explore models that address various vision tasks. We will then explore how the boundaries of these problems lead to a more complex analysis of the mind and the brain and how these explorations lead to more complex computational models of understanding.

Sep 21st 2026
4 Weeks
Build Decision Trees, SVMs, and Artificial Neural Networks (Coursera) Coursera
CertNexus

Build Decision Trees, SVMs, and Artificial Neural Networks (Coursera)

There are numerous types of machine learning algorithms, each of which has certain characteristics that might make it more or less suitable for solving a particular problem. Decision trees and support-vector machines (SVMs) are two examples of algorithms that can both solve regression and classification problems, but which have different applications. Likewise, a more advanced approach to machine learning, called deep learning, uses artificial neural networks (ANNs) to solve these types of problems and more. Adding all of these algorithms to your skillset is crucial for selecting the best tool for the job.

Sep 21st 2026
5-12 Weeks
Machine Learning (Coursera) Coursera
Stanford University

Machine Learning (Coursera)

Machine learning is the science of getting computers to act without being explicitly programmed. In the past decade, machine learning has given us self-driving cars, practical speech recognition, effective web search, and a vastly improved understanding of the human genome. Machine learning is so pervasive today that you probably use it dozens of times a day without knowing it. Many researchers also think it is the best way to make progress towards human-level AI. In this class, you will learn about the most effective machine learning techniques, and gain practice implementing them and getting them to work for yourself. More importantly, you'll learn about not only the theoretical underpinnings of learning, but also gain the practical know-how needed to quickly and powerfully apply these techniques to new problems.

Sep 21st 2026
5-12 Weeks
Data Warehousing and Business Intelligence (Coursera) Coursera
University of California, Irvine

Data Warehousing and Business Intelligence (Coursera)

This course builds on “The Nature of Data and Relational Database Design” to extend the process of capturing and manipulating data through data warehousing and data mining. Once the transactional data is processed through ETL (Extract, Transform, Load), it is then stored in a data warehouse for use in managerial decision making. Data mining is one of the key enablers in the process of converting data stored in a data warehouse into actionable insight for better and faster decision making.

Sep 21st 2026
4 Weeks
Raising Capital: Credit Tech, Coin Offerings, and Crowdfunding (Coursera) Coursera
University of Michigan

Raising Capital: Credit Tech, Coin Offerings, and Crowdfunding (Coursera)

Consider the benefits and challenges of disruptive capital-raising technology. Advances in technology have both systematized and democratized consumers’ and business’ access to capital. In this course, you will explore the ways in which technology has transformed access to consumer credit and access to seed capital for business projects.

Sep 21st 2026
4 Weeks
Natural Language Processing with Classification and Vector Spaces (Coursera) Coursera
DeepLearning.AI

Natural Language Processing with Classification and Vector Spaces (Coursera)

In Course 1 of the Natural Language Processing Specialization, offered by deeplearning.ai, you will: a) Perform sentiment analysis of tweets using logistic regression and then naïve Bayes, b) Use vector space models to discover relationships between words and use PCA to reduce the dimensionality of the vector space and visualize those relationships, and c) Write a simple English to French translation algorithm using pre-computed word embeddings and locality sensitive hashing to relate words via approximate k-nearest neighbor search.

Sep 21st 2026
4 Weeks
Introduction to Machine Learning: Supervised Learning (Coursera) Coursera
University of Colorado Boulder

Introduction to Machine Learning: Supervised Learning (Coursera)

In this course, you’ll be learning various supervised ML algorithms and prediction tasks applied to different data. You’ll learn when to use which model and why, and how to improve the model performances. We will cover models such as linear and logistic regression, KNN, Decision trees and ensembling methods such as Random Forest and Boosting, kernel methods such as SVM.

Sep 21st 2026
5-12 Weeks
Machine Learning Basics (Coursera) Coursera
Sungkyunkwan University - SKKU

Machine Learning Basics (Coursera)

In this course, you will: understand the basic concepts of machine learning; understand a typical memory-based method, the K nearest neighbor method; understand linear regression; understand model analysis. Please make sure that you’re comfortable programming in Python and have a basic knowledge of mathematics including matrix multiplications, and conditional probability.

Sep 28th 2026
4 Weeks
Introduction to Deep Learning (Coursera) Coursera
University of Colorado Boulder

Introduction to Deep Learning (Coursera)

Deep Learning is the go-to technique for many applications, from natural language processing to biomedical. Deep learning can handle many different types of data such as images, texts, voice/sound, graphs and so on. This course will cover the basics of DL including how to build and train multilayer perceptron, convolutional neural networks (CNNs), recurrent neural networks (RNNs), autoencoders (AE) and generative adversarial networks (GANs).

Sep 21st 2026
5-12 Weeks