项目作者: ianoshorty

项目描述 :
A TensorflowJS Experiment to Predict Mix Colors
高级语言: JavaScript
项目地址: git://github.com/ianoshorty/tensorflowjs-colorlearn.git
创建时间: 2018-10-11T07:29:46Z
项目社区:https://github.com/ianoshorty/tensorflowjs-colorlearn

开源协议:MIT License

下载


TensorflowJS Color Learning Experiment

This is my first “functional” machine learning experiment created from scratch (ie. not using tutorial material).

The goal was to be given a set of input colour “features” and generate the output “label” of the mixed colour.

In english, that means if I mix “red” and “yellow” I get a prediction of “green”.

I’m open sourcing in case its useful for anyone else.

Usage

  1. yarn
  2. yarn start
  3. Visit localhost:3000
  4. Wait till the loss value is less than 0.001.
  5. Play.