Skip to content

Instantly share code, notes, and snippets.

@ck090
Forked from llSourcell/log.md
Last active July 7, 2018 14:42
Show Gist options
  • Save ck090/00d6dbb061bd09085eb543bf46e0b950 to your computer and use it in GitHub Desktop.
Save ck090/00d6dbb061bd09085eb543bf46e0b950 to your computer and use it in GitHub Desktop.

100 Days Of ML Code

This is my commitment to 100days of 1hr ML/AI coding. Progress will be logged here.

Day 0: July 7, 2018

Today's Progress: Started of with Tensorflow.js and p5.js

Thoughts: I wanted to do a visual representation of linear regression using tensoflow.js. p5 gave me an excellent canvas to work with to demonstrate the working of linear regression and the math behind it. Understood the math of linear regression so started of with coding straight away. The work in under progress.

Link to work: LinearReg Webapp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment