GitXplorerGitXplorer
s

InspireNN

public
14 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
6a300ef518c6472d4d0eb8760351ea40373ba6d0

A quick fix

ssuquark committed 8 years ago
Unverified
20a2119b77253ee203e6069667ea902ab30f22ab

Fix readme

ssuquark committed 8 years ago
Unverified
624be49c1f23c651d63ddd3c4b12aa4d77da3e84

Reorganize files

ssuquark committed 8 years ago
Unverified
cdc219b920e725960754c119cd47ace43ca28cc8

A heavy change, step 1

ssuquark committed 8 years ago
Unverified
6f90052e047fa758984a07133db5775b607ce6f8

Update doc

ssuquark committed 8 years ago
Unverified
7f5d72fa2e010582b0e476d72fe11ca01532d101

Finish regression demo

ssuquark committed 8 years ago

README

The README file for this repository.

InspireNN

This project makes neural networks running on browsers. It can be useful in blogging & presentation.

It reimplements ConvNetJS with modern styles (ECMAScript6, functional programming), making it's code shorter, more readable for beginners and easier to extend.

It's sure that we should never expect a neural network training in the browser doing a big deal, but it's useful for presentation and understanding.

It is still under developing.

Dependency

  • transpiler

    systemjs + traceur is used to load ES6 modules and provide ES6 polyfill for older browsers.

  • style

    jquery, materializecss, d3js and three.js is included in the project for supporting visualization tasks. Though making use of CDNs may be a better idea, but I prefer to keep them local for offline situations.

Demo

You may start a http server at root of the project and try some of the demos under demo/ in your browser.

We will soon provide you with online demos.

Regression

demo/regression/ is a demo about regression.

License

MIT