The "nn-sandbox" repository is designed as a playground for experimenting with neural networks using various machine learning frameworks, such as PyTorch and TensorFlow.
- Install tensorflow (python=3.10)
# For GPU users
pip install tensorflow[and-cuda]
# For CPU users
pip install tensorflow