Búsqueda avanzada


Área de conocimiento




6956 resultados, página 5 de 10

Gestión de proyectos de TIC en Sinersystech con metodología de desarrollo DevOps

Juan Carlos Espino Ortega (2023, [Otro, Trabajo de grado, maestría])

La gestión de proyectos de TIC suele volverse caótica cuando no existe una metodología, con la suficiente madurez, de desarrollo, seguimiento y tampoco las herramientas necesarias para dar seguimiento a las actividades que se realizan en todas las etapas del proyecto. En este artículo abordaremos el uso de la metodología DevOps, así como las aplicaciones de software que pueden soportar el uso de esta para dar seguimiento al desarrollo de los proyectos de TIC en Sinersystech, se realiza revisión de estado del arte, se desarrolla cuestionario con un enfoque cualitativo para entender la situación actual de la empresa y para concluir se documentan las herramientas que nos pueden apoyar en los procesos de desarrollo de software dentro de la empresa adoptando la metodología de desarrollo DevOps, los beneficios de la integración de esta en todas las etapas del desarrollo optimizando, costos, tiempos de entrega y resultado hacia los clientes.

Gestión de proyectos Metodología de gestión de proyectos DevOps INGENIERÍA Y TECNOLOGÍA CIENCIAS TECNOLÓGICAS TECNOLOGÍA DE LAS TELECOMUNICACIONES TECNOLOGÍA DE LAS TELECOMUNICACIONES

Comparison of Different Classifiers and the Majority Voting Rule for the Detection of Plum Fruits in Garden Conditions.

Razieh Pourdarbani Sajad Sabzi Mario Hernández Hernández José Luis Hernández-Hernández Ginés García_Mateos Davood Kalantari José Miguel Molina Martínez (2019, [Artículo])

Color segmentation is one of the most thoroughly studied problems in agricultural applications of remote image capture systems, since it is the key step in several different tasks, such as crop harvesting, site specific spraying, and targeted disease control under natural light. This paper studies and compares five methods to segment plum fruit images under ambient conditions at 12 different light intensities, and an ensemble method combining them. In these methods, several color features in different color spaces are first extracted for each pixel, and then the most e

ective features are selected using a hybrid approach of artificial neural networks and the cultural algorithm (ANN-CA). The features selected among the 38 defined channels were the b* channel of L*a*b*, and the color purity index, C*, from L*C*h. Next, fruit/background segmentation is performed using five classifiers: artificial neural network-imperialist competitive algorithm (ANN-ICA); hybrid artificial neural network-harmony search (ANN-HS); support vector machines (SVM); k nearest neighbors (kNN); and linear discriminant analysis (LDA). In the ensemble method, the final class for each pixel is determined using the majority voting method. The experiments showed that the correct classification rate for the majority voting method excluding LDA was 98.59%, outperforming the results of the constituent methods.

remote sensing in agriculture artificial neural network hybridization environmental conditions majority voting plum segmentation INGENIERÍA Y TECNOLOGÍA CIENCIAS TECNOLÓGICAS TECNOLOGÍA DE LOS ALIMENTOS

Usando la descomposición de un grafo Halin para el diseño de algoritmos autoestabilizantes

Using Halin graph decomposition for the design of self-stabilizing algorithm

Daniel Uriel Orozco Lomelí (2023, [Tesis de maestría])

Sea G = (V, E) un grafo no dirigido. El problema de encontrar un conjunto independiente fuerte en G, es identificar un conjunto S ⊆ V , tal que dados dos vértices arbitrarios de S, éstos estén separados entre sí por el menos tres aristas. Encontrar un conjunto S de tamaño máximo pertenece a la clase NP-Difícil. Por otro lado, el problema de encontrar un conjunto dominante total en G es identificar un conjunto D ⊆ V , tal que cualquier vértice en V tenga al menos un vecino que pertenezca a D. Encontrar un conjunto D de tamaño mínimo también pertenece a la clase NP-Difícil. En este trabajo de tesis se diseñaron dos algoritmos, uno que resuelve el problema de encontrar un conjunto independiente fuerte maximal y otro que resuelve el problema de encontrar un conjunto dominante total minimal. Estos dos problemas son menos restrictivos que las versiones de optimización descritas al principio de este texto y se sabe que pertenecen a la clase P. Los algoritmos diseñados corren en un sistema distribuido, son autoestabilizantes, son tolerantes a fallas transitorias y funcionan para grafos Halin. Los grafos Halin pertenecen a la clase de grafos 2-outerplanares y tienen la propiedad de que se pueden partir en dos subgrafos muy conocidos, un árbol y un ciclo. Los algoritmos propuestos aprovechan la propiedad anterior para disminuir la complejidad de los mismos. Hasta donde tenemos conocimiento, los algoritmos propuestos, que corren en tiempo lineal en el número de vértices, son los algoritmos más rápidos existentes para los problemas del conjunto independiente fuerte maximal y el conjunto dominante total minimal.

