Skip to content

Commit

Permalink
chore: update readme 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ab3llini committed Oct 6, 2023
1 parent a95dd65 commit c707e9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
[![Rust](https://img.shields.io/badge/Language-Rust-orange.svg)](https://www.rust-lang.org/) [![Status](https://img.shields.io/badge/Status-Work%20in%20Progress-blue.svg)](https://github.com/yourusername/carbon)

Welcome to Carbon! 🚀
This project is a labor of love, born out of the desire to learn Rust while delving into the exciting world of deep learning. While it's not a full-fledged deep learning framework, it's a functional micrograd implementation built to sharpen Rust skills. And guess what? It actually works to train dummy neural nets! 🎉
Carbon is a fully functional differentiation engine for 2D tensors and scalar operations, written in Rust. It's inspired by [micrograd](https://github.com/karpathy/micrograd).
This project is a labor of love, born out of the desire to learn Rust while delving into the exciting world of deep learning. While it's not a full-fledged deep learning framework, it actually works to train dummy neural nets! 🎉

## Project Highlights
- 🤖 **Neural Net Layer:** Carbon features a neural net layer, inspired by micrograd, that includes neurons, layers, and multi-layer perceptrons (MLP). It's perfect for experimenting with basic neural networks.
Expand Down

0 comments on commit c707e9c

Please sign in to comment.