Pinned Repositories
Aula-otimizacao-grid
Otimização de hiperparâmetros utilizando busca em grade para o classificador Support Vector Machine (SVM).
Aula-Otimizacao-Hiperparametros-bayesian
Otimização de hiperparâmetros utilizando busca bayesiana para o classificador Support Vector Machine (SVM).
Aula-Otimizacao-Random
Otimização de hiperparâmetros utilizando busca aleatória para o classificador Support Vector Machine (SVM).
caca-palavras
Caça palavras desenvolvido em C#
ECG_Atrial_Fibrilation_Classification
Use of Machine Learning to detect possible people that suffer from Atrial Fibrillation
ELM-validacao
ELM classifier using different forms of validation (K-fold, leave-one-out and houldout) in this problem is to use the Irislog database.
ESP-32-Gyro-Acel
Esp-32 connection with two MPU-6050 using COM port
extraction-att
Extraction of different types of attributes from a database
Fuzzy-regression
Fuzzy logic and regression used to model a car's brakes.
GA-ICA
Genetic algorithm to find the maximum of the function f(x,y) = ½xsen(ypi/4) + ysen(xpi/4)½. Each individual in the population is a 20-bit binary vector, where the first 10 represent x and the rest represent y. Variables x and y belong to the range between 0 and 20. The crossover used is 1 point.
flaasantos's Repositories
flaasantos/ECG_Atrial_Fibrilation_Classification
Use of Machine Learning to detect possible people that suffer from Atrial Fibrillation
flaasantos/Aula-otimizacao-grid
Otimização de hiperparâmetros utilizando busca em grade para o classificador Support Vector Machine (SVM).
flaasantos/Aula-Otimizacao-Hiperparametros-bayesian
Otimização de hiperparâmetros utilizando busca bayesiana para o classificador Support Vector Machine (SVM).
flaasantos/Aula-Otimizacao-Random
Otimização de hiperparâmetros utilizando busca aleatória para o classificador Support Vector Machine (SVM).
flaasantos/caca-palavras
Caça palavras desenvolvido em C#
flaasantos/ELM-validacao
ELM classifier using different forms of validation (K-fold, leave-one-out and houldout) in this problem is to use the Irislog database.
flaasantos/ESP-32-Gyro-Acel
Esp-32 connection with two MPU-6050 using COM port
flaasantos/extraction-att
Extraction of different types of attributes from a database
flaasantos/Fuzzy-regression
Fuzzy logic and regression used to model a car's brakes.
flaasantos/GA-ICA
Genetic algorithm to find the maximum of the function f(x,y) = ½xsen(ypi/4) + ysen(xpi/4)½. Each individual in the population is a 20-bit binary vector, where the first 10 represent x and the rest represent y. Variables x and y belong to the range between 0 and 20. The crossover used is 1 point.
flaasantos/KNN-validacao
KNN classifier using different forms of validation (K-fold, leave-one-out and houldout) in this problem is to use the Irislog database.
flaasantos/MAT.ANNEALING
Simulated Annealing on MATLAB-Heuristic technique
flaasantos/MLP-validacao
Multilayer Perceptron using different forms of validation (K-fold, leave-one-out and houldout) in this problem is to use the Irislog database.
flaasantos/PDItrab2
Ajuste de contraste, limiarização e filtragem no domínio espacial em Python 3
flaasantos/Perceptron-validacao
Simple perceptron network using different forms of validation (K-fold, leave-one-out and houldout) in this problem is to use the Irislog database.