
This video starts with the motivation of why we want to do convolutional neural networks.
This video introduces the basics of CIFAR10 data, a new data we will be looking at, and what are some features of this data that is a little above the difficulty of the MNIST Handwritten Digit Data.
This video explains the theoretical concept of a convolutional operation.
Pooling strategies are often times combined with convolutional layer. This video explains two common pooling strategies: average pooling and maximum pooling.
To ensure the neural network model is well defined, this video explains the concept of fully connectedness.
This video walks throug the line of code of conv2d layer and explores what this layer does to an image before training.
This video puts everything together and build the first Convolutional Neural Network model.
What is important about transfer learning?
Transfer learning requires a pre-trained model, which is prior knowledge we can work upon, and this video introduces VGG16, a famous and powerful CNN that is popular to build customized models on in transfer learning.
Transfer learning requires a pre-trained model, which is prior knowledge we can work upon, and this video introduces VGG16, a famous and powerful CNN that is popular to build customized models on in transfer learning. Let's take a look at how this is done using tensorflow.
This course is created to follow up with the AI4ALL initiatives. The course presents coding materials at a pre-college level and introduces a fundamental pipeline for a neural network model. The course is designed for the first-time learners and the audience who only want to get a taste of a machine learning project but still uncertain whether this is the career path. We will not bored you with the unnecessary component and we will directly take you through a list of topics that are fundamental for industry practitioners and researchers to design their customized neural network model. The course focuses on Convolutional Neural Network models and introduce the important building block using Tensorflow.
This instructor team is lead by Ivy League graduate students and we have had 3+ years coaching high school students. We have seen all the ups and downs. Moreover, we want to share these roadblocks with you. This course is designed for beginner students at pre-college level who just want to have a quick taste of what AI is about and efficiently build a quick Github package to showcase some technical skills. We have other longer courses for more advanced students. However, we welcome anybody to take this course!