Skip to content

Commit 982660e

Browse files
committed
Added links to projects.
1 parent 44688dc commit 982660e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/src/projects.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ algorithms, which can work on discrete set of expressions. The goal is to
4141
write mutation and recombination - the basic operators of a genetic algorithm,
4242
but applied on top of Julia AST.
4343

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))
45+
Inspiration:
46+
- Logic Guided Genetic Algorithms [article](https://arxiv.org/pdf/2010.11328.pdf)/[code](https://github.com/DhananjayAshok/LGGA)
47+
- AI Feynman 2.0: Pareto-optimal symbolic regression exploiting graph modularity [article](https://arxiv.org/pdf/2006.10782)
48+
- 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+
4450
## Distributed Optimization Package
4551

4652
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,
4955
implement and compare at least two state-of-the-art methods of distributed
5056
gradient descent on data that will be provided for you.
5157

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).
60+
5261
## A Rule Learning Algorithm
5362

5463
[Rule-based models](https://christophm.github.io/interpretable-ml-book/rules.html)

0 commit comments

Comments
 (0)