maxvol's Stars
3b1b/manim
Animation engine for explanatory math videos
gradio-app/gradio
Build and share delightful machine learning apps, all in Python. 🌟 Star to support our work!
afshinea/stanford-cs-229-machine-learning
VIP cheatsheets for Stanford's CS 229 Machine Learning
dmlc/dgl
Python package built to ease deep learning on graph, on top of existing DL frameworks.
ydataai/ydata-profiling
1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.
tkipf/gcn
Implementation of Graph Convolutional Networks in TensorFlow
apple/swift-algorithms
Commonly used sequence and collection algorithms for Swift
dibgerge/ml-coursera-python-assignments
Python assignments for the machine learning class by andrew ng on coursera with complete submission for grading capability and re-written instructions.
apple/swift-collections
Commonly used data structures for Swift
apple/swift-argument-parser
Straightforward, type-safe argument parsing for Swift
apple/swift-system
Low-level system calls and types for Swift
apple/swift-atomics
Low-level atomic operations for Swift
tensorflow/neural-structured-learning
Training neural models with structured signals.
dickreuter/neuron_poker
Texas holdem OpenAi gym poker environment with reinforcement learning based on keras-rl. Includes virtual rendering and montecarlo for equity calculation.
EricSteinberger/PokerRL
Framework for Multi-Agent Deep Reinforcement Learning in Poker
tensorflow/cloud
The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and TensorFlow code in a local environment to distributed training in the cloud.
wayfair/pylift
Uplift modeling package.
amazon-braket/amazon-braket-sdk-python
A Python SDK for interacting with quantum devices on Amazon Braket
streamlit/demo-face-gan
A demonstration of using a live Tensorflow session to create an interactive face-GAN explorer.
PunchThrough/Bean-iOS-OSX-SDK
Punch Through's SDK for speeding up development with the LightBlue Bean development platform
rdzudzar/DistributionAnalyser
Distribution Analyser is a Web App that allows you to interactively explore continuous distributions from SciPy and fit distribution(s) to your data.
sinanuozdemir/feature_engineering_bookcamp
keitabroadwater/gnns_in_action
Code and Content for Manning Publication on Graph Neural Networks
dastrobu/NdArray
N dimensional array package for numeric computing in swift.
yukinaga/minnano_rl
YouTubeライブの講義「みんなの強化学習講座」、およびUdemyコース「みんなの強化学習講座」で使用する教材です。
jrsonline/strictlyswift
Various projects and code samples for the Strictly Swift blog
kevvzub/BanditsBook
Code for my book on Multi-Armed Bandit Algorithms
yukinaga/CartPoleDeepSwift
Cart-Pole Balancing with Deep Q-Network(DQN) written with Swift.
yukinaga/NeuralNetworkAndBackpropagationWithSwift
A simple demonstration of neural network and backpropagation with Swift.
yukinaga/CartPoleSwift
Cart-Pole Balancing with Q-Learning written with Swift.