Video description
If you know the basics of Python and you want to know deep learning, this course is designed for you. You’ll learn the theory behind this branch of artificial intelligence and machine learning, as well as the practical skills of building neural networks to create deep learning models for prediction and for automating and simplifying tasks.
Once you’ve digested the fundamentals, we’ll walk you through a project: implementing an artificial neural network in Python to create a deep learning model. Step by step, you’ll see how to work with datasets and build each layer of the network. By the end of the course, you will be familiar with the fundamental neural network architectures, including recurrent neural networks (RNNs) and convolutional neural networks (CNNs)) networks, and you will be able to build your own DL neural networks using Python, Keras, and Tensorflow. In short, you will be ready to build models and create programs that take data input and automate feature extraction, simplifying real-world tasks for humans.
This video course stands out from the hundreds of machine learning resources available on the internet because it filters out the fluff and unnecessary information and focuses on the essentials you need to get started on your deep learning journey. Consider this a fundamentals course that suits both beginners and more advanced deep learning practitioners who are looking to refresh or fill in the gaps in their knowledge.
Distributed by Manning Publications
This course was created independently by Meta Brains and is distributed by Manning through our exclusive liveVideo platform.
About the Technology
About the Video
What's Inside
- Fundamentals of deep learning theory
- Using Python for deep learning
- Use different frameworks in Python to solve real-world problems using deep learning and artificial intelligence
- Make predictions using linear regression, polynomial regression, and multivariate regression
- Build artificial neural networks with Tensorflow and Keras
About the Reader
- Experience with the basics of coding in Python
- Basic mathematical skills
About the Author
Meta Brains is a professional training brand developed by a team of software developers and finance professionals who have a passion for coding, finance, and Excel.
They bring together both professional and educational experiences to create world-class training programs accessible to everyone.
Currently, They're focused on the next great revolution in computing: the metaverse. The ultimate objective is to train the next generation of talent so we can code and build the metaverse together!
Quotes
Table of contents
- Introduction to Deep Learning
- Artificial Neural Networks (ANN)
- Propagation of information in ANNs
- Neural Network Architectures
- Activation Functions
- Gradient Descent Algorithm
- Summary Overview of Neural Networks
-
Implementation of ANN in Python
- Introduction
- Exploring the dataset
- Problem Statement
- Data Pre-processing
- Loading the dataset
- Splitting the dataset into independent and dependent variables
- Label encoding using scikit-learn
- One-hot encoding using scikit-learn
- Training and Test Sets: Splitting Data
- Feature scaling
- Building the Artificial Neural Network
- Adding the input layer and the first hidden layer
- Adding the next hidden layer
- Adding the output layer
- Compiling the artificial neural network
- Fitting the ANN model to the training set
- Predicting the test set results
- Convolutional Neural Networks (CNN)
- Implementation of CNN in Python
Product information
- Title: Python for Deep Learning
- Author(s):
- Release date: September 2022
- Publisher(s): Manning Publications
- ISBN: 10000DIVC2022155
You might also like
book
Deep Learning with Python, Second Edition
Printed in full color! Unlock the groundbreaking advances of deep learning with this extensively revised new …
book
Introduction to Machine Learning with Python
Machine learning has become an integral part of many commercial applications and research projects, but this …
book
Machine Learning for Time-Series with Python
Get better insights from time-series data and become proficient in model performance analysis Key Features Explore …
video
Machine Learning, Data Science and Generative AI with Python
This course begins with a Python crash course and then guides you on setting up Microsoft …