Henry Shulayev Barnes commited on
Commit
a7d2b16
Β·
1 Parent(s): c2b7013

Remove internal metrics and reconcile benchmark numbers

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -4,26 +4,26 @@ Open neuromorphic processor architectures with full software stacks. Three gener
4
 
5
  ## Processors
6
 
7
- **Catalyst N3** β€” 128-core neuromorphic SoC with hybrid ANN/SNN computing, hardware virtualization (NeurOS), and on-chip continual learning. 524K–1M neurons, 68 architectural features, 16 per-tile learning accelerators, 4-level memory hierarchy. FPGA validated (19/19 tests). *Paper and benchmarks coming soon.*
8
 
9
- **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.
10
 
11
- **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.
12
 
13
  ## Benchmarks
14
 
15
- | Benchmark | Accuracy | vs Competition |
16
- |---|---|---|
17
- | SHD | **90.7%** | Beats Loihi 1 (89.0%) |
18
- | SSC | **73.5%** | Beats Loihi 2 (69.8%) |
19
- | N-MNIST | **99.2%** | β€” |
20
- | GSC KWS | **88.0%** | β€” |
21
 
22
  Full N3 benchmark suite with precision sweeps and hardware feature demonstrations β€” coming soon.
23
 
24
  ## SDK
25
 
26
- 3,091 SDK tests | 1,011+ RTL tests | CPU, GPU, and FPGA backends
27
 
28
  ```bash
29
  pip install catalyst-cloud
 
4
 
5
  ## Processors
6
 
7
+ **Catalyst N3** β€” 128-core neuromorphic SoC with hybrid ANN/SNN computing, hardware virtualization (NeurOS), and on-chip continual learning. 524K neurons, 16 per-tile learning accelerators, 4-level memory hierarchy. *Paper and benchmarks coming soon.*
8
 
9
+ **Catalyst N2** β€” Programmable neuron engine with Loihi-class feature set. 5 neuron models (LIF, Izhikevich, ALIF, Sigma-Delta, Resonate), 1-16 bit weights, reward-modulated three-factor learning.
10
 
11
+ **Catalyst N1** β€” 128-core neuromorphic processor. 131K neurons, programmable STDP learning engine, FPGA validated.
12
 
13
  ## Benchmarks
14
 
15
+ | Benchmark | Accuracy |
16
+ |---|---|
17
+ | SHD | 85.9% |
18
+ | SSC | 76.4% |
19
+ | N-MNIST | 99.2% |
20
+ | GSC KWS | 88.0% |
21
 
22
  Full N3 benchmark suite with precision sweeps and hardware feature demonstrations β€” coming soon.
23
 
24
  ## SDK
25
 
26
+ CPU, GPU, and FPGA backends.
27
 
28
  ```bash
29
  pip install catalyst-cloud