karpathy / convnetjs

Deep Learning in Javascript. Train Convolutional Neural Networks (or ordinary ones) in your browser.
MIT License
10.8k stars 2.04k forks source link

A better alternative to convnetjs #122

Open TrevorBlythe opened 2 years ago

TrevorBlythe commented 2 years ago

I made a library similar to this. This library has Deconv layers and other new features that not even convnetjs has. It also let's you utilize your GPU. It also doesn't require you to put your data in a custom data type.

Link

https://github.com/TrevorBlythe/MentisJS/

xieguigang commented 10 months ago

WOW, and by the way, are there plans for implementing BatchNorm? BatchNorm layer

371148606 commented 10 months ago

您好,我是薛文毅,已收到您的邮件,一会查收,谢谢!!  

TrevorBlythe commented 9 months ago

WOW, and by the way, are there plans for implementing BatchNorm? BatchNorm layer

Yeah I can make batch norm! I'll start it this next week since I'm off doing stuff rn but that sounds like a good idea.