Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cgarciae/flax-xor-demo
https://github.com/cgarciae/flax-xor-demo
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cgarciae/flax-xor-demo
- Owner: cgarciae
- License: mit
- Created: 2022-05-02T15:15:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-03T01:02:21.000Z (over 2 years ago)
- Last Synced: 2024-11-07T09:39:10.759Z (3 months ago)
- Language: Jupyter Notebook
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flax XOR Demo
## Setup
```
pip install poetry
poetry install
poetry shell # enter the virtualenv
```## Run locally
```
jupyter lab .
```