javascript-machine-learning / color-accessibility-neural-network-deeplearnjs

πŸƒ Using a Neural Network to improve web accessibility in JavaScript.

Home Page:https://www.robinwieruch.de/neural-networks-deeplearnjs-javascript/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com:javascript-machine-learning/color-accessibility-neural-network-deeplearnjs.git
  • cd color-accessibility-neural-network-deeplearnjs
  • npm install
  • npm start