Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 780 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 780 Bytes

Demo supervised Machine Learning

build state

Preview console of the app model_prediction

installation

Before installing the modules, you need to make sure that you have the necessary development tools to compile the native module node in C++. More information on this link to install it properly: node-gyp documentation

By the way

This project is a TypeScript redesign of a demo made by Google on their "TensorFlow.JS" framework. You can find more information about this exercise here:

TensorFlow Exercice