Let G = (V, E) be an undirected graph. The problem of finding a strong stable set in G, is to identify a set S ⊆ V , such that given two arbitrary vertices of S, they are separated from each other by at least three edges. Finding a set S of maximum size belongs to the class NP-Hard. On the other hand, the problem of finding a total dominanting set in G is to identify a set D ⊆ V , such that any vertex in V has at least one neighbor belonging to D. Finding a set D of minimum size also belongs to the class NP-Hard. In this thesis work, two algorithms were designed, one that solves the problem of finding a maximal strong stable set and one that solves the problem of finding a minimal total dominanting set. These two problems are less restrictive than the optimization versions described at the beginning of this text and are known to belong to the P class. The designed algorithms run on a distributed system, are self-stabilizing, are transient fault tolerant, and work for Halin graphs. Halin graphs belong to the 2-outerplanar class of graphs and have the property that they can be split into two well-known subgraphs, a tree and a cycle. The proposed algorithms take advantage of the above property to decrease the complexity of the algorithms. To the best of our knowledge, the proposed algorithms, which run in linear time in the number of vertices, are the fastest existing algorithms for the maximal strong stable set and minimal total dominating set problems.

Grafo Halin, Sistemas Distribuidos, Autoestabilización, Conjunto Independiente Fuerte, Conjunto Dominante Total Halin Graph, Distributed Systems, Self-stabilizing, Strong Stable Set, Total Dominating Set INGENIERÍA Y TECNOLOGÍA CIENCIAS TECNOLÓGICAS TECNOLOGÍA DE LOS ORDENADORES LENGUAJES ALGORÍTMICOS LENGUAJES ALGORÍTMICOS

REAL TIME EMBBEDED RGB-D SLAM USING CNNS FOR DEPTH ESTIMATION AND FEATURE EXTRACTION

Marcos Renato Rocha Hernández (2023, [Tesis de maestría])

"A robust and efficient Simultaneous Localization and Mapping (SLAM) system is essential for intelligent mobile robots to work in unknown environments. For visual SLAM algorithms, though the theoretical framework has been well established for most aspects, feature extraction and association is still empirically de signed in most cases, and can be vulnerable in complex environments. Also, most of the most robust SLAM algorithms rely on special devices like a stereo camera or depth sensors, which can be expensive and give more complexity to the system, that is why monocular depth estimation is an essential task in the computer vision community. This work shows that feature extraction and depth estimation using a monocular camera with deep convolutional neural networks (CNNs) can be incorporated into a modern SLAM framework. The proposed SLAM system utilizes two CNNs, one to detect keypoints in each im age frame, and to give not only keypoint descriptors, but also a global descriptor of the whole image and the second one to make depth estimations from a single image frame, all using only a monocular camera."

SLAM Inteligencia Artificial CNN Sistemas embebidos Redes neuronales Cámara monocular INGENIERÍA Y TECNOLOGÍA CIENCIAS TECNOLÓGICAS TECNOLOGÍA DE LOS ORDENADORES INTELIGENCIA ARTIFICIAL INTELIGENCIA ARTIFICIAL

Classification of Cucumber Leaves Based on Nitrogen Content Using the Hyperspectral Imaging Technique and Majority Voting.

Sajad Sabzi Razieh Pourdarbani Mohammad Hossein Rohban Alejandro Fuentes_Penna José Luis Hernández-Hernández Mario Hernández Hernández (2021, [Artículo])

