Pinned Repositories
30-seconds-of-code
Short JavaScript code snippets for all your development needs
acme
A library of reinforcement learning components and agents
algolib
Implementations for commonly used Algorithms/Data Structures.
Algorithms
A collection of algorithms and data structures
AlgoWiki
Repository which contains links and resources on different topics of Computer Science.
binarypheonix.github.io
Portfolio Website resources @ binarypheonix.com
cp-resources
A collection of competitive programming/algorithmic problem solving resources, including links, code and other stuff!
gh-explore
Search and explore repos on GitHub!!!
rust-reference
The Rust Reference
trash
A TRuly Awesome SHell, implemented in Rust!
binarypheonix's Repositories
binarypheonix/acme
A library of reinforcement learning components and agents
binarypheonix/bazel
a fast, scalable, multi-language and extensible build system
binarypheonix/brainbrowser
Web-based visualization tools for neurological data.
binarypheonix/ca_art
Learn Cellular Automata through generative art
binarypheonix/CellularAutomataAsNeuralNetwork
Runs John Conway's Game of Life or any other outer totalistic cellular automata you define, but internally cells states are represented as neuron firing states, and rules are converted to neuron waits and firing function thresholds.
binarypheonix/cheatsheets-ai
Essential Cheat Sheets for deep learning and machine learning researchers https://medium.com/@kailashahirwar/essential-cheat-sheets-for-machine-learning-and-deep-learning-researchers-efb6a8ebd2e5
binarypheonix/copybara
Copybara: A tool for transforming and moving code between repositories.
binarypheonix/DeepReinforcementLearning
A replica of the AlphaZero methodology for deep reinforcement learning in Python
binarypheonix/dopamine
Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.
binarypheonix/DRL_in_CV_Papers
Research publications in Computer Vision Journals and Conferences (and arxiv) using RL.Visit Website:
binarypheonix/every-programmer-should-know
A collection of (mostly) technical things every software developer should know
binarypheonix/gcn
Implementation of Graph Convolutional Networks in TensorFlow
binarypheonix/jamesmolloy-kernel-development-tutorials
Source code from http://www.jamesmolloy.co.uk/tutorial_html/index.html with improved build system. Tested on Ubuntu 14.04.
binarypheonix/lab
A customisable 3D platform for agent-based AI research
binarypheonix/LaTeX-crash-course
This repository provides the materials for a LaTeX workshop for beginner users.
binarypheonix/lc0
The rewritten engine, originally for tensorflow. Now all other backends have been ported here.
binarypheonix/mathematics_dataset
This dataset code generates mathematical question and answer pairs, from a range of question types at roughly school-level difficulty.
binarypheonix/mini-arm-os
Build a minimal multi-tasking OS kernel for ARM from scratch
binarypheonix/Mini-Shell
A simple implementation of the Unix Shell in the C Programming language. This project was coded and tested in Ubuntu 17.04.
binarypheonix/minigo
An open-source implementation of the AlphaGoZero algorithm
binarypheonix/numeric
Numerical analysis in Javascript
binarypheonix/Pinecone
A general purpose, high performance programming language
binarypheonix/Projects-from-Scratch
Read and do projects.
binarypheonix/rust-os-comparison
A comparison of operating systems written in Rust
binarypheonix/trending_arxiv
Track trending arXiv papers on Twitter from within your circle
binarypheonix/Unix-Shell-Implementation-in-C
Simulate the Working of Command Line Interface in Unix-like Environment. Implemented Piping, redirection, history, environment variables,external-internal commands etc using family of system calls.