NNfSiX
NNfSiX copied to clipboard
Added 5^th Fortran code
I created the same data using your python script, and saved it in a file, because I cant create the same random numbers as numpy from my language. I then verified the results by replacing the randomized weights with specific values.
Ops, I accidentally wrote 4^th code instead of 5^th code in the commit message
Could you keep a single lesson code in a single file, please? Also, can this implementation just generate the data on a run time? This will follow what we are doing in the book and video tutorials. Thank you!
Hello
I created folder for them because it was more clear what was required for that specific lesson, but i'll remove them no problem..
and it can generate it's own data at runtime if but i just wanted to make sure the randomized data are the exact same as the video tutorials since fortran and python's random number generators cannot be the same, i'll change that too, but it'll be harder to confirm that this code is practically the same unless the viewer takes my word for it.
Thanks :D
I understand the reasons, but for the specific lesson, it's best to have everything in a single file, at least from our perspective. As for result repeatability, they are going to differ probably anyway in the future, and I think that everyone's aware.
Thank you!
I see some commit that you made, but don't see any content changed by this commit, is it empty?
Sorry i was planning to update the files but my local repository was weird, so i tried pulling the master changes and broke everything. that commit was empty. i re-forked the repository
And when i started this Fortran contribution i was in a Fortran course and suddenly my life got very complicated and stopped learning, then Sentdex also stopped posting new videos thus my Fortran skills are kinda lost now, i'll need a few days to get back on track and understand what i need to add.
Thank you for feedback. I'll leave this PR open then.