Neural Networks and Convolutional Neural Networks Essential Training

Go to class
Write Review

Free Online Course: Neural Networks and Convolutional Neural Networks Essential Training provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Neural Networks and Convolutional Neural Networks Essential Training is taught by Jonathan Fernandes.

Overview
  • Take a deep dive into neural networks and convolutional neural networks, two key concepts in the area of machine learning.

Syllabus
  • Introduction

    • Welcome
    • What you should know
    • Using the exercise files
    1. Introduction to Neural Networks
    • Neurons and artificial neurons
    • Gradient descent
    • The XOR challenge and solution
    • Neural networks
    2. Components of Neural Networks
    • Activation functions
    • Backpropagation and hyperparameters
    • Neural network visualization
    3. Neural Network Implementation in Keras
    • Understanding the components in Keras
    • Setting up a Microsoft account on Azure
    • Introduction to MNIST
    • Preprocessing the training data
    • Preprocessing the test data
    • Building the Keras model
    • Compiling the neural network model
    • Training the neural network model
    • Accuracy and evaluation of the neural network model
    4. Convolutional Neural Networks
    • Convolutions
    • Zero padding and pooling
    5. Convolutional Neural Networks in Keras
    • Preprocessing and loading of data
    • Creating and compiling the model
    • Training and evaluating the model
    6. Enhancements to Convolutional Neural Networks (CNNs)
    • Enhancements to CNNs
    • Image augmentation in Keras
    7. ImageNet
    • ImageNet challenge
    • Working with VGG16
    Conclusion
    • Next steps