All Projects → transcranial → Keras Js

transcranial / Keras Js

Licence: mit
Run Keras models in the browser, with GPU support using WebGL

Programming Languages

javascript
184084 projects - #8 most used programming language
GLSL
2045 projects
HTML
75241 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Keras Js

Sea3d
An open-source format and tools for game developers 🎮
Stars: ✭ 483 (-90.05%)
Mutual labels:  webgl
Geomstats
Computations and statistics on manifolds with geometric structures.
Stars: ✭ 498 (-89.74%)
Mutual labels:  neural-networks
Speech Denoising Wavenet
A neural network for end-to-end speech denoising
Stars: ✭ 516 (-89.37%)
Mutual labels:  neural-networks
Funwithwebgl2
Fun with WebGL 2.0 Youtube Tutorial Series
Stars: ✭ 488 (-89.95%)
Mutual labels:  webgl
Roygbiv
A 3D engine for the Web
Stars: ✭ 499 (-89.72%)
Mutual labels:  webgl
Graph Visualization
3D graph visualization with WebGL / Three.js
Stars: ✭ 507 (-89.56%)
Mutual labels:  webgl
Bayesian Analysis Recipes
A collection of Bayesian data analysis recipes using PyMC3
Stars: ✭ 479 (-90.13%)
Mutual labels:  neural-networks
Pixi Filters
Collection of community-authored custom display filters for PixiJS
Stars: ✭ 524 (-89.21%)
Mutual labels:  webgl
Chemprop
Message Passing Neural Networks for Molecule Property Prediction
Stars: ✭ 501 (-89.68%)
Mutual labels:  neural-networks
Machine Learning Articles
Monthly Series - Top 10 Machine Learning Articles
Stars: ✭ 516 (-89.37%)
Mutual labels:  neural-networks
Awesome Pixijs
My list of awesome pixi.js related parties
Stars: ✭ 489 (-89.93%)
Mutual labels:  webgl
Ofxdarknet
darknet neural network addon for openFrameworks
Stars: ✭ 493 (-89.85%)
Mutual labels:  neural-networks
Dissecting Reinforcement Learning
Python code, PDFs and resources for the series of posts on Reinforcement Learning which I published on my personal blog
Stars: ✭ 512 (-89.45%)
Mutual labels:  neural-networks
Learn Data Science For Free
This repositary is a combination of different resources lying scattered all over the internet. The reason for making such an repositary is to combine all the valuable resources in a sequential manner, so that it helps every beginners who are in a search of free and structured learning resource for Data Science. For Constant Updates Follow me in …
Stars: ✭ 4,757 (-2.02%)
Mutual labels:  neural-networks
Itowns
A Three.js-based framework written in Javascript/WebGL for visualizing 3D geospatial data
Stars: ✭ 517 (-89.35%)
Mutual labels:  webgl
Deep Learning Specialization Coursera
Deep Learning Specialization by Andrew Ng on Coursera.
Stars: ✭ 483 (-90.05%)
Mutual labels:  neural-networks
Edward
A probabilistic programming language in TensorFlow. Deep generative models, variational inference.
Stars: ✭ 4,674 (-3.73%)
Mutual labels:  neural-networks
Awesome Glsl
🎇 Compilation of the best resources to learn programming OpenGL Shaders
Stars: ✭ 530 (-89.08%)
Mutual labels:  webgl
Sense
Enhance your application with the ability to see and interact with humans using any RGB camera.
Stars: ✭ 522 (-89.25%)
Mutual labels:  neural-networks
Opensc2k
OpenSC2K - An Open Source remake of Sim City 2000 by Maxis
Stars: ✭ 4,753 (-2.1%)
Mutual labels:  webgl

**This project is no longer active. Please check out TensorFlow.js.**
The Keras.js demos still work but is no longer updated.

Run Keras models in the browser, with GPU support using WebGL



Run Keras models in the browser, with GPU support provided by WebGL 2. Models can be run in Node.js as well, but only in CPU mode. Because Keras abstracts away a number of frameworks as backends, the models can be trained in any backend, including TensorFlow, CNTK, etc.

Library version compatibility: Keras 2.1.2

Interactive Demos

Check out the demos/ directory for real examples running Keras.js in VueJS.

  • Basic Convnet for MNIST
  • Convolutional Variational Autoencoder, trained on MNIST
  • Auxiliary Classifier Generative Adversarial Networks (AC-GAN) on MNIST
  • 50-layer Residual Network, trained on ImageNet
  • Inception v3, trained on ImageNet
  • DenseNet-121, trained on ImageNet
  • SqueezeNet v1.1, trained on ImageNet
  • Bidirectional LSTM for IMDB sentiment classification

Documentation

MIT License

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].