tftensor is a tensor library implemented in Rust. It offers tensor operations, automatic differentiation, and supports basic neural network training functionalities.
-
Updated
Aug 26, 2024 - Rust
tftensor is a tensor library implemented in Rust. It offers tensor operations, automatic differentiation, and supports basic neural network training functionalities.
A collection of notebooks from my applied AI minor, featuring projects in machine learning, deep learning, and a neural network built from scratch.
A simple NumPy-based deep learning framework. Create and train neural networks easily, experiment with backpropagation, optimization, and explore the code to grasp the inner workings.
Mini-library that implements a simple version of a feedforward neural network (FNN) and convolutional neural network (CNN) from scratch using Python and PyTorch
Add a description, image, and links to the nn-from-scratch topic page so that developers can more easily learn about it.
To associate your repository with the nn-from-scratch topic, visit your repo's landing page and select "manage topics."