Update README

This commit is contained in:
2024-03-21 00:26:11 +01:00
parent a9d0a0832a
commit e46d5d3f76

View File

@@ -9,8 +9,8 @@ Convolutional Neural Network inference library running on CUDA.
- [x] Input layer - [x] Input layer
- [x] Dense (fully-connected) layer - [x] Dense (fully-connected) layer
- [x] Conv2d layer - [x] Conv2d layer
- [ ] Max pooling - [x] Max pooling
- [ ] Average pooling - [x] Average pooling
- [x] Concat layer - [x] Concat layer
- [x] Sigmoid activation - [x] Sigmoid activation
- [x] ReLU activation - [x] ReLU activation