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
- Open terminal in the demo folder you want to compile
- nvm install 8
- npm install
- npm run build
Supposedly this should work but I always seem to have issues with it
- In the main folder
- nvm install 8
- npm install yarn
- Open terminal in the demo folder you want to compile
- nvm install 8
- yarn
- yarn build