Skip to content

janakhpon/beginner-tensorflowjs-examples-in-javascript

 
 

Repository files navigation

beginner-tensorflowjs-examples-in-javascript

For anyone who knows a bit of Javascript and wants to know some Machine Learning

Updating to Tensorflowjs version 1.0.0 started Mar 16, 2019 Finished: 01, 02, 03, 05, 06, 10, 11

problems with: 08

Created March 31, 2018

All information on the website at

https://hpssjellis.github.io/beginner-tensorflowjs-examples-in-javascript/

Note: The config.xml file is used to load https://build.phonegap.com/apps to auto generate Android ($IOS and WIN) Mobile Apps

Note to self: When installing any tensorflowjs repository on cloud9 http://c9.io These steps work to generate a working dist folder

  1. Open terminal in the demo folder you want to compile
  2. nvm install 8
  3. npm install
  4. npm run build

Supposedly this should work but I always seem to have issues with it

  1. In the main folder
  2. nvm install 8
  3. npm install yarn
  4. Open terminal in the demo folder you want to compile
  5. nvm install 8
  6. yarn
  7. yarn build

About

For anyone who knows a bit of Javascript and wants to know some Machine Learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 86.2%
  • JavaScript 13.5%
  • Other 0.3%