Skip to content

lambda4fun/machine-learning-class

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 

Repository files navigation

machine-learning-class

Also see artificial-intelligence-class

Machine Learning General

The following books are selected from free-programming-books

Perceptron

Multilayer Neural Networks

A Neural Network Playground

http://playground.tensorflow.org

Run it locally

  1. Download playground
$ git clone https://github.com/tensorflow/playground.git
$ cd playground
$ git checkout tensor
  1. Download material icon fonts and extract it into dist directory

  2. Replace

dist/index.html line 40

  <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500|Material+Icons" rel="stylesheet" type="text/css">

with

  <link href="fonts.css" rel="stylesheet" type="text/css">
  1. Remove dist/index.html line 399-408 (Google analytics) or the browser keeps loading some time

  2. Open dist/index.html in your browser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published