Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benoitvallon/machine-learning-with-words
Some tests on machine learning with words
https://github.com/benoitvallon/machine-learning-with-words
Last synced: 10 days ago
JSON representation
Some tests on machine learning with words
- Host: GitHub
- URL: https://github.com/benoitvallon/machine-learning-with-words
- Owner: benoitvallon
- Created: 2015-08-26T21:08:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-26T22:10:43.000Z (about 9 years ago)
- Last Synced: 2024-10-11T09:11:01.084Z (about 1 month ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Classify text
This repo is based on this post "Classifying text with Neural Networks and mimir in JavaScript". https://medium.com/generally-intelligent/classifying-text-with-neural-networks-and-mimir-in-javascript-94c9de20c0ac
## Install
```shell
npm install
```## Run
```js
node index.js
```