codereport / LearningList

3 stars 0 forks source link

Machine Learning in APL #50

Open codereport opened 3 years ago

codereport commented 3 years ago

https://youtu.be/fPKMmJpAGWc https://youtu.be/CrTvHn-Pw7Y

r ← ⊃⎕nget 'C:\Users\conorhoekstra\Dropbox\APL\MNIST\mnistdata\mnist_test.csv' 1
softMax ← (⊢÷+/)*
 hotEncode ← (⍳10)=