Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vishvamporwal/neuraltrace
NeuralTrace is an open-source autograd engine designed to empower deep learning enthusiasts with a powerful and user-friendly tool for training deep neural networks.
https://github.com/vishvamporwal/neuraltrace
Last synced: 10 days ago
JSON representation
NeuralTrace is an open-source autograd engine designed to empower deep learning enthusiasts with a powerful and user-friendly tool for training deep neural networks.
- Host: GitHub
- URL: https://github.com/vishvamporwal/neuraltrace
- Owner: VishvamPorwal
- License: mit
- Created: 2023-08-01T10:46:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-01T15:56:50.000Z (over 1 year ago)
- Last Synced: 2024-04-27T00:14:23.847Z (6 months ago)
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NeuralTrace
NeuralTrace is an open-source Autograd engine designed to empower deep learning enthusiasts with a powerful and user-friendly tool for training deep neural networks. It is a lightweight simulation of PyTorch.# Key Features
1. Automatic Differentiation: NeuralTrace performs automatic differentiation, computing gradients for various functions with respect to their inputs.
2. Extensible: You can easily extend NeuralTrace by adding custom functions, optimizers, and other components.
3. User-Friendly: Designed to be user-friendly, NeuralTrace is suitable for both beginners and advanced researchers.# Examples
Check out the driver.py file in the repository for more detailed examples of how to use NeuralTrace for various deep-learning tasks.# Contributing
Contributions to NeuralTrace are welcome! Whether you find bugs, want to add new features, or improve documentation, please feel free to open issues and pull requests on the GitHub repository.# Acknowledgments
NeuralTrace is inspired by micrograd and based upon PyTorch.Happy deep learning with NeuralTrace! 🚀