Improper usage of nitrogen in cucumber cultivation causes nitrate accumulation in the fruit and results in food poisoning in humans; therefore, mandatory evaluation of food products becomes inevitable. Hyperspectral imaging has a very good ability to evaluate the quality of fruits and vegetables in a non-destructive manner. The goal of the present paper was to identify excess nitrogen in cucumber plants. To obtain a reliable result, the majority voting method was used, which takes into account the unanimity of five classifiers, namely, the hybrid artificial neural network¿imperialism competitive algorithm (ANN-ICA), the hybrid artificial neural network¿harmonic search (ANN-HS) algorithm, linear discrimination analysis (LDA), the radial basis function network (RBF), and the Knearest- neighborhood (KNN). The wavelengths of 723, 781, and 901 nm were determined as optimal wavelengths using the hybrid artificial neural network¿biogeography-based optimization (ANNBBO) algorithm, and the performance of classifiers was investigated using the optimal spectrum. The results of a t-test showed that there was no significant difference in the precision of the algorithm when using the optimal wavelengths and wavelengths of the whole range. The correct classification rate of the classifiers ANN-ICA, ANN-HS, LDA, RBF, and KNN were 96.14%, 96.11%, 95.73%, 64.03%, and 95.24%, respectively. The correct classification rate of majority voting (MV) was 95.55% for test data in 200 iterations, which indicates the system was successful in distinguishing nitrogen-rich leaves from leaves with a standard content of nitrogen.

artificial neural network cucumber hyperspectral imaging majority voting nitrogen INGENIERÍA Y TECNOLOGÍA CIENCIAS TECNOLÓGICAS TECNOLOGÍA DE LOS ALIMENTOS

Interfaces hápticas para identificar marcadores digitales del Trastorno del Espectro Autista

Haptic interfaces to identify digital markers of Autism Spectrum Disorder

GLORIA IVONNE MONARCA PINTLE (2023, [Tesis de doctorado])

El uso de herramientas de cribado durante la infancia es de suma importancia para identificar a niños que pueden Trastorno del Espectro Autista (TEA); sin embargo, las pruebas que existen en la actualidad se basan en cuestionarios y observaciones contestadas por los padres por lo que el resultado puede ser subjetivo. Además, la mayoría de las pruebas de cribado se enfocan en el área social y de comunicación, dejando a un lado las características sensoriales, un área donde los padres notan las primeras señales de un desarrollo atípico. En los últimos años, ha crecido el interés por identificar marcadores digitales del TEA que puedan apoyar el cribado de dicho trastorno, usando tecnología que pueda ser usada en cualquier lugar y momento para agilizar el proceso de cribado. Hasta el momento, la investigación en torno a marcadores digitales del TEA relacionados con el procesamiento táctil, ha sido poco explorada debido a que la investigación se ha centrado en explorar otros comportamientos, como la atención visual, movimientos motores, y voz. El crecimiento de las interfaces hápticas abre la posibilidad de explorar el procesamiento táctil e identificar marcadores digitales del TEA. En esta tesis exploramos si las interfaces hápticas pueden ser usadas para promover y recolectar interacciones táctiles que revelen marcadores digitales del TEA. Para tener un mejor entendimiento de las interfaces hápticas, en este trabajo de tesis exploramos dos interfaces hápticas. Una interfaz háptica pasiva llamada BendableSound, la cual cuenta con una retroalimentación por textura y espacio; y una interfaz háptica activa llamada Feel and Touch, la cual es un juego móvil que utiliza patrones vibrotactiles para retroalimentar las interacciones de los niños. Los resultados muestran que las interfaces hápticas tienen la capacidad recolectar interacciones táctiles y revelar marcadores digitales que pueden estar asociados al TEA. En el caso pasivo, participaron 37 niños neurotípicos (NT) y 22 niños con TEA quienes interactuar con BendableSound; los resultados muestran que existen diferencias entre los niños NT y TEA en cuanto al ancho de las interacciones táctiles, la fuerza que aplican y el tiempo que utilizan para realizar interacciones táctiles. En el caso activo, participaron 36 niños NT y 19 niños con TEA quienes interactuaron con Feel and Touch; los resultados muestran que existen diferencias entre los niños NT y TEA en cuanto a la ...

