Skip to content
View artificial-agent's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro
Block or Report

Block or report artificial-agent

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. reinforcement-learning-tic-tac-toe reinforcement-learning-tic-tac-toe Public

    An RL agent that learns to play Tic Tac Toe through value iteration. Inspired by Sutton and Barto's, "Reinforcement Learning - An Introduction"

    Python

  2. Particle Swarm Optimization from scr... Particle Swarm Optimization from scratch using Numpy & Matplotlib
    1
    # 12-08-2019
    2
    # Python 3.7
    3
    
                  
    4
    #Library Imports
    5
    import numpy as np
  3. Statistical Learning 01 - Perceptron... Statistical Learning 01 - Perceptron Implementation w/ Iris Dataset
    1
    library(ggplot2)
    2
    # 2D Version (can visualize it)
    3
    irisSubset2D <- iris[1:100, c("Sepal.Length", "Petal.Length", "Species")] # Pick the relevant dimensions
    4
    
                  
    5
    # Visualize the data
  4. cpu_cache cpu_cache Public

    Python 1