All Projects → javascript-machine-learning → Color Accessibility Neural Network Deeplearnjs

javascript-machine-learning / Color Accessibility Neural Network Deeplearnjs

🍃 Using a Neural Network to improve web accessibility in JavaScript.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Color Accessibility Neural Network Deeplearnjs

Kur
Descriptive Deep Learning
Stars: ✭ 811 (+252.61%)
Mutual labels:  deep-neural-networks, neural-networks, deep-learning-tutorial
Machine Learning Notebooks
Machine Learning notebooks for refreshing concepts.
Stars: ✭ 222 (-3.48%)
Mutual labels:  neural-networks, machine-learning-algorithms, deep-learning-tutorial
Machine Learning Tutorials
machine learning and deep learning tutorials, articles and other resources
Stars: ✭ 11,692 (+4983.48%)
Mutual labels:  deep-neural-networks, neural-networks, deep-learning-tutorial
Letslearnai.github.io
Lets Learn AI
Stars: ✭ 33 (-85.65%)
Mutual labels:  deep-neural-networks, machine-learning-algorithms, deep-learning-tutorial
Machine learning lectures
Collection of lectures and lab lectures on machine learning and deep learning. Lab practices in Python and TensorFlow.
Stars: ✭ 118 (-48.7%)
Mutual labels:  deep-neural-networks, machine-learning-algorithms, deep-learning-tutorial
Bipropagation
Stars: ✭ 41 (-82.17%)
Mutual labels:  deep-neural-networks, neural-networks, machine-learning-algorithms
Paddlex
PaddlePaddle End-to-End Development Toolkit(『飞桨』深度学习全流程开发工具)
Stars: ✭ 3,399 (+1377.83%)
Mutual labels:  deep-neural-networks, neural-networks
Bender
Easily craft fast Neural Networks on iOS! Use TensorFlow models. Metal under the hood.
Stars: ✭ 1,728 (+651.3%)
Mutual labels:  deep-neural-networks, neural-networks
Livianet
This repository contains the code of LiviaNET, a 3D fully convolutional neural network that was employed in our work: "3D fully convolutional networks for subcortical segmentation in MRI: A large-scale study"
Stars: ✭ 143 (-37.83%)
Mutual labels:  deep-neural-networks, neural-networks
Mariana
The Cutest Deep Learning Framework which is also a wonderful Declarative Language
Stars: ✭ 151 (-34.35%)
Mutual labels:  deep-neural-networks, machine-learning-algorithms
Iresnet
Improved Residual Networks (https://arxiv.org/pdf/2004.04989.pdf)
Stars: ✭ 163 (-29.13%)
Mutual labels:  deep-neural-networks, neural-networks
Numpydl
Deep Learning Library. For education. Based on pure Numpy. Support CNN, RNN, LSTM, GRU etc.
Stars: ✭ 169 (-26.52%)
Mutual labels:  deep-neural-networks, deep-learning-tutorial
Echo
Python package containing all custom layers used in Neural Networks (Compatible with PyTorch, TensorFlow and MegEngine)
Stars: ✭ 126 (-45.22%)
Mutual labels:  deep-neural-networks, machine-learning-algorithms
Hyperdensenet
This repository contains the code of HyperDenseNet, a hyper-densely connected CNN to segment medical images in multi-modal image scenarios.
Stars: ✭ 124 (-46.09%)
Mutual labels:  deep-neural-networks, neural-networks
Nlp Pretrained Model
A collection of Natural language processing pre-trained models.
Stars: ✭ 122 (-46.96%)
Mutual labels:  deep-neural-networks, neural-networks
Awesome Deep Learning Music
List of articles related to deep learning applied to music
Stars: ✭ 2,195 (+854.35%)
Mutual labels:  deep-neural-networks, neural-networks
Awesome Deep Learning For Chinese
最全的中文版深度学习资源索引,包括论文,慕课,开源框架,数据集等等
Stars: ✭ 174 (-24.35%)
Mutual labels:  deep-neural-networks, machine-learning-algorithms
Free Ai Resources
🚀 FREE AI Resources - 🎓 Courses, 👷 Jobs, 📝 Blogs, 🔬 AI Research, and many more - for everyone!
Stars: ✭ 192 (-16.52%)
Mutual labels:  deep-neural-networks, machine-learning-algorithms
Awesome Deep Learning And Machine Learning Questions
【不定期更新】收集整理的一些网站中(如知乎、Quora、Reddit、Stack Exchange等)与深度学习、机器学习、强化学习、数据科学相关的有价值的问题
Stars: ✭ 203 (-11.74%)
Mutual labels:  machine-learning-algorithms, deep-learning-tutorial
Deep architect
A general, modular, and programmable architecture search framework
Stars: ✭ 110 (-52.17%)
Mutual labels:  deep-neural-networks, neural-networks

Neural Network in JavaScript with Deeplearn.js

Build Status

Use Case: Learning best color matches of font and background color for an improved web accessibility.

This example project demonstrates how neural networks may be used to solve a binary classification problem. It uses deeplearn.js to predict accessible font colors based on background colors. Read more about it. If you have problems to follow the view layer implementation with React, checkout this book to learn the fundamentals of it.

nov-26-2017 16-15-23

Installation

  • git clone [email protected]:javascript-machine-learning/color-accessibility-neural-network-deeplearnjs.git
  • cd color-accessibility-neural-network-deeplearnjs
  • npm install
  • npm start
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].