From 2647058f02550d45c0a04bf2cbcaa4b80ad13696 Mon Sep 17 00:00:00 2001 From: tostenzel Date: Sun, 7 Jan 2024 21:45:10 +0100 Subject: [PATCH] Update Readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c16090..95d6490 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,11 @@ drawing

-**edugrad** is the most simple and accesible implementation of a deep learning framework. Its purpose is to reveal the +**edugrad** is a simple and accesible implementation of a deep learning framework. Its purpose is to reveal the core components of such libraries. +Unlike other educational packages, edugrad supports a powerful tensor (n-dimensional matrix) class that can be used to implement modern neural networks. One lesson is how extensive this class is. + ## Key Features - **Autograd Mechanism**: Features an automatic differentiation system for computing gradients, vital for training