aribis369 / ML-Starter-Pack

A collection of Machine Learning algorithms written from sctrach.
75 stars 52 forks source link

Added Neural Network using Pytorch torch.nn module #37

Closed ayanmaity201 closed 6 years ago

ayanmaity201 commented 6 years ago

@aribis369 I have built a Neural Network model using pytoch's torch.nn module. I created the notebook Pytorch_Tutorial_2_nn.ipynb and uploaded it to the examples-pytorch folder. In this notebook I used the nn model to classify a data set of Biomechanical Orthographic Patients data set.

aribis369 commented 6 years ago

@ayanmaity201 Nice work.

aribis369 commented 6 years ago

Merged.