Spaces:
Running
Running
Update README.md
Browse files# Reactive AI Page
Working on our own idea of Reactive Neural Networks (RxNN) - special kind of memory-augmented neural networks, that keeps state/memory between interactions/sequences instead of between tokens/elements in sequence and provides reactive communication patterns.
More info soon
## RxNN Platform
We are working on complete Reactive Neural Networks development framework - [RxNN github](https://github.com/RxAI-dev/RxNN)
README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
---
|
2 |
title: README
|
3 |
emoji: 🦀
|
4 |
-
colorFrom:
|
5 |
colorTo: gray
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
Edit this `README.md` markdown file to author your organization card.
|
|
|
1 |
---
|
2 |
title: README
|
3 |
emoji: 🦀
|
4 |
+
colorFrom: blue
|
5 |
colorTo: gray
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
Edit this `README.md` markdown file to author your organization card.
|