Skip to content

mrzacarias/deeplearn-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deeplearn Node example

Basic deeplearn.js example running on node.js

Docker Setup

  1. Clone the repo
  2. Build your container: docker build -t deeplearn_example .
  3. Run: docker run -it deeplearn_example yarn start
yarn run v1.3.2
$ yarn build && node dist/bundle.js
$ browserify main.ts -p [tsify] -o dist/bundle.js
Option 1: With async/await. Float32Array [ 6, 5, 4 ]
Option 3: Synchronous download of data. Float32Array [ 6, 5, 4 ]
Option 2: With a Promise. Float32Array [ 6, 5, 4 ]
Done in 3.61s.

About

Basic deeplearn.js example running on node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published