Skip to content

Implement PyTorch models : Model with no hidden layer, Model with single hidden layer, Deep model, Complex deep model

Notifications You must be signed in to change notification settings

iremozcann/PyTorch-Models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyTorch-Models

  • Implementing PyTorch models as seen in the below figures

Sequential 1: Model with no hidden layer

  • Train for 10 epochs (output is softmax)

    alt text

Sequential 2: Model with single hidden layer

  • Use sigmoid in hidden layer, train for 20 epochs

    alt text

    Sequential 3: Deep model

  • Use ReLU in hidden layer, train for 20 epochs

    alt text

    Functional: Complex deep model

  • Use sigmoid for layers within the blue box and use ReLU in the remaining hidden layers, train for 25 epochs

    alt text

About

Implement PyTorch models : Model with no hidden layer, Model with single hidden layer, Deep model, Complex deep model

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published