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

https://github.com/przemykomo/neural-words

Neural network for words classification.
https://github.com/przemykomo/neural-words

Last synced: about 2 months ago
JSON representation

Neural network for words classification.

Awesome Lists containing this project

README

        

# Neural worlds
This is my ai project for word classification. Negative (0.0) - positive (1.0).

# Build
```
mkdir build
cd build
cmake ..
cmake --build .
```