TMorville's Stars
lutzroeder/netron
Visualizer for neural network, deep learning and machine learning models
openai/gpt-2
Code for the paper "Language Models are Unsupervised Multitask Learners"
BoostIO/BoostNote-Legacy
This repository is outdated and new Boost Note app is available! We've launched a new Boost Note app which supports real-time collaborative writing. https://github.com/BoostIO/BoostNote-App
sqshq/sampler
Tool for shell commands execution, visualization and alerting. Configured with a simple YAML file.
alteryx/featuretools
An open source python library for automated feature engineering
codertimo/BERT-pytorch
Google AI 2018 BERT pytorch implementation
borisbanushev/stockpredictionai
In this noteboook I will create a complete process for predicting stock price movements. Follow along and we will achieve some pretty good results. For that purpose we will use a Generative Adversarial Network (GAN) with LSTM, a type of Recurrent Neural Network, as generator, and a Convolutional Neural Network, CNN, as a discriminator. We use LSTM for the obvious reason that we are trying to predict time series data. Why we use GAN and specifically CNN as a discriminator? That is a good question: there are special sections on that later.
robbiebarrat/art-DCGAN
Modified implementation of DCGAN focused on generative art. Includes pre-trained models for landscapes, nude-portraits, and others.
CSAILVision/GazeCapture
Eye Tracking for Everyone
st-tech/zr-obp
Open Bandit Pipeline: a python library for bandit algorithms and off-policy evaluation
jmschrei/apricot
apricot implements submodular optimization for the purpose of selecting subsets of massive data sets to train machine learning models quickly. See the documentation page: https://apricot-select.readthedocs.io/en/latest/index.html
typora/support.typora.io
Support site for Markdown Editor Typora
EleutherAI/DALLE-mtf
Open-AI's DALL-E for large scale training in mesh-tensorflow.
evancchow/jazzml
A (very incomplete) project that combines machine learning with music.
Lab41/PySEAL
This repository is a fork of Microsoft Research's homomorphic encryption implementation, the Simple Encrypted Arithmetic Library (SEAL). This code wraps the SEAL build in a docker container and provides Python API's to the encryption library.
AidanRocke/Free_Energy_experiments
An exploration of the free energy principle using deep reinforcement learning
SDFIdk/okapi
Offentlig Kort API modul til indlejring af baggrundskort på hjemmesider. Modulet er tiltænkt webudviklere der har brug for en let implementerbar og fleksibel kortvisning på egen hjemmeside.
xhochy/altair-vue-vega-example
An example web app that display data using Altair, Vega and VueJS
htoyryla/neural-doodle
Turn your two-bit doodles into fine artworks with deep neural networks, generate seamless textures from photos, transfer style from one image to another, perform example-based upscaling, but wait... there's more! (An implementation of Semantic Style Transfer.)
TMorville/svd-rl
Can matrix decomposition improve performance of contextual bandits in a sparse environment?