Skip to content

Commit 6ad66a2

Browse files
Update README.md
1 parent 44bc7a9 commit 6ad66a2

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
A conceptual C# implementation inspired by a hierarchical deep learning architecture diagram.
44

5+
[![CI/CD Status](https://github.com/quickattach0-tech/DeepLearningProtocol/actions/workflows/dotnet.yml/badge.svg)](https://github.com/quickattach0-tech/DeepLearningProtocol/actions/workflows/dotnet.yml)
6+
57
## Structure
68
- **AbstractCore**: Deepest reasoning layer (maroon node)
79
- **State Interface**: Top-level state management
@@ -25,8 +27,3 @@ Feel free to extend with neural network integrations, async processing, or more
2527
1. Install dependencies: `dotnet restore`
2628
2. Run tests: `dotnet test`
2729
3. See 100% coverage on core methods!
28-
29-
[![CI/CD Status](https://github.com/quickattach0-tech/DeepLearningProtocol/actions/workflows/dotnet.yml/badge.svg)](https://github.com/quickattach0-tech/DeepLearningProtocol/actions/workflows/dotnet.yml)
30-
31-
# Deep Learning Protocol
32-
...

0 commit comments

Comments
 (0)