-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
30 lines (19 loc) · 1.22 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
o__ __o__/_ o
<| v <|>
< > / >
| o__ __o __o__ \o__ __o o__ __o
o__/_ /v |> /> \ | v\ /v v\
| /> // o/ / \ <\ /> <\
<o> \o o/ <| \o/ o/ \ /
| v\ /v __o \\ | <| o o
/ \ <\/> __/> _\o__</ / \ / \ <\__ __/>
Fecho: an C++ Echo State Network library.
The library is optimised for high-performance realtime use in interactive audio and multimedia scenarios, along with the conventional ML uses for ESNs.
Main.cpp gives examples of use.
Fecho is intended to be cross-platform, but up until now has only been tested on OSX.
There's a Pure Data object in the PD folder.
Future additions may include:
- small world network topology
- multi-frequency techniques
- examples for sound synthesis and audio processing
- testing on windows, linux and iOS.