Bacharelado em Sistemas de Informação (Sede)
URI permanente desta comunidadehttps://arandu.ufrpe.br/handle/123456789/12
Siglas das Coleções:
APP - Artigo Publicado em Periódico
TAE - Trabalho Apresentado em Evento
TCC - Trabalho de Conclusão de Curso
Navegar
19 resultados
Resultados da Pesquisa
Item Implementação de um sistema mobile colaborativo para acompanhamento do quadro de pacientes com esclerose múltipla por meio de análise de sentimento(2024-10-02) Araujo, Paula Priscila da Cruz; Gouveia, Roberta Macêdo Marques; Tschá, Elizabeth Regina; http://lattes.cnpq.br/9598413463162759; http://lattes.cnpq.br/2024317361355224; http://lattes.cnpq.br/0280090820230057The study aims to develop a mobile system to facilitate the monitoring of patients with Multiple Sclerosis (MS), based on the Human-Centered Design (HCD) Toolkit to meet patient needs. The app allows patients to record and track emotions, symptoms, and treatments, offering monthly reports and personalized alerts. For sentiment analysis, the machine learning algorithms XGBoost and Naive Bayes were used, with XGBoost showing better performance, achieving 87.56% accuracy and an F1-Score of 0.876, while Naive Bayes obtained 62.25% accuracy and an F1-Score of 0.524. The results indicate the tool’s effectiveness in emotional and medical monitoring, contributing to an improved quality of life.Item Técnicas preditivas para auxílio no diagnóstico de melanomas via imagens(2024-10-02) Silva Júnior, José Carlos Monte; Soares, Rodrigo Gabriel Ferreira; http://lattes.cnpq.br/2526739219416964Skin cancer is the most common type of cancer worldwide, divided into two main types: melanoma and non-melanoma. Although rarer, melanoma is the most lethal due to its potential to cause metastasis. Non-invasive methods, such as dermoscopy and the ABCDE rule, have been used to avoid unnecessary surgical procedures and have helped in the identification of lesions, contributing to faster diagnoses. With advances in technology, Artificial Intelligence (AI) has gained prominence, proving to be a promising solution for medical data analysis, especially with the use of Convolutional Neural Networks (CNNs), which can recognize patterns in dermoscopic images and help classify lesions as melanoma or non-melanoma in an automated manner. This project proposes an ensemble of classifiers based on Convolutional Neural Networks to classify dermoscopic images as melanoma or non-melanoma, comparing its performance with validated architectures, such as AlexNet and VGG-16, using Transfer Learning techniques The analyses of Precision, Recall, and F1 Score showed that the ensemble of Convolutional Neural Networks outperformed the models using Transfer Learning techniques, with AlexNet showing better performance than VGG-16. The ensemble of Convolutional Neural Networks demonstrated a greater generalization capability, proving to be promising in capturing relevant features from the images, revealing potential for medical applications, although it still needs refinement to meet clinical standards.Item Análise de sentimentos em reviews de jogos digitais da Plataforma Steam(2024-09-26) Albuquerque, Júlia de Melo; Albuquerque Júnior, Gabriel Alves de; http://lattes.cnpq.br/1399502815770584Sentiment analysis is an area that investigates the emotional expressions of human language, aiming to understand the underlying needs and opinions expressed in texts. Its complexity lies in the ability to discern not only the textual content but also the implicit emotional matrices. With technological advancements, the ease of publicly expressing opinions is disseminated through various means, with online gaming being a sector that attracts numerous player posts about various available titles. However, this diversity of audiences and topics makes it challenging to understand the expressed sentiment that pervades this universe. The aim of this study is to apply sentiment analysis techniques to digital game reviews, adopting an approach focused on supervised machine learning algorithms and pre-polarized libraries, in order to identify the best classification path capable of discerning the sentiments expressed by users in the reviews. This operation considers an approach with all opinions and another focused on each game’s specific genre. This analysis was conducted by exploring data from an online game distribution company (Steam), followed by data preparation due to the peculiarities present in the records. The results reveal that machine learning models outperform traditional approaches, such as using the VADER library, showing a higher precision by approximately 10% in captures. A difference of 20% more was observed in metrics such as recall and F1-score. This study represents an analytical contribution to the field of sentiment analysis, highlighting the model’s ability to deal with the complexity of human language.Item Desenvolvimento de um sistema auxiliar para controle de acesso de veículos para a Universidade Federal Rural de Pernambuco(2024-03-08) Izidio, Stefany Vitória da Conceição; Garrozi, Cícero; http://lattes.cnpq.br/0488054917286587; http://lattes.cnpq.br/0642557485551355Currently, vehicle access control to the Federal Rural University of Pernambuco is done manually on paper by university employees. There is also direct release for vehicles that register with the university and receive a specific sticker to use on the windshield. This type of control is not very safe, as it can be easily cloned and used by vehicles without real authorization. Furthermore, there is a short diversion of the employee's attention when he performs the manual work of writing down the sign on paper. This work aims to make the vehicle control process more reliable and safe through the development of a prototype of a system that assists in access control. This work proposes a solution by capturing an image of the license plate, identifying the vehicle plate and checking in a database whether the plate is previously registered or not. And, the system produces a light signal to indicate to the employee whether the license plate is registered or not. To achieve this, a hardware product was assembled and embedded software was developed. The hardware consists of a set of electronic devices such as LEDs, camera, processing device, etc. The software is a set of libraries that were, for the most part, developed in Python. For the embedded software, a set of images with photos of Brazilian car license plates was used to train an object detection model to detect the license plates. Finally, an optical character recognition service was used to extract the content of the plate, thus making it possible to register and emit the light signal to the user.Item Prototipação de um sistema de localização utilizando Redes LoRaWAN(2024-03-05) Maia, Pedro Lopes; Medeiros, Victor Wanderley Costa de; http://lattes.cnpq.br/7159595141911505; http://lattes.cnpq.br/2161981667043569With the proliferation of the use of IoT technologies, efficient solutions in terms of battery usage and applicability for device positioning have become increasingly necessary due to the demand for location-based services. In this context, signal-based localization techniques, such as fingerprinting, represent a very appropriate solution as they meet the requirements of these applications. In this study, a public dataset containing RSSI values from a LoRaWAN network was used to create machine learning models to evaluate their effectiveness in positioning LoRa devices, offering an alternative to GPS, which due to the high power consumption of device batteries, in many cases, is not viable for IoT systems. After evaluating hyperparameters and applying appropriate methodologies for each algorithm studied, a model was obtained capable of making predictions with an average error of 301.34 meters and a median of 164.26 meters.Item Detecção de doença cardiovascular ou diabetes utilizando machine learning(2024-03-07) Santos, Daniel Ramos Correia dos; Albuquerque Júnior, Gabriel Alves de; http://lattes.cnpq.br/1399502815770584Cardiovascular diseases and diabetes represent significant challenges for public health, requiring effective diagnostic and prevention approaches. This work proposes an approach based on machine learning models to support these processes. Using a database from the IBGE national health survey, the study investigated how different variables affect the detection of these diseases. Using algorithms such as Random Forest, XGBoost and SVM, predictive models were developed. The results demonstrated an accuracy of 71.96% for the Random Forest algorithm in classifying patients with cardiovascular diseases and 72.26% in classifying patients with diabetes. Analysis of the most influential variables was also carried out using the SHAP method, which revealed some insights into the data.Item Uso de Machine Learn para classificação de lançamentos financeiro: estudo comparativo entre modelo AutoML e Redes MLP(2022-10-10) Silva, Vinicius Mateus Mendonça da; Monteiro, Cleviton Vinicius Fonsêca; http://lattes.cnpq.br/9362573782715504; http://lattes.cnpq.br/6180002649065928The study of this work aims to help companies in their financial management by generating models based on Machine Learning to classify financial releases. With the help of libraries developed in the Python language, it was possible to train AutoML models and Multilayer Perceptron Neural Networks responsible for data classification. With results above 85% in the metrics of Accuracy, Recall, F-measure and Precision for both models, using them brings the possibility of better management of financial releases with less effort.Item Uso de machine learning para previsão de valores de apartamentos no município do Recife(2023-09-12) Silva, Thiago César de Miranda; Monteiro, Cleviton Vinicius Fonsêca; Soares, Rodrigo Gabriel Ferreira; http://lattes.cnpq.br/2526739219416964; http://lattes.cnpq.br/9362573782715504; http://lattes.cnpq.br/8285740572952516The COVID-19 pandemic has brought with it a series of economic effects and transformations related to behavior and the way people live, which, in turn, have had repercussions on property prices and real estate demand. In this context, property price forecasting assumes an extremely important role, contributing to more informed decisions, mitigating risks, and promoting greater transparency in the real estate sector. The implementation of automation in price forecasting further enhances this dynamic, significantly improving accuracy, efficiency, and reliability of predictions, while providing adaptability to economic fluctuations with greater agility. Utilizing listings available on OLX, a georeferenced database was created to generate a residential apartment price prediction model in Recife, using machine learning models in AutoML. This tool automates the development of machine learning models, enabling rapid experimentation and a focus on problem-solving. The work indicates that the poor geographical distribution of the data has biased the results of the models. Furthermore, it was concluded that the data found on online buying and selling platforms are insufficient for generating a machine learning model that achieves an acceptable level of accuracy in Recife, mainly because transaction values for the properties are not provided, only the advertised prices. However, this current work provides significant contributions to the advancement of research related to automation in real estate price prediction.Item O uso de Auto ML nas apostas esportivas(2022-06-02) Oliveira, José Matheus Souza de; Monteiro, Cleviton Vinicius Fonsêca; http://lattes.cnpq.br/9362573782715504The sports betting market has been growing effectively, and of the 40 teams that compete in the A and B series of the Brazilian Championship, 35 are sponsored by bookmakers. Observing the number of gamblers that are profitable, it was found that there is a great need for solutions that help these people to become profitable. In order to achieve this goal in the long term, the first step of this project is to evaluate the use of Auto Machine Learning (AutoML) solutions in two betting scenarios: both teams score, and the match has more or less than 2 goals. For this work, data from the 2017 Serie A Brazilian Football Championship were used. The championship has 38 rounds in total and 10 matches in each round, totaling 380 matches. To calculate the profit scenarios, two forms of evaluation were established: without restriction and with probability restriction. Comparing the results obtained in these two scenarios, scenario 2 in all results presented a profit, unlike what was achieved in scenario 1, in addition, we have the assertiveness rate that was much more positive in scenario 2, reaching a value of 73.68% while the maximum rate obtained in scenario 1 was 63.88%.Item Detecção de anomalias em dados meteorológicos do sertão de Pernambuco utilizando Isolation Forest e DBSCAN(2022-06-02) Cavalcante, Anderson Rodrigues; Medeiros, Victor Wanderley Costa de; http://lattes.cnpq.br/7159595141911505; http://lattes.cnpq.br/0155290293799371Anomalous values are one of the problems present in the Big Data age. Robust techniques are required to manipulate correct and incorrect information that is generated at each time. Using non-supervised machine learning algorithms gives the confidence of good performance in the final results. This research will use meteorological data on air temperature and relative humidity from the Instituto Nacional de Meteorologia, of Petrolina, with DBSCAN (Density Based Spatial Clustering of Application with Noise) and IF (Isolation Forest) implemented to detect anomalies present in the data, since weathering meteorological anomalies may appear through defects, bad sensor configuration and even extreme climate effects.