Skip to content
View joseg20's full-sized avatar
🤓
🤓

Highlights

  • Pro
Block or Report

Block or report joseg20

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

Popular repositories Loading

  1. rnn-text-generation rnn-text-generation Public

    Text generation using a Recurrent Neural Network (RNN) in PyTorch. This project demonstrates how to train an RNN model to learn and generate text based on a training corpus, allowing for the creati…

    Python 1

  2. QuadTree-Image-Compression QuadTree-Image-Compression Public

    Quad-Tree image compression algorithm implemented in C using stb_image.h and stb_image_write.h libraries. Efficiently reduces image size while maintaining quality.

    C

  3. Tareas-Grupo33 Tareas-Grupo33 Public

    Repositorio tarea Bases de Datos.

    JavaScript

  4. joseg20.github.io joseg20.github.io Public

    Personal Webpage

    CSS

  5. Clustering-Data Clustering-Data Public

    This project clusters customers using Python's scikit-learn library and the k-means algorithm, then visualizes the results to identify patterns and make business decisions.

    Jupyter Notebook

  6. Hash-Table-Collision-Handling Hash-Table-Collision-Handling Public

    This repository implements open addressing technique to handle collisions in a hash table and describes the techniques used to calculate the sequence of probed positions, including linear probing, …

    C