DanRuta / jsNet

Javascript/WebAssembly deep learning library for MLPs and convolutional neural networks
MIT License
140 stars 19 forks source link

May i ask why you stopped working on this, it seems promising #58

Open metazool opened 4 years ago

DanRuta commented 4 years ago

Thanks for the support.

This was initially a small project I made to learn how neural networks worked (with the WebAssembly version being an engineering project I chose for my undergraduate project). My next step would have been a re-worked GPU compute version, but tensorflowjs was released meanwhile and already does that, last time I checked, with the addition of many many more features, and a big team of engineers/community to maintain it. Coupled with the negative amount of free time I have nowadays, I decided to leave it.

Pull requests are always open, however. :)

metazool commented 4 years ago

Thank you Dan. There's already a lot of tensorflow in this world, we can try to experiment with this as a way of learning cc @mobiuscreek