Some Lesser Known Machine Learning Libraries
blog.paralleldots.com
Some Lesser Known Machine Learning Libraries
1–10 of 54 posts
Re: Some Lesser Known Machine Learning Libraries
#2Re: Some Lesser Known Machine Learning Libraries
#3If I was going to try machine learning I would code up from scratch rather than relying on black boxes.
On the other hand, I realize that between writing native interfaces, symbolic differentiation (e.g. writing a port of autograd), network optimisers, custom layers, parameter servers, multi-GPU scheduling and so forth, I'd spend years before getting to do what I wanted to implement in the first place.
Re: Some Lesser Known Machine Learning Libraries
#4If I was going to try machine learning I would code up from scratch rather than relying on black boxes.
Re: Some Lesser Known Machine Learning Libraries
#5If I was going to try machine learning I would code up from scratch rather than relying on black boxes.
Probably a better thing to do would be to download one of the many excellent open source libraries and explore how they work. You can then even contribute back. Many open source projects would really benefit from new users contributing to documentation for a start.
Re: Some Lesser Known Machine Learning Libraries
#6If I was going to try machine learning I would code up from scratch rather than relying on black boxes.
Re: Some Lesser Known Machine Learning Libraries
#7If I was going to try machine learning I would code up from scratch rather than relying on black boxes.
Re: Some Lesser Known Machine Learning Libraries
#8Earlier quoted context omitted.
Probably a better thing to do would be to download one of the many excellent open source libraries and explore how they work. You can then even contribute back. Many open source projects would really benefit from new users contributing to documentation for a start.
Could you name a few such open source projects ?
https://github.com/eriklindernoren/ML-From-Scratch is an easy to understand understand implementation of some the basic ML algorithms built from first principles and aims for readability over performance.
Re: Some Lesser Known Machine Learning Libraries
#9If I was going to try machine learning I would code up from scratch rather than relying on black boxes.