Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoleao052 authored Dec 28, 2023
1 parent 01612fd commit f3fec96
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,14 @@


## 1. Project Structure
- `src/` : Folder with python files.
- `src/tensor.py`: File with the `Tensor` class and all of the tensor `Operations`.
- `src/nn.py`: Most deep learning layers, and `nn.Module` class.
- `src/framework.py`: File with operations and helper functions.
- `src/test_framework.py` : File with unit tests.
- `src/optim.py` : File with optimizers.
- `neuralforge/` : Framework with python files.
- `neuralforge/tensor_operations.py`: File with the `Tensor` class and all of the tensor `Operations`.
- `neuralforge/nn.py`: Most deep learning layers, and `nn.Module` class.
- `neuralforge/utils.py`: File with operations and helper functions.
- `neuralforge/test_framework.py`: File with unit tests.
- `neuralforge/optim.py` : File with optimizers.
- `data/` : Folder to store the text file used to test the Transformer. Currently holds `shakespeare.txt`.
- `setup.py` : Setup file for the framework.

## 2. Running it Yourself
### Simple Autograd Example:
Expand Down

0 comments on commit f3fec96

Please sign in to comment.