Enrique Manuel Companioni Valle's repositories
Mango-Leaf-Disease-Classification
This project aims to differentiate among various diseases (multiclass prediction) present in mango leaves. Various machine learning techniques were employed in this project to achieve optimal performance in a model capable of predicting multiple classes.
Lunar-Lander-DRL-Dueling-DoubleDQN
This is a Deep Reinforcement Learning solution for the Lunar Lander problem in OpenAI Gym using dueling network architecture and the double DQN algorithm.
Autonomous-Path-Pilot-ROS-turtlebot3
Autonomous Path Pilot using ROS and Turtlebot3 Waffle Pi
differential-drive-robot-model-ros-gazebo
In this project, a model of a differential drive robot (DDR) was designed for use with ROS and Gazebo. The model includes lidar and collision sensors. Additionally, three nodes were coded to obtain laser data and control the movement of the robot.
Efficient-Automation-of-Recipe-Selection-Boosting-Traffic-with-Machine-Learning
This project automates the recipe selection process to increase traffic on a fictional recipe website by implementing a machine learning solution.
Extended_Kalman_Filter-EKF-
Extended Kalman Filter
image-enhancement-and-impulsive-noise-removal
Image enhancement and impulsive noise removal using unsharp mask and adaptive image processing
kaggle-competitions
This is my kaggle competition repository
Nutrition-Food-Insight-Analysis-Competition
This notebook is part of a DataCamp competition. The challenge involves extracting relevant information about nutritional components from a food dataset and fitting a regression model to predict the calories of the foods.
smart-disks-d3qn
This project aims to find a possible solution to a search problem in a given environment with two players using Deep Reinforcement Learning. Additionally, after one player finds the other, the task shifts to maintaining visibility for the longest possible time
smart-disks-PPO
This project aims to find a possible solution to a search problem in a given environment with two players using Proximal Policy Optimization as AI algorithm.
Differential-Drive-Robot-Simulation-in-Pygame
In this project, a differential drive robot (DDR) model with a laser sensor was designed for Pygame.
Data-Analysis-Projects
This is my repository of Data Analysis Projects
data-visualization-cheat-sheet
Data visualization cheat sheet
EnriqManComp.github.io
Personal Portfolio
Github-Profile-Scraper-Streamlit
In this project, a web application was developed utilizing Streamlit for the purpose of scraping GitHub user information. The application presents fundamental user information along with their repositories.
tic-tac-toe-alphazero
This is a project to integrate tic-tac-toe game with alphazero algorithm