Just Code It A.I. Tutorials
Build a Neural Network
Learn to build a simple neural network in just 20 lines of code using PyTorch, a popular A.I. deep learning library.
Read MorePredict Sales using a Neural Network
Build a neural network to predict sales using a synthetic dataset.
Read MoreLearn Google Colab
This free tutorial will give you a quick overview of how to use Google Colab, an awesome free Python coding platform from Google.
Read MoreSetup PC for A.I.
In this 20-minute lesson you will learn how to setup your PC for A.I. programming.
Read MoreCheck Dataset Balance
In this free 10-minute A.I. programming tutorial, you will learn how to check if your dataset is balanced. We will be using Python, PyTorch and Google Colab. You will be coding along with the instructor.
Read MorePyTorch DataLoaders
In this tutorial, you will get an overview of the PyTorch Dataloader commonly used for:
- Creating mini-batches
- Speeding-up the training process
- Automatic data shuffling
You will be given several examples of how to use Dataloaders and explore settings including dataset, batch_size, shuffle, num_workers, pin_memory and drop_last.
Read More