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.
- Host: GitHub
- URL: https://github.com/przemykomo/neural-words
- Owner: przemykomo
- License: zlib
- Created: 2020-04-24T11:23:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-17T15:20:18.000Z (almost 5 years ago)
- Last Synced: 2025-02-13T02:22:48.869Z (4 months ago)
- Language: C
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .
```