Explore GitLab
Discover projects, groups and snippets. Share your projects with others
-
-
Implementation of the artistic style transfer paper by Gatys et al. [http://arxiv.org/abs/1508.06576] using Lasagne.
-
Deep Autoencoder version of the Hexapod Experiment.
-
Backpropagation neural network written from scratch after studying "Introduction to the Theory of Neural Computation" by John Hertz, Anders Krogh and Richard G. Palmer and the online book "Neural Networks and Deep Learning" by Michael Niels
-
Fork of OpenAI baselines (deep RL algorithm suite). Given up in favor of slightly better maintained stable-baselines.
-
Beta-VAE version of the Hexapod Experiment.
-
-
-
2009 January practice test
-
2009 Past haskell test
-
-
-
-
-
Simple RESTful API made in node.js for a book collection. Supports CRUD operations.
-
A simple RESTful API server for a book collection application written in node.js. Standard CRUD (create, read, delete, update) operations are supported.
-
Brainfuck CPU for ICHack19
-
-
ANSI C data declaration module constructor: Datadec transforms a series of Haskell style recursive (or inductive) datatype declarations into a C module to implement them.