Pinned Repositories
b_house_price_predictor
Boston Housing Predictor project for Udacity Machine Learning Nanodegree Program
breeds-dog-app
An algorithm to detect and recognize breeds of dog. Also, the algorithm obtains the breed of dog that most closely resembles the image of a person.
creating-customer-segments
Implementation of unsupervised algorithms to analyze a dataset containing data on various customers' annual spending amounts of diverse product categories for internal structure.
dbscan
A C++ DBSCAN implementation using nanoflann
laser_filters
Assorted filters designed to operate on 2D planar laser scanners, which use the sensor_msgs/LaserScan type.
navigation2
ROS 2 Navigation Framework and System
OpenAI_Taxi-v2_solution
Solving the OpenAI Taxi v2 task using Expected Sarsa Algorithm
RL_algorithm
Collection of Reinforcement Learning Algorithms developed in Udacity Machine Learning Nanodegree Program
RL_Quadcopter
Reinforcement Learning to teach a quadcopter how to fly!
ros_templates
ROS nodes templates
jcarlosgm30's Repositories
jcarlosgm30/b_house_price_predictor
Boston Housing Predictor project for Udacity Machine Learning Nanodegree Program
jcarlosgm30/breeds-dog-app
An algorithm to detect and recognize breeds of dog. Also, the algorithm obtains the breed of dog that most closely resembles the image of a person.
jcarlosgm30/creating-customer-segments
Implementation of unsupervised algorithms to analyze a dataset containing data on various customers' annual spending amounts of diverse product categories for internal structure.
jcarlosgm30/dbscan
A C++ DBSCAN implementation using nanoflann
jcarlosgm30/laser_filters
Assorted filters designed to operate on 2D planar laser scanners, which use the sensor_msgs/LaserScan type.
jcarlosgm30/navigation2
ROS 2 Navigation Framework and System
jcarlosgm30/OpenAI_Taxi-v2_solution
Solving the OpenAI Taxi v2 task using Expected Sarsa Algorithm
jcarlosgm30/RL_algorithm
Collection of Reinforcement Learning Algorithms developed in Udacity Machine Learning Nanodegree Program
jcarlosgm30/RL_Quadcopter
Reinforcement Learning to teach a quadcopter how to fly!
jcarlosgm30/ros_templates
ROS nodes templates
jcarlosgm30/simple-movies-recommendation-engine
A simple movies recommendation engine that shows the most basic idea of "collaborative filtering" and using a k-means clustering algorithm.