Skip to content
View vadim-mychko's full-sized avatar

Block or report vadim-mychko

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
vadim-mychko/README.md

Hi there 👋

Projects

AutoDiff.jl is a small automatic differentiation engine written in Julia, useful for demonstrating how backpropagation works under the hood. The project allows visualizing a computational graph for common vector operations, performing gradient descent, and defining a multilayer perceptron.

Implementation of a chess-like game Arimaa written in Java with a graphical user interface. The project allows loading from and saving to a predefined portable game format, undoing steps and playing against a computer or a human.

Pinned Loading

  1. AutoDiff.jl AutoDiff.jl Public

    Automatic differentiation library for deep learning written in Julia.

    Julia

  2. Arimaa Arimaa Public

    Implementation of chess-like game Arimaa written in Java.

    Java