Pinned Repositories
AI_Pac_Man
In this project, I designed a maze game where I used some of the famous AI algorithms, from search to analyze logical games.
Approximation_Min_Cost_Homomorphism
designing a constant ap- proximation algorithm for minimum cost homomorphism.
Chromatic_Number
Chromatic Number Library
CNN_Find_Glasses
A CNN architecture to recognize glasses in selfies
HCSBC
HCSBC: Hierarchical Classification System for Breast Cancer Specimen Report
Maltsev_Homomorphism
Digraphs Homomorphism Problems with Maltsev Condition
Movie_Recommender_RBM
An advanced recommender system, built with RBM. The main goal is to predict and recommend a movie for an user.
Phylogeny_Operations_CUDA
phylogeny operations, using parallel program(C, C++ and CUDA) to speed up the process
Residency_AI
TIRADS-Inference
thiagosantos1's Repositories
thiagosantos1/HCSBC
HCSBC: Hierarchical Classification System for Breast Cancer Specimen Report
thiagosantos1/AI_Pac_Man
In this project, I designed a maze game where I used some of the famous AI algorithms, from search to analyze logical games.
thiagosantos1/CNN_Find_Glasses
A CNN architecture to recognize glasses in selfies
thiagosantos1/Approximation_Min_Cost_Homomorphism
designing a constant ap- proximation algorithm for minimum cost homomorphism.
thiagosantos1/Maltsev_Homomorphism
Digraphs Homomorphism Problems with Maltsev Condition
thiagosantos1/Movie_Recommender_RBM
An advanced recommender system, built with RBM. The main goal is to predict and recommend a movie for an user.
thiagosantos1/RNN_Book_Writer
A RNN ML architecture designed to be able to write a book based on a learned writer's style
thiagosantos1/Residency_AI
thiagosantos1/TIRADS-Inference
thiagosantos1/BIO_NLP
thiagosantos1/Book_Classifier
A Gaussian Multinomial implementation to give a probability of who is the author of a book.
thiagosantos1/character-bert
Main repository for "CharacterBERT: Reconciling ELMo and BERT for Word-Level Open-Vocabulary Representations From Characters"
thiagosantos1/CNN_MNIST_TF
A CNN implemented using TensorFlow, to the MNIST digit problem
thiagosantos1/coref
BERT for Coreference Resolution
thiagosantos1/cs534_Reducing_Aviation_Fatalities
thiagosantos1/Dates_Extraction
thiagosantos1/doctr
Document Text Recognition (DocTR) made seamless, high-performing & accessible to anyone using Deep Learning for OCR-related tasks.
thiagosantos1/extract_data
A simple python code to extract pathology diagnosis
thiagosantos1/Face_Coordinate_System
Face coordinate system
thiagosantos1/gekko-neuralnet
Neural network strategy for Gekko
thiagosantos1/Introduction-to-Games---Python
thiagosantos1/Jalpc
🍎Jalpc -- A flexible Jekyll theme, 3 steps to build your website.
thiagosantos1/Maze_Game
A simple Maze Game, similar to PAC Man
thiagosantos1/ML_Cat_Dog
A Machine Learning implementation using Convolutional Neural Networks(CNN) for Image recognition, on the very famous Cat_Dog Dataset.
thiagosantos1/ML_Convolutional_Images
A Convolutional neural network, from scratch, to find inportant features in images.
thiagosantos1/ML_Letter_Recognition
A Machine Learning implementation using Convolutional Neural Networks(CNN) to recognize letters(A-Z)
thiagosantos1/PyTorchZeroToAll
Simple PyTorch Tutorials Zero to ALL!
thiagosantos1/script_hw_checker
A bash script, combined with python, to help students check their assignment.
thiagosantos1/SpamCheck_Naives
A spam check, implemented using Naive Bayes.
thiagosantos1/thiagosantos1