Tag machine learning

The Kernel Trick in Machine Learning

Introduction The kernel trick is a typical method in machine learning to transform data from an original space to an arbitrary Hilbert space, usually of higher dimensions, where they are more easily separable (ideally, linearly separable). This technique is the…

Object recognition with Deep Learning

Introduction Object detection is a branch of computer vision that focuses on identifying the presence and location of objects in images. It is used in a wide variety of applications, from surveillance systems, medical image analysis to autonomous driving. This…

Algorithms in Machine Learning

Introduction Machine learning is perhaps the most popular branch of Artificial Intelligence and uses a series of algorithms whose methodology is based on carrying out a massive analysis of data in order to learn from it and, finally, find the…

Linear Regression with Python

Introduction Regression is a statistical methodology that describes the relationships between a continuous explained variable and a set of explanatory variables. In other words, regression models are able to predict the value of a dependent variable y with respect to…

ChatGPT: The new chatbot from OpenAI

Introduction Recently, the OpenAI team launched ChatGPT, a new deep learning-based conversational tool that promises to improve human-machine interaction in a variety of environments. ChatGPT is designed to understand natural language and provide consistent and relevant responses to questions or…

Success stories: Record Linkage

Record linkage

Introduction One way we at Damavis help our clients is through the implementation of Record Linkage solutions. This type of process makes it possible to find records that refer to the same entity but are found in different data sources.…