Pinned Repositories
2d_materials_prediction
This repository contains a deep learning framework for predicting properties of two-dimensional (2D) materials. Our model leverages convolutional neural networks (CNNs) to analyze structural data and forecast key characteristics of novel 2D materials.
AnalizadorSintactico
Analizador sintactico
Automatizacion-VBA-Universidad-de-Antioquia-Departamento-de-Planeaci-n
This code automates the creation of forms for the planning department at the Universidad de Antioquia, streamlining the process and reducing errors. It is now possible to generate multiple forms within minutes, which previously took several hours. This allows the department to focus on more important tasks and improves the overall efficiency of the
ClasificacionPuntajesCredito
El proyecto tiene como objetivo desarrollar un modelo de Machine Learning y Deep Learning para predecir la clasificación del score crediticio de una persona con el propósito de evaluar su elegibilidad para obtener un crédito bancario.
FE2024Mod6
En este repositorio se implementará el backend para el módulo de gestión de asientos para el proyecto de la fábrica-escuela
Mercado-inmobiliario-ruso-de-Sberbank
Este repositorio contiene un proyecto de aprendizaje automático (machine learning) que se enfocara en la predicción de precios de casas en Rusia. Utilizando técnicas de análisis de datos y algoritmos de machine learning, desarrollaremos un modelo que puede estimar el valor de las propiedades en diferentes regiones de Rusia.
OnTimeAI
This program in Python predicts flight delays using various methods including Bernoulli and Gaussian models. It evaluates its accuracy using metrics such as F1-score and accuracy. The program uses data analysis and statistical modeling to provide accurate predictions and help airlines manage schedules more efficiently
Portfolio-Personal-Website
In this project, I intend to create a personal website where I'll show my programming projects
Prediccion-colesterol
Este proyecto pretender predecir la cantidad de colesterol basándonos en diversos valores de la persona, se hará el ejercicio de comparar cuál modelo tiene mejor desempeño
Prediccion-de-desercion-universitaria
This project will try to predict academy sucess or academy desertion additionally for this project i'm going to use machine learning and deep learning methods.
jadercaro's Repositories
jadercaro/Mercado-inmobiliario-ruso-de-Sberbank
Este repositorio contiene un proyecto de aprendizaje automático (machine learning) que se enfocara en la predicción de precios de casas en Rusia. Utilizando técnicas de análisis de datos y algoritmos de machine learning, desarrollaremos un modelo que puede estimar el valor de las propiedades en diferentes regiones de Rusia.
jadercaro/FE2024Mod6
En este repositorio se implementará el backend para el módulo de gestión de asientos para el proyecto de la fábrica-escuela
jadercaro/Prediccion-de-desercion-universitaria
This project will try to predict academy sucess or academy desertion additionally for this project i'm going to use machine learning and deep learning methods.
jadercaro/2d_materials_prediction
This repository contains a deep learning framework for predicting properties of two-dimensional (2D) materials. Our model leverages convolutional neural networks (CNNs) to analyze structural data and forecast key characteristics of novel 2D materials.
jadercaro/AnalizadorSintactico
Analizador sintactico
jadercaro/Automatizacion-VBA-Universidad-de-Antioquia-Departamento-de-Planeaci-n
This code automates the creation of forms for the planning department at the Universidad de Antioquia, streamlining the process and reducing errors. It is now possible to generate multiple forms within minutes, which previously took several hours. This allows the department to focus on more important tasks and improves the overall efficiency of the
jadercaro/ClasificacionPuntajesCredito
El proyecto tiene como objetivo desarrollar un modelo de Machine Learning y Deep Learning para predecir la clasificación del score crediticio de una persona con el propósito de evaluar su elegibilidad para obtener un crédito bancario.
jadercaro/OnTimeAI
This program in Python predicts flight delays using various methods including Bernoulli and Gaussian models. It evaluates its accuracy using metrics such as F1-score and accuracy. The program uses data analysis and statistical modeling to provide accurate predictions and help airlines manage schedules more efficiently
jadercaro/Portfolio-Personal-Website
In this project, I intend to create a personal website where I'll show my programming projects
jadercaro/Prediccion-colesterol
Este proyecto pretender predecir la cantidad de colesterol basándonos en diversos valores de la persona, se hará el ejercicio de comparar cuál modelo tiene mejor desempeño
jadercaro/registro-usuarios-spring-security
In this project, i'll create a login using Springboot, Spring Security, Thymeleaf, MySQL and Bootstrap
jadercaro/test-django
Proyecto para testear Django, DB y github
jadercaro/consulting-flying
In this project, i'll create a program which could consult the schedule of the flying of the customers, i'm going to use Springboot and React
jadercaro/Curso-Deep-Learning-20242
This repository contains Jupyter notebooks for the deep learning course. It includes various projects, exercises, and examples demonstrating key concepts in deep learning using frameworks like TensorFlow and PyTorch.
jadercaro/Curso-Procesamiento-Imagenes
En este repositorio almacenaré los trabajos realizados en clase del curso de procesamiento de imágenes 2024-2
jadercaro/Factory-Software_School-UdeA-Grados-Reportes
The Universidad de Antioquia's "Grados y Reporte" section employs front-end code, utilizing HTML for content structure, CSS for styling, and JavaScript for interactive functionality. The resulting design offers users an intuitive experience, enabling easy access and navigation of academic degree and report information.
jadercaro/Gestion-asientos
jadercaro/jadercaro
jadercaro/MapReducePattern
This Java project implements the MapReduce pattern with two examples. The first example uses a single cluster to simulate counting the total quantity of fruits in a list ("strawberry", "banana", etc.). The second example divides tasks to calculate the average age of objects from a class called "Person".
jadercaro/metodo-de-pago-AyD2
Java project illustrating Factory pattern for dynamic creation of payment methods (e.g., PSE, Bancolombia, Wompi) at runtime. Encapsulates creation logic for extensibility. OOP best practices and design patterns.
jadercaro/OpenBootCampProjects
Java Beginner Learning Project: We will develop a task management application that allows users to create, update, and delete tasks. Using fundamental Java programming concepts such as data structures and flow control, we'll provide a hands-on introduction to software development
jadercaro/PredictMelbournePricesHouses
Predicting house prices in Melbourne using machine learning to make informed decisions in the real estate market.
jadercaro/retoReadmision
jadercaro/Sprint3-Frontend-CodeFactoryUdeA
The Universidad de Antioquia's "Grados y Reporte" section employs front-end code, utilizing HTML for content structure, CSS for styling, and JavaScript for interactive functionality. The resulting design offers users an intuitive experience, enabling easy access and navigation of academic degree and report information.
jadercaro/Sprint4-Frontend-CodeFactoryUdeA
A responsive HTML and CSS web application for the University of Antioquia's Factory-School project, featuring a user story structure for grading and reporting. Developed with a concise codebase and optimized design, facilitating efficient collaboration and seamless user experience
jadercaro/StringCheckDFA-T-L
This is a Python-based DFA (Deterministic Finite Automaton) program that recognizes strings with an odd number of ones or an even number of zeros. The automaton starts in an initial state and, for each symbol in the input string, transitions through the corresponding states based on its value. If the string ends in an accepting state, it is accepte