We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f270577 commit aaa6225Copy full SHA for aaa6225
README.md
@@ -29,16 +29,7 @@ Then you should require the package in your project
29
require('machinelearn-node');
30
```
31
32
-# Accelerations
33
-
34
-By default, machinelearning.js will use pure Javascript version of tfjs. To enable acceleration
35
-through C++ binding or GPU, you must
36
37
-# Highlights
38
39
-- Machine Learning on the browser and Node.js
40
-- Learning APIs for users
41
-- Low entry barrier
+Above will enable C++ acceleration provided by [tfjs-node](https://github.com/tensorflow/tfjs-node)
42
43
# Development
44
0 commit comments