A toolbox for common deep learning procedures
Project description
# A Toolbox for Common Deep Learning Procedures.
## Introduction
Whenever I do a project, I always have to re-implement everything from scratch. At first, this is helpful because it requires me to really learn the concepts and procedures by heart. However, these chores quickly become irritating and annoying. So I start to create this repository, to store all the useful pieces of code. <br /> This soon extends to the stuff that I see in papers and want to implement. Finally, as I was implementing some of the more difficult stuff (e.g the callbacks) the awesome fastai course comes out, so I decide to use this opportunity to follow along the lessons, adapting the codes (i.e the notebooks) and the library to suit my existing codebase.
## What can you find here?
I organize the codes into core elements (callbacks, components, losses, metrics, optim, transforms, etc.), and applications (vision, sequence, etc.), each having its own elements directory. ## How do I use the codes?
To use the codes here, simply clone this repository and add it to your favourite project. Then do a simple import call, and have fun deep learning! <br /> Alternatively, you can just select a piece of code that you need and copy it to your project. No need to ask for permission (unless it’s something that’s not originally mine either, such as the codes adapted from fastai library courses). However, do be aware that the one function might requires another function from another directory to work. <br /> Note that I have released the codes as a package on PyPI, but right now the everything is still highly experimental and volatile. Nevertheless, you can install it with: ` pip install nn-toolbox `
## Some Examples:
I am currently doing some projects with this toolbox. Some of them are still work in progress, but you can visit my [implementation](https://github.com/nhatsmrt/torch-styletransfer) of arbitrary style transfer for some example usage, or look at some [tests](https://github.com/nhatsmrt/nn-toolbox/tree/experimental/nntoolbox/test).
## Documentation
Please visit https://nhatsmrt.github.io/nn-toolbox/
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
File details
Details for the file nn-toolbox-0.0.4.tar.gz
.
File metadata
- Download URL: nn-toolbox-0.0.4.tar.gz
- Upload date:
- Size: 89.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7fb49970215afd8f1583c41c4cd0325acc5521e9b6d6d4d46e5125189097d7f |
|
MD5 | 533fea86f5824370016aba3cac1a2bd1 |
|
BLAKE2b-256 | 18f8ba99cc1a72c549b2bbaa52de78a60fb670dcb0acc14d190ce863c5571116 |
File details
Details for the file nn_toolbox-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: nn_toolbox-0.0.4-py3-none-any.whl
- Upload date:
- Size: 147.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8dd23ada25fbfd7b61b50c8a50850fcb939d8adf339f496d7b94a8f355b592c3 |
|
MD5 | 392367ffa33d17c388c7eac795a792c1 |
|
BLAKE2b-256 | 4998d85ad94f2082c18899d4b8dee9f05d9e60a035173ff7829859b0b78a608d |