The use of screening tools during infancy is crucial to identify children who are likely to have Autism Spectrum Disorder (ASD); however, the current screening tests are based on questionnaires and observations that parents answer bases on their observations; however, the results might be subjective. In addition, most screening tests focus on the assessment of social and communication skills, disregard sensory skills, an area where parents often notice the first signals of ASD. In recent years, there has been growing interest in identifying digital markers of ASD that can support screening, particularly those that that can be used at any time and any place to speed up the screening process. So far, research on digital markers of ASD related to tactile processing has been little explored due to the lack of tools to assess it. The growth of haptic interfaces opens the possibility to explore tactile processing and identify digital markers of ASD. In this thesis, we propose to investigate the use of haptic interfaces to promote and collect tactile interactions that can reveal digital markers of ASD. To have a better understanding of haptic interfaces, in this thesis work we explore two types of haptic interface. A passive haptic interface called BendableSound, which features texture and spatial feedback; and an active haptic interface called Feel and Touch, which is a mobile game that uses vibrotactile patterns to provide feedback on children’s interactions. The results show that haptic interfaces have the potential to collect touch interactions and reveal digital markers that may be associated with ASD. In the first case, 37 neurotypical (NT) children and 22 children with ASD participated and interacted with BendableSound; the results show that there are differences between NT and ASD children in the width of tactile interactions, the force they apply, and the time they use to perform tactile interactions. In the second case, 36 NT children and 19 children with ASD participated and interacted with Feel and Touch; the results show that there are differences between NT and ASD children in terms of the tilt they produce on the mobile when performing tactile interactions, the total acceleration they produce, and the closeness to the center of the screen of their tactile interactions. The results of this thesis indicate that haptic interfaces have the ability to gather touch interactions and uncover digital markers associated with ASD. The findings of this ...

autismo, cribado, marcadores digitales, interfaces hápticas, aprendizaje automático autism, screnning, digital markers, haptic interfaces, machine learning INGENIERÍA Y TECNOLOGÍA CIENCIAS TECNOLÓGICAS TECNOLOGÍA DE LOS ORDENADORES ORDENADORES DIGITALES ORDENADORES DIGITALES

Object manipulation by collaborative autonomous underwater vehicles driven by a model-free second-order sliding mode controller with finite-time convergence

JOSUE GONZALEZ GARCIA (2023, [Artículo])

https://orcid.org/0000-0001-5657-380X

The use of Autonomous Underwater Vehicles (AUV) has expanded in recent years to include them in inspection, maintenance, and repair missions. These missions require the automation of tasks such as autonomous navigation and station-keeping, which are pretty challenging due to the complexity of the vehicle itself and the underwater environment. Traditional control strategies have been used to deal with those problems before, but their performance is limited since they do not consider non-linearities, external disturbances, or model uncertainties. Non-traditional controllers have been explored too, but have shortcomings such as being model-based, parameter-dependant, or so. Additionally, the nature of some objects implies the involvement of multiple vehicles to manipulate them, making the manipulation mission even harder. Collaboration of AUVs is a strong challenge since underwater communications are limited or null. An advanced control strategy dealing with the trajectory tracking and the station-keeping problem would be desirable for simplicity and robustness. If this controller could also help coordinate multiple vehicles without requiring them to communicate with each other, it would make collaborative manipulation tasks reachable. For this purpose, a model-free high-order Sliding Mode Controller (SMC) is presented in this project. Unlike other control approaches, the proposed control strategy achieves finite-time convergence to a practical zero error in a time-base that the user can arbitrarily define. This characteristic will be used to coordinate the navigation of two AUVs to manipulate an object underwater. The performance of the proposed controller was evaluated by numerical simulations and experiments in a semi-Olympic swimming pool and compared with classic and state-of-the-art control strategies regarding trajectory tracking and station-keeping problems. Results have shown that the proposed controller can achieve finite-time convergence of the tracking errors to a practical zero value in the predefined time-base. Results also demonstrated that the convergence time could be arbitrarily selected by the user and achieved by the controller resulting in, as far as the author knows, the first controller with this characteristic for AUVs navigation. The simulations and experiments also showed that the proposed controller outperformed classical and state-of-the-art controllers regarding the Root Mean Square of the tracking errors and energy consumption. Finally, the proposed model-free high-order SMC coordinated two BlueROV2 vehicles in a collaborative manipulation mission without vehicle-to-vehicle communication. Numerical simulation results confirmed that the proposed controller could manage the vehicles to follow a predefined coordinated trajectory to approach, grip, transport, and release an object without communicating with each other.

