Alice Villar
alicevillar
- Medical Student - MSc in Computer Science at the University of Essex, UK.
Languages
Top Repositories
Titanic rescue prediction using Decision Tree, SVM, Logistic Regression, Random Forest and KNN. The best accuracy score was from Random Forest: 84.35%
Python Challenges with Solutions
Predicting students admission with Logistic Regression, Decision Tree, SVM (SVC) and Random Forest
This software system project contains the architecture (class diagram & activity diagram) and implementation in Python.
Repositories
37Titanic rescue prediction using Decision Tree, SVM, Logistic Regression, Random Forest and KNN. The best accuracy score was from Random Forest: 84.35%
Paper - The Triple Pillar Approach: Real Estate 5.0 for Sustainable, Resilient, and Human-Centered Development
Predicting students admission with Logistic Regression, Decision Tree, SVM (SVC) and Random Forest
This software system project contains the architecture (class diagram & activity diagram) and implementation in Python.
Palestra - Choque Séptico: Um Desafio no Atendimento Médico
No description provided.
Python Challenges with Solutions
This repository contains all the files, datasets, and analysis related to the study on the impact of COVID-19 on breast cancer diagnosis and treatment within Brazil's Unified Health System (SUS).
No description provided.
No description provided.
No description provided.
Official repository for the paper: "The relationship between periodontal disease and cancer: Insights from a Systematic Literature Network Analysis"
Official repository for the paper: "Periodontal Disease and Alzheimer's: Insights from a Systematic Literature Network Analysis"
SFA-API is the prototype of an API with two different architectures (monolothic architecture and a microservice architecture).
No description provided.
Official repository for the paper: "Towards Supply Chain 5.0: redesigning supply chains as resilient, sustainable, and human-centric systems in a post-pandemic world " - SPRINGER NATURE Journal Operations Research Forum
TicTacToe game implementation in Python
Space Adventure is a game based on space invaders and created with Pygame.
Codio Pylint exercises
Pytest codio exercise
Scraping Bot with Selenium and BeautifulSoup.
This repository contains Pylint exercises from CODIO. It was part of Module 3 (“Secure Software Development”) Unit 5 (Equivalence Testing in Python) of my MSc in Computer Science at the University of Essex, UK.
This ePortfolio was carefully designed to exhibit the result of my MSc studies in Computer Science at the University of Essex, UK.
One of the classic programming problems that is often solved by recursion is the towers of Hanoi problem.
Deep Learning model with LSTM to predict the future behavior of Petrobras stock prices
Regex challenge - UK postcode
This is an exercise to create a RESTful API to create and delete user records.
This repository contains testing exercises from CODIO. It was part of Module 3 (“Secure Software Development”) Unit 6 (Using Linters to Support Python Testing) of my MSc in Computer Science at the University of Essex, UK.
Loan eligibility prediction using Decision Tree, SVM and Logistic Regression
Linear Search and Binary Search explained