JuanCamiloGS
Electronics Engineering and Computer Engineering professional. Machine learning enthusiast. Always striving a little bit higher.
Universidad del NorteBarranquilla, Colombia
Pinned Repositories
autonomous-driving-system
This is an autonomous driving system composed of a neural network and a fuzzy logic model.
BattleCityTry1
A Battle City (NES) like game developed in Java (Using Netbeans IDE). Enemies AI is not quite good. One of my first Java projects.
Dijkstra-in-Python
Implementation of Dijkstra algorithm (shortest path) using Python in Jupyter notebook.
Ebay
A web page that simulates an online shop like Ebay. Developed using Ruby on Rails.
FeedbackArcSet
An algorithm to solve the Feedback Arc Set problem, which is NP-Complete, based on the Depth First Search algorithm. Developed in Java using Netbeans.
MPI-Python
A little Python script using MPI. An array is defined in one process, then its elements are equally distributed between all processes which sum the elements and return the result to the source.
UniversityMapApp
Geolocation app made using React Native
VivoStreamGUI
PyQT graphical interface
GPSTrack
This is a webpage for GPS Equipment Tracking based on PHP and JS. It includes the communication protocol for fetching data from an specific TCP/UDP port.
JuanCamiloGS's Repositories
JuanCamiloGS/Dijkstra-in-Python
Implementation of Dijkstra algorithm (shortest path) using Python in Jupyter notebook.
JuanCamiloGS/autonomous-driving-system
This is an autonomous driving system composed of a neural network and a fuzzy logic model.
JuanCamiloGS/UniversityMapApp
Geolocation app made using React Native
JuanCamiloGS/BattleCityTry1
A Battle City (NES) like game developed in Java (Using Netbeans IDE). Enemies AI is not quite good. One of my first Java projects.
JuanCamiloGS/Ebay
A web page that simulates an online shop like Ebay. Developed using Ruby on Rails.
JuanCamiloGS/FeedbackArcSet
An algorithm to solve the Feedback Arc Set problem, which is NP-Complete, based on the Depth First Search algorithm. Developed in Java using Netbeans.
JuanCamiloGS/MPI-Python
A little Python script using MPI. An array is defined in one process, then its elements are equally distributed between all processes which sum the elements and return the result to the source.
JuanCamiloGS/VivoStreamGUI
PyQT graphical interface