Doctor of Philosophy In Engineering Science

INGENIERÍA Y TECNOLOGÍA CIENCIAS TECNOLÓGICAS TECNOLOGÍA DE LA INSTRUMENTACIÓN INGENIERÍA DE CONTROL INGENIERÍA Y TECNOLOGÍA CIENCIAS TECNOLÓGICAS TECNOLOGÍA NAVAL VEHÍCULOS SUBMARINOS

Neural network assisted composition for piano in jazz

Ismael Medina Muñoz (2023, [Tesis de maestría])

Artificial Intelligence has taken an important role in activities that were once considered exclusively human. Generative AI is a vibrant area of research, with increasing interest in application fields related to the arts. The recent plethora of innovations in fields like visual arts and natural language processing, which are able to engage in dialogue with users, are just two examples of commercial applications that are driving innovation research for big tech giants. It would not be untrue to say that these innovations are shaping mankind’s development.

Music is an investigative field that presents a challenge. Musical theory itself is challenging for humans, and music is as diverse and rich as the cultures in which it has evolved. This research and proposal is intended as a novel approach to creating a generative artificial intelligence that assists in piano composition for jazz tunes. This genre was selected because of the challenge that its richness and complexity for musical execution and interpretation pose.

By using a Recurrent Neural Net to create new sequences of n-notes from an initial n-note set and using a probabilistic approach to set the duration of each note in the produced n-notes set, the generative artificial intelligence described in this document is the piano composer assistant for jazz tunes.

Inteligencia Artificial INGENIERÍA Y TECNOLOGÍA CIENCIAS TECNOLÓGICAS TECNOLOGÍA DE LAS TELECOMUNICACIONES DISPOSITIVOS DE GRABACIÓN DISPOSITIVOS DE GRABACIÓN

Remoción de DQO y SST con biorreactor tipo Nereda escala laboratorio implementando una membrana de microfiltración y flujo en región laminar

José María Silva Corrugedo (2022, [Tesis de maestría])

El tratamiento de aguas residuales municipales es una práctica ampliamente

extendida para la reutilización y posterior reincorporación de aguas contaminadas a

las redes de distribución del vital líquido en una ciudad, ya sean redes industriales,

agrícolas o domésticas. La Ciudad de Chihuahua, capital del estado del mismo

nombre, no es la excepción al contar con dos plantas tratadoras de aguas residuales

(PTAR) para satisfacer la demanda de salubridad que requiere su población. Dichas

plantas tienen un proceso de lodos activados aerobios, por lo cual son consideradas

plantas convencionales.

Una de las desventajas que presentan dichos sistemas convencionales, es

la separación del lodo floculante, la cual se da mediante un proceso lento de

sedimentación. Gracias al desarrollo de los gránulos aerobios, en 2005 en los

Países Bajos, se puso en marcha la primera planta de tratamiento de aguas

residuales Nereda. Dicha tecnología consiste en aprovechar la geometría de los

gránulos, que permite una rápida sedimentación de estos, para formar una capa de

lodos al fondo del tanque de alimentación. Esta capa funciona como una barrera

física y es la clave para el funcionamiento de la tecnología Nereda, puesto que la

misma funge como un separador dentro del mismo tanque. Con la capa de lodo

presente, por la parte inferior del tanque se puede alimentar agua residual sin que

ésta entre en contacto con el agua ya tratada ubicada por encima del lodo. Así se

obtiene una ventaja por parte de la tecnología Nereda por sobre la granulación

aerobia tradicional, puesto que el llenado y vaciado del tanque se puede realizar de

manera simultánea.

DQO microfiltración biorreactor INGENIERÍA Y TECNOLOGÍA CIENCIAS TECNOLÓGICAS INGENIERÍA Y TECNOLOGÍA DEL MEDIO AMBIENTE OTRAS OTRAS