Deep Learning DNA: Surviving Architectures and Profound Principles
Project description
Deep Learning DNA: Surviving Architectures and Profound Principles
A journey into the core technologies and key architectures of deep learning.
This package, dldna, provides code and resources accompanying the book "Deep Learning DNA: Surviving Architectures and Profound Principles". It delves into the essential techniques and pivotal architectures that have shaped the field of deep learning, offering a practical, hands-on complement to the book's conceptual explanations.
Key Features:
- Code Examples: Explore implementations of fundamental deep learning concepts and architectures.
- Focus on Efficiency: Learn how to build and train models with an emphasis on computational efficiency.
- Accompanying Material: This package is designed to be used alongside the book "Deep Learning DNA", providing interactive code to enhance your learning experience.
Installation:
-
Minimal Installation (Recommended for Colab):
pip install dldna[colab]
This option installs only the packages that are not typically pre-installed in Google Colab.
-
Standard Installation (All Dependencies):
pip install dldna
install_requires
-
Full Installation (Including Optional and Development Dependencies):
pip install dldna[all]
This installs all dependencies, including
manim(for visualization) and development tools.
Requirements:
The specific requirements depend on the installation option you choose. See setup.py for the complete list of dependencies. The minimal installation for Colab requires:
- Python >= 3.7
- transformers
- datasets
- tqdm
- pillow
- opencv-python
- sentencepiece
Usage:
# Example usage (replace with a simple, illustrative example)
import dldna
# ... your code here ...
print(dldna.__version__) # Check the installed version
Project details
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 dldna-0.1.5.tar.gz.
File metadata
- Download URL: dldna-0.1.5.tar.gz
- Upload date:
- Size: 144.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e1882e840228e2f13fe98762653deabe051830903defa94833c46c6bb0ad80d
|
|
| MD5 |
7c500511e0eb80816067b04bdbfd5fa5
|
|
| BLAKE2b-256 |
2ef3895461d226632e6b71f302bf0a2ac2a26f5fb659ff17bbe25e2ca91c8b41
|
File details
Details for the file dldna-0.1.5-py3-none-any.whl.
File metadata
- Download URL: dldna-0.1.5-py3-none-any.whl
- Upload date:
- Size: 213.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09d24f19d2fa447677bfd09f392e9063765247f14b1b3bf62b4620b394c47e69
|
|
| MD5 |
540a93c3b3ebceda9d043a70c8e37158
|
|
| BLAKE2b-256 |
ab6b0d2d918749bc68c36b9619f1ea73866b771ecb2289c72644d817ea4e7040
|