Technology
Articles of Technology
May 9, 2024
Chatting with Your Documentation: LLMs and RAG for Enhanced Information Retrieval
Introduction Have you ever felt that you know some useful information is somewhere in your documentation, but you cannot seem to find it? Yeah, me too. It is so frustrating, but after reading this article you are going to have some notion of how to build a system that enables you and your team to […]
March 22, 2024
Scalable infrastructure in identity verification services
When you’re a significant player in the identity verification sector, providing a comfortable and, above all, seamless user experience is expected. That’s why responsiveness and scalability are essential to ensure your services can respond at all times, handle increased traffic, or respond to peaks workload if required. In Alice we use an architecture based on […]
March 22, 2024
Refactoring in the Frontend: Ideas and Reflections
Refactoring in frontend development is essential for various reasons. Firstly, it enhances the user experience by speeding up user interaction, reducing loading times, and improving accessibility. Modernizing design is another crucial factor as design trends and standards continually evolve. Updating the interface’s appearance can keep the application attractive to users. Additionally, refactoring the visual aspects […]
January 29, 2024
Databases Antipatterns (@WTMZ23)
In a sector such as identity verification, where detection systems are based on Artificial Intelligence technology, a very high volume of data is involved, so it is crucial that access to data is efficient, fast and allows complex processing and loading operations to be carried out with relative simplicity. It is common to work with […]
January 19, 2024
Deep Learning Models: Monitoring and Re-training
Deep learning has revolutionized numerous fields, from computer vision to natural language processing. However, training and maintaining these models can be challenging. This is where monitoring and evaluations on representative datasets become very important. Why monitor? When a model goes into production it will have previously undergone a thorough evaluation on a data set sufficiently […]
January 11, 2024
ETL for identity verification AI-based systems
The state of the art identity verification systems are currently based on artificial intelligence (AI) technology. These systems are fueled with data: In our dedication to enhancing our systems, at Alice Biometrics we integrate DataOps principles to ensure optimum performance of our verification systems. In this post, we explain the key role of ETL processes […]
October 3, 2023
Understanding Machine Learning: A Conceptual Approach
Machine learning is a technique used to create very complex algorithms in an efficient manner. The idea is that by using ML, engineers are able to make algorithmic models that can understand inputs with thousands or millions of interconnected variables and make sense of them to give a coherent output. Although, theoretically, these models could […]
September 19, 2023
Defining the core accuracy metrics of biometric systems
During the evaluation of Biometrics-based systems, one of the first steps involves defining the core accuracy metrics. This is an important step that helps us to assess if the behavior of our system corresponds with our expectations. Verification scores measure the differences between two given biometrics samples and it’s normally given in 2 forms: a) […]
September 13, 2023
From the Lab to Production.
How Alice tests their Machine Learning models At Alice, machine learning models are essential tools for delivering a high-quality service. However, it is important to evaluate these models carefully to ensure that they are performing as expected. In this article, we will discuss the key steps involved in evaluating machine learning models, including creating an […]