Pinned Repositories
40-algorithms-every-programmer-should-know
Repo to store algorithms from 40-algorithms-every-programmer-should-know book implemented in C++
Adversarial-search
Algorithms
Here, there are some stored algorithms
codeforces-scraper
Some py-functions built-up to scrape public information about codeforces users using codeforces-API
DataStructures
Some data structures made up in c++
dbscan
DBSCAN implementation in c++
kd-tree
Implementation of KDTree
quad-tree
Basic Implementation for Quad-Tree
spotify-api
Getting started with spotify API for developers
yarl
Yet Another Regular Language is a project which aims to compile Chocopy-Python syntax
RayverAimar's Repositories
RayverAimar/40-algorithms-every-programmer-should-know
Repo to store algorithms from 40-algorithms-every-programmer-should-know book implemented in C++
RayverAimar/yarl
Yet Another Regular Language is a project which aims to compile Chocopy-Python syntax
RayverAimar/codeforces-scraper
Some py-functions built-up to scrape public information about codeforces users using codeforces-API
RayverAimar/spotify-api
Getting started with spotify API for developers
RayverAimar/binary-classification
RayverAimar/bioinformatics-algorithms
Repository to store bioinformatics algorithms done during "CB302 Computación Molecular Biológica" course
RayverAimar/cache-miss-lab
Test and comparison about cache memory behavior between two simply algorithms of matrix multiplication to see how it affects the rate of cache-miss
RayverAimar/cuda-labs
A repository to store cuda laboratories done throughout the course CS321
RayverAimar/data-warehouse-basics
Basic data warehousing project for learning purposes
RayverAimar/dockplit
Dockplit is a project that aims to replicate replit functionalities using Docker and Kubernetes for orchestration
RayverAimar/flights-scraper
Automated scraper aimed to get data from different dynamic airline websites
RayverAimar/hybrid-cnn-transformer-model
Repository to store a Hybrid CNN-Transformer model for Skin Cancer Classification for PFC-III course
RayverAimar/inverted-index
Implementation of Inverted Index in Information Retrieval (IR) for Big Data course
RayverAimar/k-means-cpp
Implementation of k-means clustering algorithm
RayverAimar/kafka-basics
Configuring AWS Apache-Kafka Cluster to run basic kafka producer-consumer program
RayverAimar/machine-learning-scripts
Repository to store py-scripts for machine learning subjects
RayverAimar/neural-network
Repository to store own implementation of Artificial Neural Network learned on CS361-UCSP Computer Science course
RayverAimar/pair-alignment-hmm
RayverAimar/peru21-hot-topics-scraper
This project aims to scrape Peru21 current hot topics and export it in a json file once run
RayverAimar/profile-analysis-hmm
Analyisis of profiles given multiple sequence aminoacids alignments with Hidden Markov Models (HMM) in Python
RayverAimar/RandomStuff
Some random code
RayverAimar/regression_algorithms
Repository to store regression algorithms based on gradient descent algorithm
RayverAimar/secondary-structure-RNA
Repository to store code for Prediction of Secondary RNA Structure
RayverAimar/shops-scraper
Shops scraper aims to collect data of a single product in different shops
RayverAimar/skin-cancer-classification-cnn-pfc-I
Repository to store jupyter notebooks used throughout CS402 Final Career Project I
RayverAimar/skin-cancer-classification-model
RayverAimar/skytech
Skytech is a platform where you can query flights and be answered by generative AI
RayverAimar/UCSP-maps
A project built up in c++ to get optimal paths between two places around all UCSP campus
RayverAimar/web-scraping-scripts
Repository to store some scripts made to scrape popular store websites
RayverAimar/word-counter