karpathy / convnetjs

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

Build with node why ant? #77

Open inancgumus opened 8 years ago

inancgumus commented 8 years ago

This is a javascript project and it's better to use javascript/bash/commandline tools to build it. Objective is: To remove Java dependencies. A simple bash/commandline script can do what's there inside compile/ folder.

For utmost cross platform compatibility, we can use node directly. Or, to not need a dependency for node too, a cross platform script might do the work. But, I prefer node (cross platform + javascript).

What do you think about this?