Skip to content

xsu0131/Concrete-Neural-Network-Project

Repository files navigation

Concrete Neural Network

We are going to make the Neural Networks Great Again!

Dependencies

  • Tested with Python 3.10 (If something goes wrong, you know what to do.)

Setup

  • Create Virtual Environment
python3.10 -m venv venv
  • Activate the virtual environment
# On Windows:
venv\Scripts\activate
# On macOS/Linux:
source venv/bin/activate
  • Install dependencies
# On Windows:
pip install -r requirementsWindows.txt
# On macOS/Linux:
pip install -r requirementsMac.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors