All Projects → Charleo85 → Texas Hold Em Ai

Charleo85 / Texas Hold Em Ai

Licence: apache-2.0
Research on Texas Hold'em AI

Projects that are alternatives of or similar to Texas Hold Em Ai

Notebooks
Some notebooks
Stars: ✭ 53 (-50.47%)
Mutual labels:  artificial-intelligence, jupyter-notebook
60 days rl challenge
60_Days_RL_Challenge中文版
Stars: ✭ 92 (-14.02%)
Mutual labels:  artificial-intelligence, jupyter-notebook
Mit Deep Learning
Tutorials, assignments, and competitions for MIT Deep Learning related courses.
Stars: ✭ 8,912 (+8228.97%)
Mutual labels:  artificial-intelligence, jupyter-notebook
Machine Learning From Scratch
Succinct Machine Learning algorithm implementations from scratch in Python, solving real-world problems (Notebooks and Book). Examples of Logistic Regression, Linear Regression, Decision Trees, K-means clustering, Sentiment Analysis, Recommender Systems, Neural Networks and Reinforcement Learning.
Stars: ✭ 42 (-60.75%)
Mutual labels:  artificial-intelligence, jupyter-notebook
Recommenders
Best Practices on Recommendation Systems
Stars: ✭ 11,818 (+10944.86%)
Mutual labels:  artificial-intelligence, jupyter-notebook
Computervision Recipes
Best Practices, code samples, and documentation for Computer Vision.
Stars: ✭ 8,214 (+7576.64%)
Mutual labels:  artificial-intelligence, jupyter-notebook
Ai Dl Enthusiasts Meetup
AI & Deep Learning Enthusiasts Meetup Project & Study Sessions
Stars: ✭ 90 (-15.89%)
Mutual labels:  artificial-intelligence, jupyter-notebook
Particle Filter Prototype
Particle Filter Implementations in Python and C++, with lecture notes and visualizations
Stars: ✭ 29 (-72.9%)
Mutual labels:  artificial-intelligence, jupyter-notebook
Rlai Exercises
Exercise Solutions for Reinforcement Learning: An Introduction [2nd Edition]
Stars: ✭ 97 (-9.35%)
Mutual labels:  artificial-intelligence, jupyter-notebook
Person remover
People removal in images using Pix2Pix and YOLO.
Stars: ✭ 96 (-10.28%)
Mutual labels:  artificial-intelligence, jupyter-notebook
Coursera Natural Language Processing Specialization
Programming assignments from all courses in the Coursera Natural Language Processing Specialization offered by deeplearning.ai.
Stars: ✭ 39 (-63.55%)
Mutual labels:  artificial-intelligence, jupyter-notebook
Pose Interpreter Networks
Real-Time Object Pose Estimation with Pose Interpreter Networks (IROS 2018)
Stars: ✭ 104 (-2.8%)
Mutual labels:  artificial-intelligence, jupyter-notebook
True artificial intelligence
真AI人工智能
Stars: ✭ 38 (-64.49%)
Mutual labels:  artificial-intelligence, jupyter-notebook
Brihaspati
Collection of various implementations and Codes in Machine Learning, Deep Learning and Computer Vision ✨💥
Stars: ✭ 53 (-50.47%)
Mutual labels:  artificial-intelligence, jupyter-notebook
Gaze Estimation
A deep learning based gaze estimation framework implemented with PyTorch
Stars: ✭ 33 (-69.16%)
Mutual labels:  artificial-intelligence, jupyter-notebook
Phormatics
Using A.I. and computer vision to build a virtual personal fitness trainer. (Most Startup-Viable Hack - HackNYU2018)
Stars: ✭ 79 (-26.17%)
Mutual labels:  artificial-intelligence, jupyter-notebook
Pandas Profiling
Create HTML profiling reports from pandas DataFrame objects
Stars: ✭ 8,329 (+7684.11%)
Mutual labels:  artificial-intelligence, jupyter-notebook
Deep Learning Experiments
Notes and experiments to understand deep learning concepts
Stars: ✭ 883 (+725.23%)
Mutual labels:  artificial-intelligence, jupyter-notebook
Ds With Pysimplegui
Data science and Machine Learning GUI programs/ desktop apps with PySimpleGUI package
Stars: ✭ 93 (-13.08%)
Mutual labels:  artificial-intelligence, jupyter-notebook
Deep Image Analogy Pytorch
Visual Attribute Transfer through Deep Image Analogy in PyTorch!
Stars: ✭ 100 (-6.54%)
Mutual labels:  artificial-intelligence, jupyter-notebook

Texas Hold'em AI 🤖

CS Independent Study @UVa

Overview

This is an independent study on the application of current machine learning techniques into Texas Hold’em AI.

Setup

  • TensorFlow documentation

    # Ubuntu/Linux 64-bit
    $ sudo apt-get install python-pip python-dev
    # Ubuntu/Linux 64-bit, CPU only, Python 3.5
    $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0-cp35-cp35m-linux_x86_64.whl
    
    # Mac OS X
    $ sudo easy_install pip3
    $ sudo easy_install --upgrade six
    # Mac OS X, CPU only, Python 3.4 or 3.5:
    $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow-0.11.0-py3-none-any.whl
    
    
    $ sudo pip3 install --upgrade $TF_BINARY_URL
    
  • Jupyter Notebook documentation

    $ pip3 install --upgrade pip
    $ pip3 install jupyter
    $ jupyter notebook
    

Demo

Timeline

Resources

  • Machine Learning
    • Framework
      • Awesome TensorFlow Link
      • TensorFlow Playground Link
      • Binary Stochastic Neurons in Tensorflow Link
    • Relavant Reports
      • End of Code by Wired
      • Why Randomness is Important for Deep Learning Link
    • Book
      • Neural Networks and Deep Learning Link
    • Research Paper
      • Deep Reinforcement Learning from Self-Play in Imperfect-Information Games PDF
      • Mastering the Game of Go with Deep Neural Networks and Tree Search PDF
  • Game Theory
    • prisoner dilemma game Link
  • Behavior Theory
  • Poker Strategy
    • the Poker Bank link
  • Related Course
  • Others' work

Acknowledge

Thanks Prof. David Evans for the instructions and supports.

Contact Us

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].