This repository contains a collection of PyTorch projects and experiments focusing on various deep learning tasks and techniques.
A simple neural network classifier for the MNIST dataset of handwritten digits.
A simple neural network build to predict the ADMET properties of certain drugs.
To run these projects, you'll need:
- Python 3.7+
- PyTorch
- torchvision
- matplotlib Install the required dependencies:
pip install -r requirements.lock
Each project is contained in its own directory. Navigate to the project folder and run the main script.