Skip to content

Latest commit

 

History

History
 
 

4_Feedforward_With_Pytorch

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Building a Feedforward Neural Network using Pytorh NN Module

This repository contains the tutorial code for Building a Feedforward Neural Network using Pytorh NN Module

SimpleNetwork

NetworkUsed

Outline of Notebook

  • Import libraries
  • Generate non-linearly separable data
  • Feedforward network using tensors and auto-grad
  • Train our feedforward network
  • NN.Functional
  • NN.Parameter
  • NN.Linear and Optim
  • NN.Sequential
  • Moving the Network to GPU

Jump into code

  • Click here to open the code in colab Click here to open in Colab

Medium Blog