ansegura7
CS PhD student in the IRG at UAM. My research interests are in: XAI, ML, RecSys, NLP, Argument Mining and Information Retrieval.
Bogotá, Colombia
Pinned Repositories
Algorithms
Free hands-on course with the implementation (in Python) and description of several computational, mathematical and statistical algorithms.
data-regressors
Ongoing project that performs the regression of a continuous variable (oil rate) from a set of associated variables using different ML and DL techniques, such as linear regression, time series or neural networks.
DataScience_FIFA19Data
Data Science Project with Python to analyze and discover insights of the detailed attributes of each player registered in the latest edition of FIFA 19 database.
MachineLearning
Practical course, which starting from Data Science offers examples (with Python code) and explanation (in Twitter threads) on concepts and techniques of Machine Learning, Deep Learning and NLP.
NLP
Free hands-on course with the implementation (in Python) and description of several Natural Language Processing (NLP) algorithms and techniques, on several modern platforms and libraries.
RS_CF_LastFm
Recommender systems with collaborative filtering created with Apache Mahout framework. The system uses a Music Recommendation dataset for research purposes as input, but you can train it and predict recommendations with any other dataset.
RS_Surprise
Project with examples of different recommender systems created with the Surprise framework. Different algorithms (with a collaborative filtering approach) are explored, such as KNN or SVD.
TSP
Project in Java to solve the Travelling Salesman Problem (TSP). An approximation solution with a self-organizing maps (SOM) is proposed.
TwitterAnalytics
Web Mining project in which Descriptive Statistics and NLP techniques are used to analyze the behavior of a Twitter account and the content of their respective tweets.
WebScraping_Covid19
Web Scraping project to obtain data on confirmed cases and deaths of Covid-19, in order to analyze them.
ansegura7's Repositories
ansegura7/Algorithms
Free hands-on course with the implementation (in Python) and description of several computational, mathematical and statistical algorithms.
ansegura7/NLP
Free hands-on course with the implementation (in Python) and description of several Natural Language Processing (NLP) algorithms and techniques, on several modern platforms and libraries.
ansegura7/MachineLearning
Practical course, which starting from Data Science offers examples (with Python code) and explanation (in Twitter threads) on concepts and techniques of Machine Learning, Deep Learning and NLP.
ansegura7/RS_Surprise
Project with examples of different recommender systems created with the Surprise framework. Different algorithms (with a collaborative filtering approach) are explored, such as KNN or SVD.
ansegura7/TwitterAnalytics
Web Mining project in which Descriptive Statistics and NLP techniques are used to analyze the behavior of a Twitter account and the content of their respective tweets.
ansegura7/DataScience_FIFA19Data
Data Science Project with Python to analyze and discover insights of the detailed attributes of each player registered in the latest edition of FIFA 19 database.
ansegura7/RS_CF_LastFm
Recommender systems with collaborative filtering created with Apache Mahout framework. The system uses a Music Recommendation dataset for research purposes as input, but you can train it and predict recommendations with any other dataset.
ansegura7/data-regressors
Ongoing project that performs the regression of a continuous variable (oil rate) from a set of associated variables using different ML and DL techniques, such as linear regression, time series or neural networks.
ansegura7/TSP
Project in Java to solve the Travelling Salesman Problem (TSP). An approximation solution with a self-organizing maps (SOM) is proposed.
ansegura7/WebScraping_Covid19
Web Scraping project to obtain data on confirmed cases and deaths of Covid-19, in order to analyze them.
ansegura7/DSL_Analysis
Descriptive text analysis of the words contained in the Dictionary of the Spanish language (DSL).
ansegura7/DataViz_VideoGameSales
Visual Analytics project to analyze and discovery insights of video game sales in recent years, with the high-level API plotly.express. The dataset contains a list of video games with sales greater than 100,000 copies.
ansegura7/ML_ObjectivityDetection
Data analytics project in R to create a predictive model for the detection of objectivity in sports articles, based on co-training.
ansegura7/ansegura7.github.io
This is the current version of my personal website. It was create with the Beautiful Jekyll template.
ansegura7/basic-web-calculator
A simple web application that demonstrates the interaction between front-end (HTML, CSS, JavaScript) and back-end (FastAPI) by performing basic math operations through a REST API.
ansegura7/covid19-col-disease-impact
Analysis and prediction of the impact of Covid-19 on certain diseases and key indicators in the Colombian health system. The project was approached with data science and machine learning techniques.
ansegura7/DataCompression
Project in which we explore different algorithms and compression approaches such as Huffman coding or entropy change. The distribution of the symbols of the compressed files (image, electronic book, etc.) is also analyzed.
ansegura7/fission
Fast and Simple Serverless Functions for Kubernetes
ansegura7/recsys-tweet-analysis
Analysis of the interaction between Twitter users during the ACM RecSys 2021 and 2022 conferences.
ansegura7/TextProcessing_CiteSeerUMD
Program that preprocesses a collection of documents to calculate the frequency of the most common terms and identify the keywords of each document. The first time will do it without using the stemming technique and without removing the stopwords. The second time will use these techniques.
ansegura7/TextProcessing_PageRank
Program that use a direct graph and the PageRank algorithm (both simple and weighted). Use of the TF-IDF algorithm to calculate the relevance of the terms of the document collection.
ansegura7/WorldHappinessReport
Clustering analysis on the data from the World Happiness Report 2021.
ansegura7/ansegura7
The README of my profile.
ansegura7/django-crud
Example of a CRUD web application, using the Django framework.
ansegura7/huggingface
Hugging face notebooks.
ansegura7/lotteryViz
A simple app to choose randomly students for questions on my class
ansegura7/Maps
Examples of maps with Gmaps, which is a complement to Jupyter to visualize data on Google maps in Jupyter notebooks.
ansegura7/PersonalWebsite
This is the repository of the first version of my personal website.
ansegura7/ruby-getting-started
Getting Started with Ruby on Heroku
ansegura7/suboptimal
Seriously Unnecessary Baffling Obscure Perplexing Terms In MAchine Learning