I am a passionate Data Scientist and a Visiting PhD Research Associate in Machine Learning at King's College London, with over 8 years of experience in research, artificial intelligence, and machine learning. I have a keen interest in AI, Data Science, and Natural Language Processing. Proficient in Python, Java, and C#, I am always eager to learn and apply new techniques to tackle complex problems.
As a lifelong learner, I am constantly seeking out new experiences and opportunities to expand my knowledge and skills. Whether it's exploring new programming languages or delving into the latest breakthroughs in AI research, I am always looking for ways to push myself and stay ahead of the curve.
Thank you for visiting my website, and I look forward to sharing my passion for coding and machine learning with you. And don't forget to visit the AI Jungle, where I collect code and random projects related to AI!
Postodoctoral Research Associate, on Discovering and Attesting Fairness and Digital Discrimination in Machine Learning models (DADD).
Excellent + Cum Laude. Artificial Intelligence Research Institute of the of the Spanish Council for Scientific Research (IIIA – CSIC)
Welcome to "The AI Jungle" – a wild and exciting project where we embark on a thrilling adventure through a jungle of code related to AI and ML! In here you will find a diverse array of code snippets and unordered projects, from snippets of code to sort pandas dataframes to Fine-tuning LLMs and Deep Learning models.
Enter the AI JungleThe DAICB is a tool to interactively compare the discovered biases between two attribute concepts inherent in large textual datasets taken from the internet, as captured by Word Embeddings models. It is an extension over previous work presented at ICWSM, which can be accessed here.
View ProjectThe DADD (Discovering and Attesting Digital Discrimination) Language Bias Visualiser is a tool to interactively compare men and women stereotypes inherent in large textual datasets taken from the internet, as captured by Word Embeddings models.
View ProjectThe project aims to update the metadata of the image files present in a directory by adding location and date information. This is achieved by mapping the file names to corresponding location and date information stored in a CSV file, and updating the image EXIF metadata with the corresponding values.
View ProjectFiles used to organise and corectly map traceability data for Alexa skills between csv and json files during three different years 2019, 2020, 2021. This repo also contains example executions that show how to compare the datasets over the years. This project was used in the creation of the paper "Alexa, are we there yet?"
View ProjectThis repository contains the source code of the original paper 'Attesting Digital Discrimination Using Norms' accepted at the International Journal of Interactive Multimedia and Artificial Intelligence (IJIMAI), and for the paper "A Normative approach to Attest Digital Discrimination" accepted at AI4EQ workshop of the 24th European Conference on Artificial Intelligence 2020 (ECAI 2020), both part of the project Discovering and Attesting Digital Discrimination (DADD).
View ProjectSentenceCreator Generates Similar Sentences Using GoogleTranslate Python Library.
Consist of a simple wrapper built on top of the google translate python library to generate similar sentences when provided a seed sentence. Given a sentence in any language, SentenceCreator generates similar sentences by leveraging the googletranslation library: the algorithm translates the original sentence to another language (up to `n` times), and then back to the original language. This results in similar but not exactly lexically equivalent sentences.
View Project