Sign-Up

Just Code It A.I. Tutorials

Video Poster Image
Video Poster Image
Video Poster Image

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 More

Predict Sales using a Neural Network

Build a neural network to predict sales using a synthetic dataset.

Read More

Learn 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 More
Video Poster Image
Video Poster Image
Video Poster Image

Setup PC for A.I.

In this 20-minute lesson you will learn how to setup your PC for A.I. programming.

Read More

Check 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 More

PyTorch 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