A neural network model architecture template
Project description
Template NN
Template NN is a lightweight, easy-to-use library designed to streamline the learning process of machine learning. It aims to provide a more opinionated interface while maintaining full compatibility with any existing PyTorch code.
Huge thanks to the PyTorch team for enabling projects like this.
Purpose
Initially developed for my thesis to simplify the codebase, but evolved to a library with a declarative interface for testing and benchmarking neural networks.
The classes uses shortened acronyms such as CNN for Convolution Neural Network with single line instantiation to better focus on the learning aspect of ML.
Installation
Install this library from PyPI:
pip install template-nn
Clone the repository and install it locally for development:
git clone https://github.com/gabrielchoong/template-nn.git
cd template-nn
Using uv (recommended):
uv venv
uv sync
Using pip (not recommended for contributing):
pip install -r requirements.txt
pip install .
Releases and Contributing
See changelog for previous changes. Expect breaking changes at this stage.
See contributing if you wish to contribute to this project.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file template_nn-0.2.3.tar.gz.
File metadata
- Download URL: template_nn-0.2.3.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f7e44ab2f4988614e68a0439a6d2d6b2c3bbeaa53bc113b22b9f625e40d5504
|
|
| MD5 |
27a0d705e442538046b0bd1cb7c7d064
|
|
| BLAKE2b-256 |
03dfd1f2d37588f945f98f0ee1b998738018caa66c701f0fe783a4b57449a213
|
File details
Details for the file template_nn-0.2.3-py3-none-any.whl.
File metadata
- Download URL: template_nn-0.2.3-py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8aee7c23ea1278602b9cbb3ed0aa49c09291d1726b18857f50eb1c6371624c7a
|
|
| MD5 |
ebd300d797f81597a739d225d2d5d231
|
|
| BLAKE2b-256 |
32efea388c5f9b3b90c30fd1c5e3b48c01f0c06b75061ae07fc0d96383d17876
|