taylerallen6's Stars
torvalds/linux
Linux kernel source tree
Avik-Jain/100-Days-Of-ML-Code
100 Days of ML Coding
serverless/serverless
⚡ Serverless Framework – Effortlessly build apps that auto-scale, incur zero costs when idle, and require minimal maintenance using AWS Lambda and other managed cloud services.
cfenollosa/os-tutorial
How to create an OS from scratch
CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers
aka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)
celery/celery
Distributed Task Queue (development branch)
pytorch/examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
quantopian/zipline
Zipline, a Pythonic Algorithmic Trading Library
mementum/backtrader
Python Backtesting library for trading strategies
bulletphysics/bullet3
Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc.
ultrajson/ultrajson
Ultra fast JSON decoder and encoder written in C with Python bindings
hudson-and-thames/mlfinlab
MlFinLab helps portfolio managers and traders who want to leverage the power of machine learning by providing reproducible, interpretable, and easy to use tools.
binance-exchange/binance-official-api-docs
Official Documentation for the Binance APIs and Streams
AllenDowney/ThinkDSP
Think DSP: Digital Signal Processing in Python, by Allen B. Downey.
quantopian/research_public
Quantitative research and educational materials
ahmedfgad/GeneticAlgorithmPython
Source code of PyGAD, a Python 3 library for building the genetic algorithm and training machine learning algorithms (Keras & PyTorch).
alpacahq/alpaca-trade-api-python
Python client for Alpaca's trade API
sanko/Robinhood
Unofficial Documentation of Robinhood Trade's Private API
openai/neural-mmo
Code for the paper "Neural MMO: A Massively Multiagent Game Environment for Training and Evaluating Intelligent Agents"
stefan-jansen/zipline-reloaded
Zipline, a Pythonic Algorithmic Trading Library
hanyazou/TelloPy
DJI Tello drone controller python package
harvitronix/neural-network-genetic-algorithm
Evolving a neural network with a genetic algorithm.
Kinect/PyKinect2
Wrapper to expose Kinect for Windows v2 API in Python
microlinux/tello
A Python interface for the Ryze Tello drone.
simaomsarmento/PairsTrading
Repository containing the code for a pairs trading investment strategy (Master Thesis in Electrical and Computer Engineering - Técnico Lisboa).
llSourcell/recurrent_neural_network
This is the code for "Recurrent Neural Networks - The Math of Intelligence (Week 5)" By Siraj Raval on Youtube
llSourcell/hyperparameter_optimization_strategies
This is the Code for "How Do I Find the Best Hyperparameters?- The Math of Intelligence #7" By Siraj Raval on Youtube
terryjmyers/PWM
Arduino Library: Modify PWM on AVR (arduino) platform
Automaton/cry-spatialos
SpatialOS integration for CryEngine 5
SamKirkiles/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.