Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

19 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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