Skip to content

Commit c05762d

Browse files
authored
Fix HTML entities and enhance README formatting
Updated README to correct HTML entities and improve formatting.
1 parent 78ed10a commit c05762d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
<img src="https://img.shields.io/badge/License-MIT-red" alt="License">
1313
</p>
1414

15-
This is a Convolutional Neural Network (CNN) library project implemented entirely from scratch using only low-level libraries like NumPy, PIL, SciPy and Cython no deep learning frameworks (e.g., TensorFlow or PyTorch) are used. It can train a CNN model on your local dataset folder or an external Hugging Face dataset, save or load models, support CUDA and the Adam optimizer for better performance, and switch the training backend between CPU and GPU
16-
1715
**Live Demo:** [PyCNN CIFAR-10 Model](https://huggingface.co/spaces/777axel/pycnn_cifar10)
1816

17+
This is a Convolutional Neural Network (CNN) library project implemented entirely from scratch using only low-level libraries like NumPy, PIL, SciPy and Cython no deep learning frameworks (e.g., TensorFlow or PyTorch) are used. It can train a CNN model on your local dataset folder or an external Hugging Face dataset, save or load models, support CUDA and the Adam optimizer for better performance, and switch the training backend between CPU and GPU
18+
1919
<p align="center">
2020
<img src="./assets/pipeline_visualization.png" alt="PyCNN Pipeline" width="600"/>
2121
</p>
@@ -307,3 +307,4 @@ See the [PyCNN Documentation](https://77axel.github.io/PyCNN) for detailed guide
307307

308308

309309

310+

0 commit comments

Comments
 (0)