Skip to content
Snippets Groups Projects
Commit de11b453 authored by Matías Duhalde's avatar Matías Duhalde
Browse files

docs: update README

parent d48f1ceb
Branches
No related tags found
No related merge requests found
......@@ -16,8 +16,8 @@ This project contains several files and directory. A brief description of each i
- `results/`: This folder contains some of the results generated by the program.
- `knn.py`: Contains functions related to the KNN algorithm.
- `read_cifar.py`: Contains functions related to reading and parsing the CIFAR-10 dataset.
- `nn.py`: Contains functions related to the Neural Network algorithm.
- `main.ipynb`: Jupyter Notebook containing the main program. It is used to the algorithms and generate the results.
- `mlp.py`: Contains functions related to the Neural Network algorithm.
- `main.ipynb`: Jupyter Notebook containing the main program. It is used to test the algorithms and generate the results. It also contains some descriptions regarding the algorithms, notably a mathematical description of the Neural Network algorithm.
## Usage
......@@ -37,3 +37,4 @@ The main program is contained in the `main.ipynb` file. It can be run using Jupy
## References
- Data Source : The CIFAR-10 Dataset. <https://www.cs.toronto.edu/~kriz/cifar.html>
- Assignment repository <https://gitlab.ec-lyon.fr/edelland/mod_4_6-td1>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment