Raquel Cardoso

Raquel Cardoso

Computer Science and Engineering Msc Student

Instituto Superior Técnico

SINFO

Biography

I’mm a Computer Science and Engineering student at Instituto Superior Técnico, currently serving as the Multimedia Team Leader for SINFO 31. I’m also a Machine Learning Intern at Loka, where I focus on projects involving Natural Language Processing. My passions lie in Artificial Intelligence, Data Science, Cyber-Physical Systems, and Graphic Design.

Interests
  • Artificial Intelligence
  • Data Science
  • Cyber-Physical Systems
  • Graphic Design
Education
  • Msc in Computer Science and Engineering, Present

    Instituto Superior Técnico

  • Bsc in Computer Science and Engineering, 2023

    Instituto Superior Técnico

  • Class in Design Studies, 2022

    Faculty of Fine Arts of the University of Lisbon

Experience

 
 
 
 
 
Loka
Machine Learning Intern
September 2024 – Present Remote, Portugal
Developing projectss using machine learning to solve real-world problems, focusing on Natural Language Processing.
 
 
 
 
 
Sky Portugal
Apprentice Data Engineer
July 2024 – August 2024 Lisboa, Portugal
Worked in the Architecture team developing a Gen-AI powered Slack chatbot which aids Sky employees find information present in documentation files quickly.
 
 
 
 
 
SINFO
Multimedia Team Leader
May 2023 – Present Lisboa, Portugal
Leading a team of 6 people with the goal of creating all the graphics and the visual presentation of the event. Extremely positive feedback from both the participants and companies.
 
 
 
 
 
SINFO
Multimedia Member
May 2022 – May 2023 Lisboa, Portugal
Responsible for SINFOs image, using software such as Adobe Illustrator, Adobe Premiere and Adobe After Effects. Helping in the event organization, by contacting international speakers and IT companies in Portugal.
 
 
 
 
 
HackerSchool
HackerSchool Member
December 2022 – October 2023 Lisboa, Portugal
Managing a project which aimed to customize simple headsets into unique and creative pieces with the aid of technology.
 
 
 
 
 
Private Tutor
October 2021 – July 2023 Vila Franca de Xira, Portugal
Connected with high school students who needed tutoring in Mathematics and helped them understand the subject and study for their tests and exams.
 
 
 
 
 
French Horn Player
October 2015 – July 2019 Alhandra, Portugal
Performed in concerts, marchs and participated in the recording of the bands CD “Pasodobles de Concerto”

Education

 
 
 
 
 
Instituto Superior Técnico
Master Degree in Computer Science and Engineering
September 2023 – Present Lisboa, Portugal
Specializing in Artificial Intelligence and Cyberphysical Systems. Relevant classes: Natural Language Processing, Deep Learning, Data Science, Ambient Intelligence, Planning Learning and Intelligent Decision-Making, Mobile and Ubiquitous Computing and Forensics Cybersecurity.
 
 
 
 
 
Instituto Superior Técnico
Bologna Degree in Computer Science and Engineering
September 2020 – August 2023 Lisboa, Portugal
 
 
 
 
 
Faculty of Fine Arts of the University of Lisbon
Curricular Unit in Design Studies
September 2022 – January 2023 Lisboa, Portugal
As part of Instituto Superior Técnico’s HACS program, I studied “Design Studies” at the Fine Arts Faculty. This course focused on analyzing and improving design as a cultural phenomenon. Through research and writing, I explored topics such as the influence of “Neuromancer” on Cyberpunk design and “Feminism in Video Game Character Design”.

Projects

