<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="static/style.xsl"?><OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd"><responseDate>2026-09-15T06:16:47Z</responseDate><request verb="GetRecord" identifier="oai:gredos.usal.es:10366/158158" metadataPrefix="mods">https://gredos.usal.es/oai/request</request><GetRecord><record><header><identifier>oai:gredos.usal.es:10366/158158</identifier><datestamp>2025-04-30T22:01:18Z</datestamp><setSpec>com_10366_4829</setSpec><setSpec>com_10366_4843</setSpec><setSpec>col_10366_138209</setSpec></header><metadata><mods:mods xmlns:mods="http://www.loc.gov/mods/v3" xmlns:doc="http://www.lyncode.com/xoai" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-1.xsd">
<mods:name>
<mods:namePart>Gómez Marcos, Ana</mods:namePart>
</mods:name>
<mods:extension>
<mods:dateAvailable encoding="iso8601">2024-06-03T09:02:47Z</mods:dateAvailable>
</mods:extension>
<mods:extension>
<mods:dateAccessioned encoding="iso8601">2024-06-03T09:02:47Z</mods:dateAccessioned>
</mods:extension>
<mods:originInfo>
<mods:dateIssued encoding="iso8601">2023-09</mods:dateIssued>
</mods:originInfo>
<mods:identifier type="uri">http://hdl.handle.net/10366/158158</mods:identifier>
<mods:abstract>[ES]El machine learning (ML) es un subconjunto de la Inteligencia Artificial (IA), se centra en la&#xd;
capacidad de las máquinas para recibir un conjunto de datos y aprender por sí mismos,&#xd;
adaptando los algoritmos usados a medida que aprenden más sobre la información que es&#xd;
procesada. Este aprendizaje puede ser usado en muy diversos ámbitos, en este caso nos&#xd;
centraremos en sus usos en el ámbito de la investigación.&#xd;
A pesar de su gran potencia aún sigue costando acomodar su uso a situaciones determinadas y&#xd;
por eso la idea del proyecto es precisamente esa, desarrollar y adaptar un modelo de machine&#xd;
learning para poder aplicarlo a una situación específica, de manera que siga los principios de&#xd;
Machine Learning Operations (MLOps) en el sentido de que involucra la implementación y&#xd;
despliegue de un modelo de Machine Learning en un entorno de laboratorio.&#xd;
El objetivo es entrenar y mejorar el modelo que se va a desarrollar, usando una rama del&#xd;
machine learning (ML) llamada deep learning (DL) o aprendizaje profundo, para que pueda&#xd;
distinguir de forma acertada los elementos requeridos en imágenes realizadas por microscopio,&#xd;
y a su vez beneficiarse de las mejores prácticas de MLOps para garantizar un despliegue rápido&#xd;
y eficiente, todo esto con la finalidad de poder ayudar a reducir los tiempos que se invierten en&#xd;
este sentido en el campo de la investigación, donde los tiempos son un elemento fundamental&#xd;
y así poder realizar los cálculos necesarios sobre las imágenes analizadas, permitiendo a los&#xd;
investigadores dedicar más esfuerzo a otras actividades más pertinentes.&#xd;
En particular, se enfocará en la detección de células, las cuales desempeñan un papel crucial en&#xd;
el diagnóstico y estudio de diversas patologías, como el cáncer, por ejemplo. Esto se debe a que&#xd;
identificar las células marca el punto de partida para numerosos análisis. Las características de&#xd;
estas células, como su densidad o brillo en una imagen, aportan datos sumamente importantes&#xd;
en una variedad de estudios. Esto resalta la potencia de esta disciplina en el sector, al mismo&#xd;
tiempo que se presentan los procedimientos para generar un modelo de machine learning.&#xd;
Para demostrar la utilidad y aplicabilidad de estas complejas técnicas de aprendizaje automático&#xd;
al público en general, se ha concebido la idea de crear una interfaz interactiva. Esta interfaz&#xd;
proporcionará a los usuarios una experiencia visualmente más atractiva y comprensible que les&#xd;
permitirá experimentar de primera mano cómo funciona el modelo de aprendizaje automático&#xd;
que hemos desarrollado.&#xd;
Uno de los objetivos principales es eliminar las barreras entre las técnicas de aprendizaje&#xd;
automático y el público en general, haciendo que conceptos a menudo complejos sean&#xd;
accesibles, emocionantes y sobre todo útiles. Se desea mostrar cómo el machine learning, así&#xd;
como el uso de la práctica de Machine Learning Operations, no son sólo una herramienta&#xd;
poderosa en manos de expertos, sino también una tecnología que puede tener un impacto&#xd;
directo en la mejora de la investigación.</mods:abstract>
<mods:abstract>[EN]Machine Learning (ML) is a subset of Artificial Intelligence (AI) that focuses on machines' ability&#xd;
to receive a dataset and learn autonomously, adapting the algorithms used as they gain more&#xd;
knowledge about the processed information. This learning can be applied in various fields, but&#xd;
in this case, we will concentrate on its applications in the realm of research.&#xd;
Despite its immense potential, accommodating its use for specific situations still poses&#xd;
challenges. That's precisely the project's idea: to develop and tailor a machine learning model&#xd;
to apply it to a specific scenario while adhering to the principles of Machine Learning&#xd;
Operations (MLOps). This involves implementing and deploying a Machine Learning model in a&#xd;
laboratory environment.&#xd;
The goal is to train and enhance the model being developed, utilizing a branch of machine&#xd;
learning called deep learning (DL). This ensures that it can accurately distinguish the required&#xd;
elements in microscope images and, at the same time, benefit from MLOps best practices to&#xd;
ensure a fast and efficient deployment. The ultimate aim is to reduce the time invested in this&#xd;
regard in the field of research, where time is a crucial factor, enabling researchers to focus more&#xd;
effort on other relevant activities.&#xd;
Specifically, the focus will be on cell detection, which plays a crucial role in the diagnosis and&#xd;
study of various pathologies, such as cancer, for instance. Identifying cells marks the starting&#xd;
point for numerous analyses. The characteristics of these cells, such as density or brightness in&#xd;
an image, provide highly valuable data in various studies. This underscores the power of this&#xd;
discipline in the sector while presenting the procedures for generating a machine learning&#xd;
model.&#xd;
To demonstrate the utility and applicability of these complex machine learning techniques to&#xd;
the general public, the idea of creating an interactive interface has been conceived. This&#xd;
interface will provide users with a visually appealing and comprehensible experience, allowing&#xd;
them to firsthand experience how the developed machine learning model operates.&#xd;
One of the main objectives is to eliminate barriers between machine learning techniques and&#xd;
the general public. This involves making often complex concepts accessible, exciting, and, most&#xd;
importantly, useful. The aim is to show that machine learning, as well as the practice of&#xd;
Machine Learning Operations, is not just a powerful tool in the hands of experts but also a&#xd;
technology that can have a direct impact on improving research.</mods:abstract>
<mods:language>
<mods:languageTerm>spa</mods:languageTerm>
</mods:language>
<mods:accessCondition type="useAndReproduction">http://creativecommons.org/licenses/by-nc-nd/4.0/</mods:accessCondition>
<mods:accessCondition type="useAndReproduction">info:eu-repo/semantics/openAccess</mods:accessCondition>
<mods:accessCondition type="useAndReproduction">Attribution-NonCommercial-NoDerivatives 4.0 Internacional</mods:accessCondition>
<mods:subject>
<mods:topic>Inteligencia Artificial</mods:topic>
</mods:subject>
<mods:subject>
<mods:topic>Red Neuronal</mods:topic>
</mods:subject>
<mods:subject>
<mods:topic>Algoritmo</mods:topic>
</mods:subject>
<mods:subject>
<mods:topic>Artificial Intelligence</mods:topic>
</mods:subject>
<mods:subject>
<mods:topic>Machine Learning</mods:topic>
</mods:subject>
<mods:subject>
<mods:topic>Neural Network</mods:topic>
</mods:subject>
<mods:subject>
<mods:topic>Algorithm</mods:topic>
</mods:subject>
<mods:subject>
<mods:topic>Machine Learning Operations (MLOps)</mods:topic>
</mods:subject>
<mods:titleInfo>
<mods:title>Desarrollo de Técnicas de Machine Learning Operations (MLOPS)</mods:title>
</mods:titleInfo>
<mods:genre>info:eu-repo/semantics/bachelorThesis</mods:genre>
</mods:mods></metadata></record></GetRecord></OAI-PMH>