https://github.com/mobeets/valuernn
https://github.com/mobeets/valuernn
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mobeets/valuernn
- Owner: mobeets
- Created: 2022-09-08T19:04:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-10T18:56:39.000Z (over 1 year ago)
- Last Synced: 2025-02-10T04:17:00.601Z (over 1 year ago)
- Language: Python
- Size: 248 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
```bash
conda create --name valuernn python=3.9 pytorch matplotlib numpy scipy scikit-learn
conda activate valuernn
```