Sentdex / NNfSiX

Neural Networks from Scratch in various programming languages
https://nnfs.io
MIT License
1.44k stars 375 forks source link

Adding new .julia tutorials 007 and 008 #161

Open PeterTolochko opened 3 years ago

PeterTolochko commented 3 years ago

Added files 007 and 008 to the Julia repo. The majority of code is reused from previous commits. In 008 the Loss_CategoricalCrossentropy is a function rather than a class, since that is easier to work with in Julia.