Pinned Repositories
cyk-js
Implementation of Cocke–Younger–Kasami parsing algorithm in JavaScript
decision-tree
Implementation of Decision tree engine from scratch
decision-tree-js
Small JavaScript implementation of ID3 Decision tree
earley-parser-js
Tiny JavaScript implementation of context-free languages parser - Earley parser (including generation of the parsing-forest).
evo-neural-network-agents
Evolving of neural networks for collective agents
genetic-algorithm
Generic implementation of genetic algorithm in Java.
genetic-programming
Symbolic regression solver, based on genetic programming methodology.
java-belief-propagation
Repository contains the derivation of Belief Propagation algorithm from the ground up, as well as generic Java implementation of the Loopy Belief Propagation algorithm.
pos-tagger
Simple part-of-speech tagger, written from scratch (for educational purpose).
raytracing-render
Developing raytracing render from scratch.
lagodiuk's Repositories
lagodiuk/decision-tree-js
Small JavaScript implementation of ID3 Decision tree
lagodiuk/genetic-programming
Symbolic regression solver, based on genetic programming methodology.
lagodiuk/genetic-algorithm
Generic implementation of genetic algorithm in Java.
lagodiuk/earley-parser-js
Tiny JavaScript implementation of context-free languages parser - Earley parser (including generation of the parsing-forest).
lagodiuk/raytracing-render
Developing raytracing render from scratch.
lagodiuk/evo-neural-network-agents
Evolving of neural networks for collective agents
lagodiuk/decision-tree
Implementation of Decision tree engine from scratch
lagodiuk/cyk-js
Implementation of Cocke–Younger–Kasami parsing algorithm in JavaScript
lagodiuk/java-belief-propagation
Repository contains the derivation of Belief Propagation algorithm from the ground up, as well as generic Java implementation of the Loopy Belief Propagation algorithm.
lagodiuk/pos-tagger
Simple part-of-speech tagger, written from scratch (for educational purpose).
lagodiuk/levenshtein-top-k
Algorithm for the derivation of the top-K string alignments, based on the Levenshtein distance.
lagodiuk/free-programming-books
lagodiuk/neo4j-uber-jar
Workaround incompatibility problem of Lucene 4 and Neo4j (which uses Lucene 3) - by creation of "uber" jar for Neo4j (and renaming Lucene 3 packages, using Maven Shade Plugin).
lagodiuk/tic-tac-toe-minimax-scala
Minimalistic and pure functional implementation of the Minimax algorithm in Scala for the purpose of creation of the unbeatable Tic-Tac-Toe program.
lagodiuk/tinynlp
lagodiuk/belief_propagation_js
Tiny implementation of Belief Propagation algorithm, with applying it for graph colouring problem (and try to apply Belief Propagation for solving sudoku puzzles).
lagodiuk/genetic-algorithm-pictures
Evolving pictures, using genetic algorithm (my old project, with need of some refactoring).
lagodiuk/spoj
My solutions of some competitive programming problems (mostly related to the Dynamic Programming topic).
lagodiuk/artclassifier
lagodiuk/cat-js
Tiny simulator of Computed Axial Tomography (CAT) scanner
lagodiuk/code-snippets
Various code snippets.
lagodiuk/data-delivery
lagodiuk/ibm-ponder-this-june-2017
My solution of the IBM Ponder This challenge (organized by IBM Research in June 2017).
lagodiuk/ibm-ponder-this-may-2017
My solution of the IBM Ponder This challenge (organized by IBM Research in May 2017).
lagodiuk/lagodiuk.github.io
Source code of my blog: http://lagodiuk.github.io/
lagodiuk/microjs.com
Fantastic Micro-Frameworks and Micro-Libraries for Fun and Profit!
lagodiuk/mini-map-reduce-js
Reformulation of algorithms for model of MapReduce computations (using handwritten toy MapReduce framework).
lagodiuk/PipelineDP
PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch processing systems such as Apache Spark, Apache Beam, and more.
lagodiuk/restricted-boltzmann-machine
lagodiuk/track