Results 7 repositories owned by Yurii Lahodiuk

earley-parser-js

118
Stars
11
Forks
Watchers

Tiny JavaScript implementation of context-free languages parser - Earley parser (including generation of the parsing-forest).

decision-tree-js

281
Stars
49
Forks
Watchers

Small JavaScript implementation of ID3 Decision tree

genetic-programming

121
Stars
28
Forks
Watchers

Symbolic regression solver, based on genetic programming methodology.

genetic-algorithm

121
Stars
88
Forks
Watchers

Generic implementation of genetic algorithm in Java.

evo-neural-network-agents

51
Stars
22
Forks
Watchers

Evolving of neural networks for collective agents

raytracing-render

73
Stars
16
Forks
Watchers

Developing raytracing render from scratch.

decision-tree

20
Stars
6
Forks
Watchers

Implementation of Decision tree engine from scratch