Skip to content
View JuanGonzalezCaminero's full-sized avatar
  • Polytechnic University of Valencia
  • Valladolid, Spain

Highlights

  • Pro

Block or report JuanGonzalezCaminero

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 Loading

  1. UnionFS_Performance_Analysis UnionFS_Performance_Analysis Public

    Performance analysis on the primary factors that may have an impact on performance when using Docker containers, such as the use of layers for storage vs a shared directory or the number of layers

    Shell

  2. Docker_overlay_network Docker_overlay_network Public

    This project consists on manually setting up the networking for containers that docker usually does automaticallly. launch_1 sets up the connection between containers and 2 extends that to connect …

    Shell

  3. Seam_Carving Seam_Carving Public

    Python implementation of the seam carving algorithm along with a partial implementation of a PNG decoder and a small image treatment library

    Python 2

  4. AI_Digit_Recognition AI_Digit_Recognition Public

    Handwritten digit recognition using different Machine Learning techniques, trained using the MNIST handwritten digit database. Docker image available from dockerhub: juangonzalezcaminero/digit_reco…

    Jupyter Notebook

  5. Self_Organizing_Map Self_Organizing_Map Public

    A python implementation of a self organizing map neural network

    Jupyter Notebook

  6. Simple_Game_Engine Simple_Game_Engine Public

    Simple C++ 2D game engine over SDL

    C