Open a terminal and type:
./play
That's it! The script will tell you if anything is missing.
- On Mac: Press
Cmd + Space, type "Terminal", press Enter - On Linux: Press
Ctrl + Alt + T - On Windows: Use WSL or Git Bash
cd flynnconceivable
./play
Run this first:
chmod +x play setup test quickstart
Then try again:
./play
Ask a grown-up to install Python:
- Ubuntu/Debian:
sudo apt install python3 - Mac:
brew install python3
Run the setup script:
./setup
This installs PyTorch (the neural network engine). It's a big download!
After you see the demo, try:
./quickstart
This shows you how to use the neural CPU yourself!
| Command | What it does |
|---|---|
./play |
Watch the neural CPU demo |
./setup |
Install everything you need |
./quickstart |
Learn to use it yourself |
./test |
Run all 60 tests |
That's okay! Programming can be tricky at first.
- Read the error message carefully
- Search for the error message online
- Ask for help!
Everyone was a beginner once. Keep trying!
FLYNNCONCEIVABLE! - The Neural Network That Became a CPU