Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,6 @@ CuPy is an open-source array library for GPU-accelerated computing with Python.

---

## Results

- Achieved maximum test accuracy of **95.36%** with batch size 128
- Performance is comparable to an equivalent TensorFlow implementation in both accuracy and convergence speed
- Training times and memory usage optimized using vectorized operations and strided memory access

---

## Conclusion

This implementation confirms the feasibility of building a performant CNN purely with CuPy, highlighting both computational efficiency and the educational value of low-level deep learning architectures. It provides a foundation for extending the model to more complex datasets and deeper network designs.---
Expand All @@ -66,4 +58,10 @@ This implementation confirms the feasibility of building a performant CNN purely

A full project report detailing methodology, implementation, results, and analysis is available in the [`DOCS`](./DOCS) folder:

[Project Report (PDF)](./DOCS/CNN_raport.pdf)
[Project Report (PDF)](./DOCS/CNN_raport.pdf)

---

Track the progress of the project here: [GitHub Project Board](https://github.com/users/Doberman12/projects/3)

---
18 changes: 9 additions & 9 deletions notebooks/plots.ipynb

Large diffs are not rendered by default.