Pinned Repositories
Aasina
This is the program I wrote in 2007 for a line-follower I built that ran on a Philips P89V51RD2 microcontroller
cf_utils
cuda101
CUDA Programming for Beginners
Data-Structures-and-Algorithms
A collection of some implementations of data structures and algorithms.
DropboxUpload
Upload files on Dropbox from your terminal
instagram-dl
Instagram image downloader using Python
ncc
Neural Code Comprehension: A Learnable Representation of Code Semantics
picoctf-writeups
Write-ups for PicoCTF tasks
SwiftTyper
Offline version of games like type racer and 10fastfingers.
z3-floating-point-proofs
Automated Proofs about floating-point numbers using Z3 Theorem Prover
xennygrimmato's Repositories
xennygrimmato/Reinforcement-Learning
Notes for the Reinforcement Learning course by David Silver along with implementation of various algorithms.
xennygrimmato/ai_law
all kinds of baseline models for long text classificaiton( text categorization)
xennygrimmato/algo
xennygrimmato/algorithm
C++ Implementation of Algorithms (aka. Spaghetti Source)
xennygrimmato/bert
TensorFlow code and pre-trained models for BERT
xennygrimmato/code-vectors-artifact
Artifacts and other data for "Code Vectors: Understanding Programs Through Embedded Abstraced Symbolic Traces"
xennygrimmato/code2seq
Code for the model presented in the paper: "code2seq: Generating Sequences from Structured Representations of Code"
xennygrimmato/code2vec
MLonCode community effort to implement Learning Distributed Representations of Code (https://arxiv.org/pdf/1803.09473.pdf)
xennygrimmato/DeepCoder-Utils
Utilities used in the experiments for the DeepCoder paper (ICLR'17)
xennygrimmato/engine-analyses
Analyses of open source projects with source{d} Engine
xennygrimmato/episodic-curiosity
Tensorflow/Keras code and trained models for Episodic Curiosity Through Reachability
xennygrimmato/gpt-2
Code for the paper "Language Models are Unsupervised Multitask Learners"
xennygrimmato/graph-based-code-modelling
Code for "Generative Code Modeling with Graphs" (ICLR'19)
xennygrimmato/graph_nets
Build Graph Nets in Tensorflow
xennygrimmato/info8010-deep-learning
Lectures for INFO8010 - Deep Learning, ULiège
xennygrimmato/IterativeSegTree
xennygrimmato/logparser
A toolkit for automated log parsing [ICSE'19, TDSC'18, DSN'16]
xennygrimmato/mathematics_dataset
xennygrimmato/openage
Free (as in freedom) open source clone of the Age of Empires II engine :rocket:
xennygrimmato/ParlAI
A framework for training and evaluating AI models on a variety of openly available dialog datasets.
xennygrimmato/program_synthesis
Program Synthesis
xennygrimmato/pyasthelper
Extract information about Python source code programatically
xennygrimmato/sotawhat
Returns latest research results by crawling arxiv papers and summarizing abstracts. Helps you stay afloat with so many new papers everyday.
xennygrimmato/splendor-ai
Playing Board Game Splendor with Deep Reinforcement Learning
xennygrimmato/spotify-downloader
Download Spotify playlists with albumart and meta-tags
xennygrimmato/stanfordnlp
Official Stanford NLP Python Library for Many Human Languages
xennygrimmato/streetlearn
A C++/Python implementation of the StreetLearn environment based on images from Street View, as well as a TensorFlow implementation of goal-driven navigation agents solving the task published in “Learning to Navigate in Cities Without a Map”, NeurIPS 2018
xennygrimmato/text_classification
all kinds of text classification models and more with deep learning
xennygrimmato/transitions
A lightweight, object-oriented finite state machine implementation in Python
xennygrimmato/XLM
PyTorch original implementation of Cross-lingual Language Model Pretraining.