Spaces:
Configuration error
Configuration error
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,10 +1,32 @@
|
|
| 1 |
-
---
|
| 2 |
-
title: README
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
-
sdk: static
|
| 7 |
-
pinned: false
|
| 8 |
-
---
|
| 9 |
-
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: README
|
| 3 |
+
emoji: 🧠
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: static
|
| 7 |
+
pinned: false
|
| 8 |
+
---
|
| 9 |
+
# Catalyst Neuromorphic
|
| 10 |
+
|
| 11 |
+
Open neuromorphic processor architectures with full software stacks.
|
| 12 |
+
|
| 13 |
+
## Processors
|
| 14 |
+
|
| 15 |
+
**Catalyst N1** — 128-core neuromorphic processor with Loihi 1 feature parity. 131K neurons, programmable STDP learning engine, FPGA-validated with zero failures across 25 RTL testbenches.
|
| 16 |
+
|
| 17 |
+
**Catalyst N2** — Programmable neuron engine with Loihi 2 feature parity. 5 neuron models (LIF, Izhikevich, ALIF, Sigma-Delta, Resonate), 1-16 bit weights, reward-modulated three-factor learning.
|
| 18 |
+
|
| 19 |
+
## SDK
|
| 20 |
+
|
| 21 |
+
3,091 tests | 155 features | CPU, GPU, and FPGA backends
|
| 22 |
+
|
| 23 |
+
```bash
|
| 24 |
+
pip install catalyst-cloud
|
| 25 |
+
```
|
| 26 |
+
|
| 27 |
+
## Links
|
| 28 |
+
|
| 29 |
+
- [GitHub](https://github.com/catalyst-neuromorphic/catalyst-neurocore)
|
| 30 |
+
- [Cloud API](https://catalyst-neuromorphic.com/cloud)
|
| 31 |
+
- [Website](https://catalyst-neuromorphic.com)
|
| 32 |
+
- [Paper](https://doi.org/10.5281/zenodo.18727094)
|