Skip to content

Commit 00296cf

Browse files
Merge pull request #204 from MartinuzziFrancesco/master
add ReservoirComputing.jl project to gsoc page
2 parents 35a548d + e9567c9 commit 00296cf

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

gsoc/gsoc_sciml.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,17 @@ analysis.
113113
**Expected Project Size**: 175 hour or 350 hour depending on the chosen subtasks.
114114

115115
**Difficulty**: Easy to Medium depending on the chosen subtasks.
116+
117+
## ODE-Based Reservoir Models in ReservoirComputing.jl
118+
119+
[ReservoirComputing.jl](https://github.com/SciML/ReservoirComputing.jl) currently targets discrete-time reservoir models such as Echo State Networks and Next Generation Reservoir Computing. The aim of this project would be to add a ContinuousReservoirComputer model: a continuous-time general approach for reservoir computing models, where the hidden state evolves via an ODE. This extension would enable to then extend ReservoirComputing.jl adding models like Liquid State Machines.
120+
121+
**Recommended Skills**: Background knowledge in numerical analysis and some basics of reservoir computing.
122+
123+
**Expected Results**: New ContinuousReservoirComputer model integrated into ReservoirComputing.jl. Additional time-continuous models that build on the new APIs.
124+
125+
**Mentors**: [Francesco Martinuzzi](https://github.com/MartinuzziFrancesco), [Chris Rackauckas](https://github.com/ChrisRackauckas)
126+
127+
**Expected Project Size**: 175 hour (core model + docs/tests), 350 hour if adding stretch items (additional models).
128+
129+
**Difficulty**: Medium

0 commit comments

Comments
 (0)