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