An open API service indexing awesome lists of open source software.

https://github.com/tdiprima/machine-learning-js

Testing machine learning JavaScript libraries
https://github.com/tdiprima/machine-learning-js

brainjs machine-learning tensorflowjs

Last synced: 5 months ago
JSON representation

Testing machine learning JavaScript libraries

Awesome Lists containing this project

README

          

# machine-learning-js

Machine learning with JavaScript

[Build Your First Machine Learning AI With Neural Networks](https://youtu.be/60c4rMq-aH0?si=Inws0NM1FhnblPIO) (brain.js)

[Get started with TensorFlow.js](https://www.tensorflow.org/js/tutorials)

[TensorFlow.js Tutorial](https://www.w3schools.com/ai/ai_tensorflow_intro.asp)

To speed things up dramatically, install their node backend. Visit https://github.com/tensorflow/tfjs-node for more details:

Hey! To boost your TensorFlow.js performance in Node.js, you should switch from the browser-optimized `@tensorflow/tfjs` package to the Node.js-specific `@tensorflow/tfjs-node`. This change leverages native TensorFlow binaries, offering significant speed improvements...

If you have an NVIDIA GPU and want to take advantage of GPU acceleration, you can install the GPU version of the package:

```bash
npm install @tensorflow/tfjs-node-gpu
```

Ensure that you have CUDA installed on your machine before using the GPU package.

### Licensing Notice

This project may include third-party open-source code, which remains subject to its original licenses.

Attribution is provided in the source code where applicable.

If you believe there is an issue with licensing, please **open an issue** or **contact the repository owner** for resolution.