Companies Home Search Profile

Tensorflow 2.0: Deep Learning and Artificial Intelligence

Focused View

Lazy Programmer Inc.,Lazy Programmer Team

23:51:44

0 View
  • 1. Introduction.mp4
    04:03
  • 2. Outline.mp4
    12:47
  • 3. Where to get the code, notebooks, and data.mp4
    04:29
  • 1. Intro to Google Colab, how to use a GPU or TPU for free.mp4
    12:32
  • 2. Tensorflow 2.0 in Google Colab.mp4
    07:54
  • 3. Uploading your own data to Google Colab.mp4
    11:41
  • 4. Where can I learn about Numpy, Scipy, Matplotlib, Pandas, and Scikit-Learn.mp4
    11:00
  • 5. How to Succeed in This Course.mp4
    03:04
  • 6. Temporary 403 Errors.mp4
    02:57
  • 1. What is Machine Learning.mp4
    14:26
  • 2. Code Preparation (Classification Theory).mp4
    15:59
  • 3. Classification Notebook.mp4
    22:21
  • 4. Code Preparation (Regression Theory).mp4
    07:19
  • 5. Regression Notebook.mp4
    27:28
  • 6. The Neuron.mp4
    09:58
  • 7. How does a model learn.mp4
    10:54
  • 8. Making Predictions.mp4
    06:45
  • 9. Saving and Loading a Model.mp4
    04:28
  • 10. Why Keras.mp4
    04:27
  • 11. Suggestion Box.mp4
    03:10
  • 1. Artificial Neural Networks Section Introduction.mp4
    06:00
  • 2. Beginners Rejoice The Math in This Course is Optional.mp4
    12:31
  • 3. Forward Propagation.mp4
    09:40
  • 4. The Geometrical Picture.mp4
    09:43
  • 5. Activation Functions.mp4
    17:18
  • 6. Multiclass Classification.mp4
    08:41
  • 7. How to Represent Images.mp4
    12:36
  • 8. Color Mixing Clarification.mp4
    00:54
  • 9. Code Preparation (ANN).mp4
    12:42
  • 10. ANN for Image Classification.mp4
    08:36
  • 11. ANN for Regression.mp4
    11:05
  • 1. What is Convolution (part 1).mp4
    16:38
  • 2. What is Convolution (part 2).mp4
    05:56
  • 3. What is Convolution (part 3).mp4
    06:41
  • 4. Convolution on Color Images.mp4
    15:58
  • 5. CNN Architecture.mp4
    20:58
  • 6. CNN Code Preparation.mp4
    15:13
  • 7. CNN for Fashion MNIST.mp4
    06:46
  • 8. CNN for CIFAR-10.mp4
    04:28
  • 9. Data Augmentation.mp4
    08:51
  • 10. Batch Normalization.mp4
    05:14
  • 11. Improving CIFAR-10 Results.mp4
    10:22
  • 1. Sequence Data.mp4
    18:27
  • 2. Forecasting.mp4
    10:35
  • 3. Autoregressive Linear Model for Time Series Prediction.mp4
    12:01
  • 4. Proof that the Linear Model Works.mp4
    04:12
  • 5. Recurrent Neural Networks.mp4
    21:34
  • 6. RNN Code Preparation.mp4
    05:50
  • 7. RNN for Time Series Prediction.mp4
    11:11
  • 8. Paying Attention to Shapes.mp4
    08:27
  • 9. GRU and LSTM (pt 1).mp4
    17:35
  • 10. GRU and LSTM (pt 2).mp4
    11:36
  • 11. A More Challenging Sequence.mp4
    09:19
  • 12. Demo of the Long Distance Problem.mp4
    19:26
  • 13. RNN for Image Classification (Theory).mp4
    04:41
  • 14. RNN for Image Classification (Code).mp4
    04:00
  • 15. Stock Return Predictions using LSTMs (pt 1).mp4
    12:03
  • 16. Stock Return Predictions using LSTMs (pt 2).mp4
    05:45
  • 17. Stock Return Predictions using LSTMs (pt 3).mp4
    11:59
  • 18. Other Ways to Forecast.mp4
    05:14
  • 1. Embeddings.mp4
    13:12
  • 2. Code Preparation (NLP).mp4
    13:17
  • 3. Text Preprocessing.mp4
    05:30
  • 4. Text Classification with LSTMs.mp4
    08:19
  • 5. CNNs for Text.mp4
    08:07
  • 6. Text Classification with CNNs.mp4
    06:10
  • 1. Recommender Systems with Deep Learning Theory.mp4
    13:10
  • 2. Recommender Systems with Deep Learning Code.mp4
    09:17
  • 1. Transfer Learning Theory.mp4
    08:12
  • 2. Some Pre-trained Models (VGG, ResNet, Inception, MobileNet).mp4
    05:41
  • 3. Large Datasets and Data Generators.mp4
    07:03
  • 4. 2 Approaches to Transfer Learning.mp4
    04:51
  • 5. Transfer Learning Code (pt 1).mp4
    10:49
  • 6. Transfer Learning Code (pt 2).mp4
    08:12
  • 1. GAN Theory.mp4
    15:51
  • 2. GAN Code.mp4
    12:10
  • 1. Deep Reinforcement Learning Section Introduction.mp4
    06:34
  • 2. Elements of a Reinforcement Learning Problem.mp4
    20:18
  • 3. States, Actions, Rewards, Policies.mp4
    09:24
  • 4. Markov Decision Processes (MDPs).mp4
    10:07
  • 5. The Return.mp4
    04:56
  • 6. Value Functions and the Bellman Equation.mp4
    09:53
  • 7. What does it mean to learn.mp4
    07:18
  • 8. Solving the Bellman Equation with Reinforcement Learning (pt 1).mp4
    09:49
  • 9. Solving the Bellman Equation with Reinforcement Learning (pt 2).mp4
    12:04
  • 10. Epsilon-Greedy.mp4
    06:09
  • 11. Q-Learning.mp4
    14:15
  • 12. Deep Q-Learning DQN (pt 1).mp4
    14:05
  • 13. Deep Q-Learning DQN (pt 2).mp4
    10:25
  • 14. How to Learn Reinforcement Learning.mp4
    05:57
  • 1. Reinforcement Learning Stock Trader Introduction.mp4
    05:14
  • 2. Data and Environment.mp4
    12:22
  • 3. Replay Buffer.mp4
    05:40
  • 4. Program Design and Layout.mp4
    06:56
  • 5. Code pt 1.mp4
    05:46
  • 6. Code pt 2.mp4
    09:40
  • 7. Code pt 3.mp4
    06:27
  • 8. Code pt 4.mp4
    07:25
  • 9. Reinforcement Learning Stock Trader Discussion.mp4
    03:36
  • 10. Help! Why is the code slower on my machine.mp4
    08:19
  • 1. What is a Web Service (Tensorflow Serving pt 1).mp4
    05:55
  • 2. Tensorflow Serving pt 2.mp4
    16:56
  • 3. Tensorflow Lite (TFLite).mp4
    08:30
  • 4. Why is Google the King of Distributed Computing.mp4
    08:47
  • 5. Training with Distributed Strategies.mp4
    07:00
  • 6. Using the TPU.mp4
    06:13
  • 1. Differences Between Tensorflow 1.x and Tensorflow 2.x.mp4
    10:02
  • 2. Constants and Basic Computation.mp4
    09:39
  • 3. Variables and Gradient Tape.mp4
    12:59
  • 4. Build Your Own Custom Model.mp4
    10:47
  • 1. Mean Squared Error.mp4
    09:11
  • 2. Binary Cross Entropy.mp4
    05:58
  • 3. Categorical Cross Entropy.mp4
    08:06
  • 1. Gradient Descent.mp4
    07:52
  • 2. Stochastic Gradient Descent.mp4
    04:36
  • 3. Momentum.mp4
    06:10
  • 4. Variable and Adaptive Learning Rates.mp4
    11:45
  • 5. Adam (pt 1).mp4
    13:15
  • 6. Adam (pt 2).mp4
    11:14
  • 1. How to get the Tensorflow Developer Certificate.mp4
    15:12
  • 2. What to Learn Next.mp4
    14:28
  • 1. How to Choose Hyperparameters.mp4
    06:16
  • 2. Get the Exercise Pack for This Course.mp4
    04:03
  • 1. Pre-Installation Check.mp4
    04:12
  • 2. How to install Numpy, Scipy, Matplotlib, Pandas, IPython, Theano, and TensorFlow.mp4
    17:30
  • 3. Anaconda Environment Setup.mp4
    20:20
  • 4. Installing NVIDIA GPU-Accelerated Deep Learning Libraries on your Home Computer.mp4
    22:15
  • 1.1 Data Links.html
  • 1.2 Github Links.html
  • 1. Get Your Hands Dirty, Practical Coding Experience, Data Links.mp4
    08:33
  • 2. How to use Github & Extra Coding Tips (Optional).mp4
    11:12
  • 3. Beginners Coding Tips.mp4
    13:21
  • 4. How to Code Yourself (part 1).mp4
    15:54
  • 5. How to Code Yourself (part 2).mp4
    09:23
  • 6. Proof that using Jupyter Notebook is the same as not using it.mp4
    12:29
  • 7. Is Theano Dead.mp4
    10:03
  • 1. How to Succeed in this Course (Long Version).mp4
    10:24
  • 2. Is this for Beginners or Experts Academic or Practical Fast or slow-paced.mp4
    22:04
  • 3. Machine Learning and AI Prerequisite Roadmap (pt 1).mp4
    11:18
  • 4. Machine Learning and AI Prerequisite Roadmap (pt 2).mp4
    16:07
  • 5. Common Beginner Questions What if Im advanced.mp4
    22:11
  • 1. What is the Appendix.mp4
    02:48
  • 2. BONUS.mp4
    05:48
  • Description


    Machine Learning & Neural Networks for Computer Vision, Time Series Analysis, NLP, GANs, Reinforcement Learning, +More!

    What You'll Learn?


    • Artificial Neural Networks (ANNs) / Deep Neural Networks (DNNs)
    • Predict Stock Returns
    • Time Series Forecasting
    • Computer Vision
    • How to build a Deep Reinforcement Learning Stock Trading Bot
    • GANs (Generative Adversarial Networks)
    • Recommender Systems
    • Image Recognition
    • Convolutional Neural Networks (CNNs)
    • Recurrent Neural Networks (RNNs)
    • Use Tensorflow Serving to serve your model using a RESTful API
    • Use Tensorflow Lite to export your model for mobile (Android, iOS) and embedded devices
    • Use Tensorflow's Distribution Strategies to parallelize learning
    • Low-level Tensorflow, gradient tape, and how to build your own custom models
    • Natural Language Processing (NLP) with Deep Learning
    • Demonstrate Moore's Law using Code
    • Transfer Learning to create state-of-the-art image classifiers
    • Earn the Tensorflow Developer Certificate
    • Understand important foundations for OpenAI ChatGPT, GPT-4, DALL-E, Midjourney, and Stable Diffusion

    Who is this for?


  • Beginners to advanced students who want to learn about deep learning and AI in Tensorflow 2.0
  • What You Need to Know?


  • Know how to code in Python and Numpy
  • For the theoretical parts (optional), understand derivatives and probability
  • More details


    Description

    Ever wondered how AI technologies like OpenAI ChatGPT, GPT-4, DALL-E, Midjourney, and Stable Diffusion really work? In this course, you will learn the foundations of these groundbreaking applications.


    Welcome to Tensorflow 2.0!


    What an exciting time. It's been nearly 4 years since Tensorflow was released, and the library has evolved to its official second version.

    Tensorflow is Google's library for deep learning and artificial intelligence.

    Deep Learning has been responsible for some amazing achievements recently, such as:

    • Generating beautiful, photo-realistic images of people and things that never existed (GANs)

    • Beating world champions in the strategy game Go, and complex video games like CS:GO and Dota 2 (Deep Reinforcement Learning)

    • Self-driving cars (Computer Vision)

    • Speech recognition (e.g. Siri) and machine translation (Natural Language Processing)

    • Even creating videos of people doing and saying things they never did (DeepFakes - a potentially nefarious application of deep learning)


    Tensorflow is the world's most popular library for deep learning, and it's built by Google, whose parent Alphabet recently became the most cash-rich company in the world (just a few days before I wrote this). It is the library of choice for many companies doing AI and machine learning.

    In other words, if you want to do deep learning, you gotta know Tensorflow.


    This course is for beginner-level students all the way up to expert-level students. How can this be?

    If you've just taken my free Numpy prerequisite, then you know everything you need to jump right in. We will start with some very basic machine learning models and advance to state of the art concepts.

    Along the way, you will learn about all of the major deep learning architectures, such as Deep Neural Networks, Convolutional Neural Networks (image processing), and Recurrent Neural Networks (sequence data).

    Current projects include:

    • Natural Language Processing (NLP)

    • Recommender Systems

    • Transfer Learning for Computer Vision

    • Generative Adversarial Networks (GANs)

    • Deep Reinforcement Learning Stock Trading Bot

    Even if you've taken all of my previous courses already, you will still learn about how to convert your previous code so that it uses Tensorflow 2.0, and there are all-new and never-before-seen projects in this course such as time series forecasting and how to do stock predictions.

    This course is designed for students who want to learn fast, but there are also "in-depth" sections in case you want to dig a little deeper into the theory (like what is a loss function, and what are the different types of gradient descent approaches).


    Advanced Tensorflow topics include:

    • Deploying a model with Tensorflow Serving (Tensorflow in the cloud)

    • Deploying a model with Tensorflow Lite (mobile and embedded applications)

    • Distributed Tensorflow training with Distribution Strategies

    • Writing your own custom Tensorflow model

    • Converting Tensorflow 1.x code to Tensorflow 2.0

    • Constants, Variables, and Tensors

    • Eager execution

    • Gradient tape


    Instructor's Note: This course focuses on breadth rather than depth, with less theory in favor of building more cool stuff. If you are looking for a more theory-dense course, this is not it. Generally, for each of these topics (recommender systems, natural language processing, reinforcement learning, computer vision, GANs, etc.) I already have courses singularly focused on those topics.


    Thanks for reading, and I’ll see you in class!


    WHAT ORDER SHOULD I TAKE YOUR COURSES IN?:

    • Check out the lecture "Machine Learning and AI Prerequisite Roadmap" (available in the FAQ of any of my courses, including the free Numpy course)


    UNIQUE FEATURES

    • Every line of code explained in detail - email me any time if you disagree

    • No wasted time "typing" on the keyboard like other courses - let's be honest, nobody can really write code worth learning about in just 20 minutes from scratch

    • Not afraid of university-level math - get important details about algorithms that other courses leave out

    Who this course is for:

    • Beginners to advanced students who want to learn about deep learning and AI in Tensorflow 2.0

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Lazy Programmer Inc.
    Lazy Programmer Inc.
    Instructor's Courses
    Today, I spend most of my time as an artificial intelligence and machine learning engineer with a focus on deep learning, although I have also been known as a data scientist, big data engineer, and full stack software engineer.I received my first masters degree over a decade ago in computer engineering with a specialization in machine learning and pattern recognition. I received my second masters degree in statistics with applications to financial engineering.Experience includes online advertising and digital media as both a data scientist (optimizing click and conversion rates) and big data engineer (building data processing pipelines). Some big data technologies I frequently use are Hadoop, Pig, Hive, MapReduce, and Spark.I've created deep learning models to predict click-through rate and user behavior, as well as for image and signal processing and modeling text.My work in recommendation systems has applied Reinforcement Learning and Collaborative Filtering, and we validated the results using A/B testing.I have taught undergraduate and graduate students in data science, statistics, machine learning, algorithms, calculus, computer graphics, and physics for students attending universities such as Columbia University, NYU, Hunter College, and The New School. Multiple businesses have benefitted from my web programming expertise. I do all the backend (server), frontend (HTML/JS/CSS), and operations/deployment work. Some of the technologies I've used are: Python, Ruby/Rails, PHP, Bootstrap, jQuery (Javascript), Backbone, and Angular. For storage/databases I've used MySQL, Postgres, Redis, MongoDB, and more.
    Lazy Programmer Team
    Lazy Programmer Team
    Instructor's Courses
    Today, I spend most of my time as an artificial intelligence and machine learning engineer with a focus on deep learning, although I have also been known as a data scientist, big data engineer, and full stack software engineer.I received my first masters degree over a decade ago in computer engineering with a specialization in machine learning and pattern recognition. I received my second masters degree in statistics with applications to financial engineering.Experience includes online advertising and digital media as both a data scientist (optimizing click and conversion rates) and big data engineer (building data processing pipelines). Some big data technologies I frequently use are Hadoop, Pig, Hive, MapReduce, and Spark.I've created deep learning models to predict click-through rate and user behavior, as well as for image and signal processing and modeling text.My work in recommendation systems has applied Reinforcement Learning and Collaborative Filtering, and we validated the results using A/B testing.I have taught undergraduate and graduate students in data science, statistics, machine learning, algorithms, calculus, computer graphics, and physics for students attending universities such as Columbia University, NYU, Hunter College, and The New School.Multiple businesses have benefitted from my web programming expertise. I do all the backend (server), frontend (HTML/JS/CSS), and operations/deployment work. Some of the technologies I've used are: Python, Ruby/Rails, PHP, Bootstrap, jQuery (Javascript), Backbone, and Angular. For storage/databases I've used MySQL, Postgres, Redis, MongoDB, and more.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 141
    • duration 23:51:44
    • English subtitles has
    • Release Date 2024/10/05