Pinned Repositories
asterix-rl
Reinforcement Learning (RL) agent developed using Double Deep Q-Networks (DDQNs).
Brain-Inspired-Deep-Imitation-Learning-for-Autonomous-Driving-Systems
A novel brain-inspired deep imitation method with strong generalisation ability.
Coordinate-Aware-Mask-R-CNN-with-Group-Normalization-Towards-Improved-Underwater-Instance-Segm
A hybrid Coordinate-Aware Mask R-CNN model with Group Normalization.
ivy
The Unified Machine Learning Framework
java-messenger
Java Messenger application using Socket programming.
landordie
A 2D multiplayer game developed using Pygame and Pymunk engines.
mars-lander
A single-player 2D game based on the Pygame library.
memory-management-system
C implementation of a simple memory management and allocation system.
ROS-vacuum-cleaner
A simple robotic vacuum cleaner developed using Robot Operating System (ROS).
simplified-FAT
A simple file system that allows managing files and directories in a virtual in-memory disk.
Intenzo21's Repositories
Intenzo21/Brain-Inspired-Deep-Imitation-Learning-for-Autonomous-Driving-Systems
A novel brain-inspired deep imitation method with strong generalisation ability.
Intenzo21/Coordinate-Aware-Mask-R-CNN-with-Group-Normalization-Towards-Improved-Underwater-Instance-Segm
A hybrid Coordinate-Aware Mask R-CNN model with Group Normalization.
Intenzo21/ROS-vacuum-cleaner
A simple robotic vacuum cleaner developed using Robot Operating System (ROS).
Intenzo21/simplified-FAT
A simple file system that allows managing files and directories in a virtual in-memory disk.
Intenzo21/asterix-rl
Reinforcement Learning (RL) agent developed using Double Deep Q-Networks (DDQNs).
Intenzo21/ivy
The Unified Machine Learning Framework
Intenzo21/java-messenger
Java Messenger application using Socket programming.
Intenzo21/landordie
A 2D multiplayer game developed using Pygame and Pymunk engines.
Intenzo21/mars-lander
A single-player 2D game based on the Pygame library.
Intenzo21/memory-management-system
C implementation of a simple memory management and allocation system.
Intenzo21/multiplayer-game-server
A simple game server, created using Java RMI, that allows multiple players (clients) access to a MUD (Multi-User Dungeon or Dimension or Domain)
Intenzo21/sentiment-analysis-app
A sentiment analysis app using Flask.
Intenzo21/vending-machine
A simple vending machine application