←back to thread

346 points swatson741 | 10 comments | | HN request time: 0.001s | source | bottom
1. joaquincabezas ◴[] No.45788645[source]
I took a course in my Master's (URV.cat) where we had to do exactly this, implementing backpropagation (fwd and backward passes) from a paper explaining it, using just basic math operations in a language of our choice.

I told everyone this was the best single exercise of the whole year for me. It aligns with the kind of activity that I benefit immensely but won't do by myself, so this push was just perfect.

If you are teaching, please consider this kind of assignments.

P.S. Just checked now and it's still in the syllabus :)

replies(3): >>45788658 #>>45788728 #>>45789905 #
2. LPisGood ◴[] No.45788658[source]
I did this in highschool from some online textbook in plain Java. I recall implementing matrix multiplication myself being the hardest part.

I made a UI that showed how the weights and biases changed throughout the training iterations.

replies(1): >>45790236 #
3. blitzar ◴[] No.45788728[source]
The difference in understanding (for me and how my brain works) between reading the paper in what appears to be a future or past alien language & doing a minimal paper / code example is massive.
replies(1): >>45788760 #
4. joaquincabezas ◴[] No.45788760[source]
same here, even more if I'm doing it over few days and different angles
5. mkl ◴[] No.45789905[source]
Is that paper publicly available?
replies(2): >>45797133 #>>45800327 #
6. aDyslecticCrow ◴[] No.45790236[source]
I had a whole course just about how computers do maths. Matrix multiplication, linear fit, finding eigenvectors, multiplication and division, square root, solving linear systems, numerically calculating differential equations, spline interpolation, FEM analysis.

"Computers are good at maths" is normally a pretty obvious statement... but many things we take for granted from analytical mathematics, is quite difficult to actually implement in a computer. So there is a mountain of clever algorithms hiding behind some of the seemingly most obvious library operations.

One of the best courses I've ever had.

replies(1): >>45791748 #
7. e-master ◴[] No.45791748{3}[source]
Would you mind sharing which course it was? Is it available online by any chance?
replies(1): >>45792771 #
8. aDyslecticCrow ◴[] No.45792771{4}[source]
Unfortunately it was a course at my university, and in Swedish. But it wouldn't surprise me if there are similar courses online.
9. joaquincabezas ◴[] No.45797133[source]
Hi! It's not public, it's part of the https://www.urv.cat/en/studies/master/courses/computer-secur... and I've not found it online
10. joaquincabezas ◴[] No.45800327[source]
just found it! but it's private, I can send it to you if interested but not to publish it