Lazy Neural Networks in F#
In this project I implemented a Machine Learning in library using the idea of Lazy Evaluation.
August 22, 2020 ◦ 1 min
◦
This semester I learned quite a bit in my Programming Languages and Paradigms class. One topic that we covered in this class was the notion of lazy evaluation. I realized that this topic can be applied in many things including infinite streams, which in turn can be used in subsets of deep learning including Neural Networks. So, I implmented a version of lazy neural networks using ideas displayed in this paper.
I have a post about lazy evaluation here.
The source code is available here.