d-j-kendall / beating_roulette

Designing a neural network to predict outcomes in roulette.
GNU Lesser General Public License v3.0
9 stars 2 forks source link

Use PyTorch to Solve Classification Problem #3

Closed d-j-kendall closed 5 years ago

d-j-kendall commented 5 years ago

One of us should be able to use PyTorch to solve a classification problem. Code network using python and pytorch and push it into a separate folder in the learning exercise's folder in our repository

d-j-kendall commented 5 years ago

Al, Here is the 60-minute blitz you and Matt can work on together. Al you might want to use your personal computer for training since you have a decent Nvidia card.

https://pytorch.org/tutorials/beginner/deep_learning_60min_blitz.html

Once you train the classifier, put it in the folder(create the folder)

examples/training_a_classifer

then push it up to the master branch

alpizano commented 5 years ago

Thank you

On Thu, Feb 21, 2019, 1:30 PM Dustin Kendall notifications@github.com wrote:

Al, Here is the 60-minute blitz you and Matt can work on together. Al you might want to use your personal computer for training since you have a decent Nvidia card.

https://pytorch.org/tutorials/beginner/deep_learning_60min_blitz.html

Once you train the classifier, put it in the folder(create the folder)

examples/training_a_classifer

then push it up to the master branch

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/dkendall100/beating_roulette/issues/3#issuecomment-466134092, or mute the thread https://github.com/notifications/unsubscribe-auth/AlTIy9iaKS8EDoJa5ZpgpvOC_1gIsfckks5vPvPPgaJpZM4a_KRP .

d-j-kendall commented 5 years ago

Al and I both implemented classification neural networks and seem to have a good enough understanding. Closing this issue