ZenGrad Optimizer - TensorFlow
Project description
Installation
To install ZenGrad, run the following command:
pip install zengrad-tensorflow
Implementation
from zengrad_tensorflow import ZenGrad # Import the ZenGrad optimizer
# Define your preferred model architecture here (e.g., CNN, ResNet, LSTM, Transformer, etc.)
# Example:
# model = ...
# Compile your model using ZenGrad
model.compile(
optimizer=ZenGrad(learning_rate=0.01, weight_decay=1e-4), # <---- In This Way
.......
)
License
ZenGrad is released under the Apache License 2.0.
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 zengrad_tensorflow-0.0.1.tar.gz.
File metadata
- Download URL: zengrad_tensorflow-0.0.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed643be612a556bf191a02dd6c3463ab1047111278ee3a0b6f3a43d980973db8
|
|
| MD5 |
69c1275185aa5eeb8c409b9ef8f8eda4
|
|
| BLAKE2b-256 |
170fdf16b85eb64d0267c942b1cb3ee3f4adacc922f3e6a078076cd697f8bf15
|
File details
Details for the file zengrad_tensorflow-0.0.1-py3-none-any.whl.
File metadata
- Download URL: zengrad_tensorflow-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81bb70e40ece557daece77ba8855ef78813c7d7228fcbb07af85f1335d948a17
|
|
| MD5 |
f5259385ca52efc95254866418fec17c
|
|
| BLAKE2b-256 |
2ec8b5cc4397d1c7e7113dec545709891a04f0be04288bbb219ee99b74ae4fcb
|