Saving the training dataset
🌟 In this video we will learn how to save the training dataset. Loading the data is a time-consuming activity and if we need to use it for future classes, what better than being able to store it in a…
🌟 In this video we will learn how to save the training dataset. Loading the data is a time-consuming activity and if we need to use it for future classes, what better than being able to store it in a…
When developing a software application, whether it’s a game, a productivity tool, or an e-commerce platform, it is essential to ensure that it works correctly. This might seem obvious, but the reality is that even the most experienced programmers can…
This video tutorial shows us a new feature of version 2 of LearningML! We are going to develop the same activity as in ‘We build an image model with LearningML’ we invite you to watch it if you haven’t done…
When I started developing LearningML, the biggest challenge was making machine learning algorithms for classification and object recognition run in the user’s browser. The idea was to avoid using the cloud as much as possible, steering clear of AI services…
We all use ChatGPT, although we don’t know what OpenAI does with our conversations. Nor do we know what the architecture of the neural network it uses is, beyond the fact that it is based on the revolutionary transformers. And,…
The quote Why, then, should computers in schools be limited to calculating the sum of the squares of the first twenty odd numbers and similar ‘problem-solving’ uses? Why not use them to produce some action? There is no better reason…
Ever wanted to teach your students how to create a machine learning model that can recognise sounds in a simple and fun way? This video tutorial is for you! We will guide you step-by-step through the process of creating a…
Sometimes, when we implement a software solution, no matter how much we study its documentation, we do not find the answer to some problem that arises and prevents us from completing our objective. Normally, by reading it more carefully and…
The rewrite of LearningML, which resulted in version 2, was done with the aim of improving the structure of the code to achieve greater modularity to facilitate the incorporation of new features. So, once the rewrite was finished, it was…
In this videotutorial we will make a quiz to differentiate between the Palaeolithic, the Neolithic and the Metal Age. To do so, we will build a text model in which we will teach the machine the characteristics of each of…