All Projects → suquark → InspireNN

suquark / InspireNN

Licence: MIT license
No description or website provided.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to InspireNN

slye
A web application to create 3D presentations based on WebGL
Stars: ✭ 60 (+361.54%)
Mutual labels:  presentation
markdown-slides
Using markdown, write simple but beautiful presentations with math, animations and media.
Stars: ✭ 64 (+392.31%)
Mutual labels:  presentation
path demo
An experimental set of pathfinding algorithms for video games
Stars: ✭ 16 (+23.08%)
Mutual labels:  presentation
MaTiSSe
Markdown To Impressive Scientific Slides
Stars: ✭ 43 (+230.77%)
Mutual labels:  presentation
reveal-jekyll
Online presentation for GitHub Pages and Jekyll in Markdown using reveal.js with a Solarized Color Theme
Stars: ✭ 67 (+415.38%)
Mutual labels:  presentation
CNN-CarLogo
🤖CNN卷积神经网络 实现汽车🚘logo图像识别
Stars: ✭ 26 (+100%)
Mutual labels:  convnetjs
k8s-harbor
Harbor in Kubernetes
Stars: ✭ 36 (+176.92%)
Mutual labels:  presentation
cppcon2015
Repository for the slides and the code of my CppCon 2015 talks.
Stars: ✭ 93 (+615.38%)
Mutual labels:  presentation
manim editor
Web Presenter for Mathematical Animations using Manim.
Stars: ✭ 144 (+1007.69%)
Mutual labels:  presentation
cookiecutter-reveal.js
📊 A cookiecutter template for reveal.js presentations.
Stars: ✭ 15 (+15.38%)
Mutual labels:  presentation
Imprezi
Impress Editor
Stars: ✭ 34 (+161.54%)
Mutual labels:  presentation
rjsmake
Use Markdown to generate a Reveal.js presentation in minutes.
Stars: ✭ 19 (+46.15%)
Mutual labels:  presentation
s6
S6 Blank - Slideshow templates using HTML 5, CSS 3 'n' JavaScript 2017+ w/ Bespoke.js-compatible "microkernel"
Stars: ✭ 91 (+600%)
Mutual labels:  presentation
eloc
1MB cli for authoring / presenting in markdown
Stars: ✭ 52 (+300%)
Mutual labels:  presentation
stateful-animations
🌟 HolyJS Talk: Animations in the Stateful World (How to Animate Things in React)
Stars: ✭ 55 (+323.08%)
Mutual labels:  presentation
slinp
PDF presentation tool chest
Stars: ✭ 11 (-15.38%)
Mutual labels:  presentation
go-info-displays
Using Go for Information Displays
Stars: ✭ 45 (+246.15%)
Mutual labels:  presentation
talks
Source for all talks I've presented at various conferences
Stars: ✭ 12 (-7.69%)
Mutual labels:  presentation
presentador
📽 An opinionated presentation framework. Just write what you want to present and it will do the rest.
Stars: ✭ 25 (+92.31%)
Mutual labels:  presentation
cl-eye-catching-uis
GopherCon 2018 tutorial session slides and examples
Stars: ✭ 32 (+146.15%)
Mutual labels:  presentation

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].