Introduction to Neural Networks in Python - Tensorflow-Keras
Offered By: Keith Galli via YouTube
Course Description
Overview
Syllabus
Video overview
Why use neural networks
How neural nets work architecture basics
Hyperparameter overview batch size, optimizer, dropout, learning rate, epochs
How do we choose layers, neurons, & other parameters?
Why do we need an activation function?
What activation function should I use?
Keras vs Tensorflow vs PyTorch
Coding starts github & setup
Writing our first neural network linear example
Selecting optimizer & loss function model.compile
Fitting training data to our model model.fit
Shuffle order of training data
Evaluate model on test data model.evaluate
Example #2: Classifying quadratic data
Example #3: Classifying 6 clusters of data try on your own
Using network to predict a single data point model.predict
Example #4: Classifying multiple labels at a time BinaryCrossentropy loss
Example #5: Classifying our complex data from start of video
Conclusion & Next steps of learning neural nets
Taught by
Keith Galli
Related Courses
Macroeconometric ForecastingInternational Monetary Fund via edX Machine Learning With Big Data
University of California, San Diego via Coursera Data Science at Scale - Capstone Project
University of Washington via Coursera Structural Equation Model and its Applications | 结构方程模型及其应用 (粤语)
The Chinese University of Hong Kong via Coursera Data Science in Action - Building a Predictive Churn Model
SAP Learning