You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/projects.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,12 @@ algorithms, which can work on discrete set of expressions. The goal is to
41
41
write mutation and recombination - the basic operators of a genetic algorithm,
42
42
but applied on top of Julia AST.
43
43
44
+
Data: AI Feyman [database](https://space.mit.edu/home/tegmark/aifeynman.html) on symbolic regression (from [article](https://arxiv.org/pdf/1905.11481.pdf)/[code](https://github.com/SJ001/AI-Feynman))
- Genetic Programming for Julia: fast performance and parallel island model implementation [report](http://courses.csail.mit.edu/18.337/2015/projects/MorganFrank/projectReport.pdf)
49
+
44
50
## Distributed Optimization Package
45
51
46
52
One click distributed optimization is at the heart of other machine learning
@@ -49,6 +55,9 @@ missing in the Julia's Flux ecosystem. The goal of this project is to explore,
49
55
implement and compare at least two state-of-the-art methods of distributed
50
56
gradient descent on data that will be provided for you.
51
57
58
+
Some of the work has already been done in this area by one of our former students,
59
+
see [link](https://dspace.cvut.cz/handle/10467/97057).
0 commit comments