MATLAB Deep Learning Session Files
Link to matlab drive:
https://drive.matlab.com/sharing/e3f8c4c7-6a26-4f2b-9a2b-1193de247686/

Beginner's MATLAB Intro to Deep Learning Session.
Make sure you have a MATLAB Login! Use your University Email to activate!!!



[NO WEBCAM] Take pictures of ROCK, PAPER, SCISSORS, NULL class with your mobile phone. Upload images to ./data/CLASS









We can test the image on images taken on any device! Try an image taken with a webcam/phone, upload to PC and run the following:
inferImage(netTransfer, 'PATH_TO_YOUR_IMAGE')
In the MATLAB Command Window, run the following:
run_network_on_webcam(netTransfer, 0.4)
