-
Speaker identification project (voice classification) using Python and machine learning techniques, with libraries such as librosa and sklearn.
Jupyter Notebook UpdatedSep 26, 2024 -
LSTM_Pytorch Public
We'll build an LSTM-type recurrent neural network in PyTorch. The network will train character by character on a text, then generate new text character by character. We'll train with text from a book.
Jupyter Notebook UpdatedDec 4, 2023 -
Image classification and object recognition using the CNN DenseNet and EfficientNet convolutional neural networks with the Frozen Model and the Coffe framework. Subsequently, using the CNN MobileNe…
Jupyter Notebook UpdatedMay 19, 2023 -
Vision_Stitching Public
A crime scene reconstruction is planned by stitching several photographs together to reproduce the events. The photographs were taken from different perspectives to capture the greatest amount of v…
Jupyter Notebook UpdatedMay 19, 2023 -
Segmentation-computer_vision Public
Development and implementation of a leukocyte detection and counting algorithm for diagnosing malaria using the thick blood smear technique (thick blood smear imaging). The algorithm should general…
Jupyter Notebook UpdatedMay 19, 2023 -
-
-
Proelectricos_project Public
Aplicación movil destinada a llenar formularios internos de la compañia, tener mayor control en procesos de firmas y autenticación de los empleados.
Dart UpdatedMay 19, 2023 -
The visual perception of a billboard, which suffers from lighting and noise issues, needs to be improved. Additionally, the billboard must be viewed frontally, which means the visual perspective mu…
Jupyter Notebook UpdatedMay 19, 2023 -
NLP_TF_TFIDF Public
Apply cleaning techniques to normalize text. Recognize elements of bag-of-words using TF and TF-iDF. Apply Naive-Bayes to classify texts and compare NB results with other algorithms.
Jupyter Notebook UpdatedMay 19, 2023 -
-
-
Preprocesamiento tweets y texto
Jupyter Notebook UpdatedMay 19, 2023 -
Identifying a Fruit in Good and Bad Condition. Using Python.
Jupyter Notebook UpdatedMay 19, 2023 -
SVM_HeartDisease Public
We will use support vector machines to determine whether a patient has heart disease. We will use data from [heart disease](https://archive.ics.uci.edu/ml/datasets/Heart+Disease) located in the [UC…
Jupyter Notebook UpdatedMay 19, 2023 -
KNN Public
We used the nearest neighbor method for classification. First, we analyzed the Iris Dataset of flower species. Second, we analyzed survival rates in the Titanic tragedy using different values of K.
Jupyter Notebook UpdatedMay 19, 2023 -
Predicting human activity based on smartphone sensors
Jupyter Notebook UpdatedMay 19, 2023 -
-
Regresion_BostonHousing Public
El objetivo es comparar el desempeño de diferentes modelos de aprendizaje automático en un problema de regresión. A saber, la predicción del precio de casas en una región de Estados Unidos, con bas…
Jupyter Notebook UpdatedMay 19, 2023 -
The central objective of the project is to use a neural network to classify voice data based on the voice's sentiment: angry, sad, happy. Using Python (numpy, pandas, sklearn, torch).
Jupyter Notebook UpdatedMay 19, 2023 -
Linear_regression Public
Linear regression example in Python using Sklearn and other libraries
Jupyter Notebook UpdatedMay 19, 2023 -
-