*
Localization and Path Planning for a Mobile Robot
This project was developed in the context of the curricular unit “Introduction to Robotics” during my Masters Degree. The project was divided into two parts. The first focuses on mobile robot localization, using Bayesian filters to manage uncertainties in perception and action. The second addresses path planning and following, applying Rapidly Exploring Random Tree (RRT) algorithms. The project was done in groups of 3, and it was attributed a grade of 18/20.
Localization and Path Planning for a Mobile Robot
Co-Designing a Fidget Toy Companion App for Autism
This project was developed in the context of the curricular unit “Interaction Design Studio” during my Masters Degree. The objective was to co-design something with someone from a minority group in order to improve their quality of life and make them feel seen, while also providing a solution to a problem they might be facing. The project was done in groups of 5, and it was attributed a grade of 19.2/20.
Co-Designing a Fidget Toy Companion App for Autism
Smart Pill Organizer
This project was developed in the context of the curricular unit “Ambient Intelligence” during my Master Degree. The smart pill organizer is able to detect the medication that is being taken and send the information to a cloud service. This information is then used to send reminders to the user and to keep track of the medication inventory. The objective is to alleviate the struggle of medication adherence by uniting a traditional pillbox with sensors and actuators. The project was done in groups of 3, and it was attributed a grade of 19/20.
Smart Pill Organizer
Data Classification and Forecasting
This project was developed in the context of the curricular unit “Data Science” during my Master Degree. The project followed the KDD process and classify the data/forecast the future in four datasets - Covid-Pos and Credit Score classification; Covid deaths and traffic intensity forecasting. In both situations the models were trained from the available data, by adequately selecting and preparing it, followed by the assessment of the learnt models. The project contains an extensive report criticizing the results achieved and hypothesized the causes for better and worse performances by the learnt models. The goal was to understand the impact of the available options on the produced models’ performance. The project was done in groups of 4 and it was attributed a grade of with 17.09/20.
Data Classification and Forecasting
Medical Image Classification
This project was developed in the context of the curricular unit “Deep Learning” during my Master Degree. The objective was to implement a medical image classification with linear classifiers and neural networks and autodiff toolkit using the language Python. In the implementation with linear classifiers and neural networks no machine learning library (such as scikit-learn) was used, and the solution relied solely on Linear Algebra, using the numpy library to do so. The classification results are covered in a detailed project encompassing its development topics. The project was done in groups of 2 and was classified on 20/20.
Medical Image Classification
Sentiment Analysis of Hotel Reviews
This project was developed in the context of the curricular unit “Natural Language Processing” during my Master Degree. The objective was to implement diverse classifiers such as Logistic Regression, Support Vector Classifier, and Naïve Bayes which are then compared with the objective of classifying hotel reviews into four categories - positive-deceptive, negative-deceptive positive-truthful, and negative-truthful. The results are covered in a detailed project encompassing its development topics such as the models used, the experimental setup, and discussion section where I analyzed the dataset and the obtained results in order to identify common errors in the classification and a future work section. The project was done in groups of 2 and was classified with 19/20 - 6/5 was attributed to the code (+1 point for achieving an accuracy bigger than 85%) and 13/15 for the report.
Sentiment Analysis of Hotel Reviews
Date Reading Transducers
This project was developed in the context of the curricular unit “Natural Language Processing” during my Master Degree. The objective was to implement a date reading module using only transducers, which converts dates in specific format to the corresponding sentence as it would appear if transcribed by a human. The module is based on the idea of transducers, which are a type of data structure that can be used to process data in a streaming fashion. The project was done in groups of 2, and was graded in 19.5/20, achieving a grade of 17/17 in the code and 3/3 for the report. We received a penalty of -0.5 for the report filename not being in desired format.
Date Reading Transducers
Takuzu Game Solver
This project was developed in the context of the curricular unit “Artificial Intelligence” during my Bachelor Degree. The objective was to solve a Takuzu problem using AI search algorithms - DFS, BFS, Greedy Search, and A* Search. A report which encompasses the description of the problem, the solution that was found and the compilation of the tests issued to compare all algorithms, is available. The project was done in groups of 2, and it was attributed a grade of 17.68/20 - 15/15 to the code and 2.68/5 for the report.
Takuzu Game Solver
IST Marketplace
This project was developed in the context of the curricular unit “Human-Computer Interaction” during my Bachelor Degree. The objective was to conceptualize the design for a Bitcoin wallet application, which is aimed at helping users to manage their cryptocurrencies. The project was done in groups of 3 and was classified on 19/20.
IST Marketplace
Genealogy Tree Algorithm
This project was developed in the context of the curricular unit “Analysis and Synthesis of Algorithms” during my Bachelor Degree. The objective was to implement an algorithm which evaluates input nodes and outputs if they create a valid genealogy tree. The algorithm is based on the concept of a binary search tree and was implemented using C++. The project was done in groups of 2, and it was attributed a grade of 19.5/20 - 17/17 to the code and 2.5/3 for the report.
Genealogy Tree Algorithm

Certificates

Coursera
Advanced Learning Algorithms
Course 2/3 of the Machine Learning specialization available on Coursera.
See certificate
Instituto Superior Técnico
Data Science - Classification
Instituto Superior Técnico - MOOC Técnico
See certificate
Instituto Superior Técnico
Data Science - KDD Process
Instituto Superior Técnico - MOOC Técnico
See certificate
Course 1/3 of the Machine Learning specialization available on Coursera.
See certificate
EF SET
C2 English
Certificate on C2 English profficiency.
See certificate
First Aid Course
Level 1 of the First Aid Course
5th Grade in Classical Music Learning
French Horn, Musical Theory and Joint Class.

Other Activities

 
 
 
 
 
French Horn Player
September 2015 – July 2019 Alhandra, Portugal
Performed in concerts, marchs and in the recording of the bands’ CD “Pasodobles de Concerto”.
 
 
 
 
 
Piano Player
September 2017 – August 2021 Vila Franca de Xira, Portugal
 
 
 
 
 
Guitar Player
September 2008 – August 2014 Vila Franca de Xira, Portugal
 
 
 
 
 
Youth Parliament Member
December 2017 – July 2018 Vila Franca de Xira, Portugal
 
 
 
 
 
Swimmer
September 2006 – August 2017 Vila Franca de Xira, Portugal
Briefly practiced competitive swimming during 2014.

Gallery