1,857 research outputs found

    API de Google maps para un mapa de conocimiento de los asesores especializados de un centro de desarrollo empresarial

    Get PDF
    Existen sitios dedicados a asesorar a emprendedores y micro empresarios en temas de compras, producción, innovación, ventas, finanzas, etc. Tanto en México, como en otros países, existen los CDE (Centros de Desarrollo Empresarial) otros denominados Incubadoras de Empresas, donde se brinda apoyo a los emprendedores que inician una nueva empresa. En la Universidad Autónoma del Estado de México, se creó una red de Incubadoras de Empresas en los Centros Universitarios, Una de estas unidades se encuentra en el Centro Universitario UAEM Texcoco, donde se enfocó este proyecto. Una de las misiones de los CDE es ofrecer y llevar a cabo asesorías ante los problemas y retos de las empresas nacientes. Para lo anterior se creó una aplicación Web para administrar el conocimiento a través de un Mapa de Conocimiento. Los usuarios pueden consultar la existencia de conocimiento requerido; si existe, lo podrán visualizar en un mapa con ayuda de la API (Interfaz de Programación de Aplicaciones) de Google Maps. Para su uso, basta un dispositivo con conexión a internet. Esta aplicación busca apoyar a emprendedores y empresarios que tiene las preguntas: ¿El CDE Tiene el conocimiento qué requiero? ¿Quién tiene el conocimiento? ¿Dónde están los portadores del conocimiento? ¿Cómo y dónde los contacto? De existir el conocimiento en el mapa bastará contactar a algún portador y establecer una modalidad para la asesoría requerida. Se parte, de la búsqueda de conocimiento, su existencia, ubicación y forma de contactar al portador del conocimiento. Para lo anterior se logró una aplicación capaz de filtrar un tipo de conocimiento y el mapeo sobre la plataforma de la API de Google Maps

    Extraordinary Passive Safety in Cars Using a Sensor Network Model

    Get PDF
    Context: The automobile industry has included active and passive safety. Active safety incorporates elements to avoid crashes and collisions. Some elements are ABS brakes and stabilization bars, among others. On the other hand, passive safety avoids or minimizes damage to the occupants in the event of an accident. Some passive safety features include seat belts and front and curtain airbags for the driver and other occupants. Method: In this research work, we propose a new category called Extraordinary Passive Safety (XPS). A model of a sensor network was designed to inspect the conditions inside the car to detect fire, smoke, gases, and extreme temperatures. The sensors send data to a device (DXPS) capable of receiving and storing the data. Results: Each sensor collects data and sends it to the DXPS every period. The sensor sends 0s while there is no risk, and 1s when it detects a risk. When the DXPS receives a 1, the pattern is evaluated, and the risk is identified. Since there are several sensors, the reading pattern is a set of 0s (000000). When a pattern with one or more 1s (000100, 010101) is received, the DXPS can send an alert or activate a device. Conclusions: The proposed solution could save the lives of children left in the car or people trapped when the car catches fire. As future work, it is intended to define the devices to avoid or minimize damage to the occupants such as oxygen supply, gas extraction, regulating the temperature, among other

    Gestión del conocimiento en la micro y pequeña empresa mexicana de la industria del software

    Get PDF
    Las empresas que desarrollan software en México son microempresas con diez o menos empleados que no cuentan con sistemas de gestión del conocimiento. Se parte de un modelo de transferencia de conocimiento de los desarrolladores expertos a los no expertos, a través de un sistema de gestión del conocimiento. Se enfocó la investigación en conocer ¿Cómo sucede la gestión de conocimiento en las micro y pequeñas empresas que desarrollan software en México? Se encontró que el problema no es solo tecnológico, sino también cultural, en dichas organizaciones. Por lo anterior se diseñó un instrumento para medir la cultura de la gestión del conocimiento, se aplicó y se muestran los resultados. Se detectó que los desarrolladores consideran muy importante compartir el conocimiento y de hecho lo hacen informalmente. Se concluyó que dichas organizaciones deben incluir la gestión del conocimiento en sus procesos de desarrollo de softwar

    Identificar cobertura vegetal de suelo clasificando pixeles en imágenes hiperepectrales con SVM (maquinas de soporte vectorial)

    Get PDF
    Se realizó un experimento para clasificar 4 clases de cobertura vegetal de suelo usando imágenes hiperespectrales, con 63 bandas. Se trabajó con un pixel representado por vector de 63 características (uno por banda). Se probaron nueve filtros y el análisis sin filtro. Para la clasificación se usó una máquina de soporte vectorial (SVM), con un kernel perceptor multicapa (MLP). Se obtienen precisiones aceptables, mejorando muchas encontradas en la literatura [1] [2]. Con este trabajo se demuestra que es mejor usar imágenes hiperespectrales que las comúnmente usadas. Los resultados sugieren que es necesario emplear otras técnicas o pre-proceso para mejorar las clasificaciones en este tipo de imágenes

    Color characterization comparison for machine vision-based fruit recognition

    Get PDF
    In this paper we present a comparison between three color characterizations methods applied for fruit recognition, two of them are selected from two related works and the third is the authors’ proposal; in the three works, color is represented in the RGB space. The related works characterize the colors considering their intensity data; but employing the intensity data of colors in the RGB space may lead to obtain imprecise models of colors, because, in this space, despite two colors with the same chromaticity if they have different intensities then they represent different colors. Hence, we introduce a method to characterize the color of objects by extracting the chromaticity of colors; so, the intensity of colors does not influence significantly the color extraction. The color characterizations of these two methods and our proposal are implemented and tested to extract the color features of different fruit classes. The color features are concatenated with the shape characteristics, obtained using Fourier descriptors, Hu moments and four basic geometric features, to form a feature vector. A feed-forward neural network is employed as classifier; the performance of each method is evaluated using an image database with 12 fruit classes

    Computing the number of groups for color image segmentation using competitive neural networks and fuzzy c-means

    Get PDF
    Se calcula la cantidad de grupos en que los vectores de color son agrupados usando fuzzy c-meansFuzzy C-means (FCM) is one of the most often techniques employed for color image segmentation; the drawback with this technique is the number of clusters the data, pixels’ colors, is grouped must be defined a priori. In this paper we present an approach to compute the number of clusters automatically. A competitive neural network (CNN) and a self-organizing map (SOM) are trained with chromaticity samples of different colors; the neural networks process each pixel of the image to segment, where the activation occurrences of each neuron are collected in a histogram. The number of clusters is set by computing the number of the most activated neurons. The number of clusters is adjusted by comparing the similitude of colors. We show successful segmentation results obtained using images of the Berkeley segmentation database by training only one time the CNN and SOM, using only chromaticity data

    Color image segmentation using saturated RGB colors and decoupling the intensity from the hue

    Get PDF
    Although the RGB space is accepted to represent colors, it is not adequate for color processing. In related works the colors are usually mapped to other color spaces more suitable for color processing, but it may imply an important computational load because of the non-linear operations involved to map the colors between spaces; nevertheless, it is common to find in the state-of-the-art works using the RGB space. In this paper we introduce an approach for color image segmentation, using the RGB space to represent and process colors; where the chromaticity and the intensity are processed separately, mimicking the human perception of color, reducing the underlying sensitiveness to intensity of the RGB space. We show the hue of colors can be processed by training a self-organizing map with chromaticity samples of the most saturated colors, where the training set is small but very representative; once the neural network is trained it can be employed to process any given image without training it again. We create an intensity channel by extracting the magnitudes of the color vectors; by using the Otsu method, we compute the threshold values to divide the intensity range in three classes. We perform experiments with the Berkeley segmentation database; in order to show the benefits of our proposal, we perform experiments with a neural network trained with different colors by subsampling the RGB space, where the chromaticity and the intensity are processed jointly. We evaluate and compare quantitatively the segmented images obtained with both approaches. We claim to obtain competitive results with respect to related works

    Contrast enhacenment of RGB color images by histogram equalization of color vectors' intensities

    Get PDF
    Mejora del contraste de imagenes de color RGBThe histogram equalization (HE) is a technique developed for image contrast enhancement of grayscale images. For RGB (Red, Green, Blue) color images, the HE is usually applied in the color channels separately; due to correlation between the color channels, the chromaticity of colors is modified. In order to overcome this problem, the colors of the image are mapped to different color spaces where the chromaticity and the intensity of colors are decoupled; then, the HE is applied in the intensity channel. Mapping colors between different color spaces may involve a huge computational load, because the mathematical operations are not linear. In this paper we present a proposal for contrast enhancement of RGB color images, without mapping the colors to different color spaces, where the HE is applied to the intensities of the color vectors. We show that the images obtained with our proposal are very similar to the images processed in the HSV (Hue, Saturation, Value) and L*a*b* color spaces

    Simulación de enfermedades infecciosas en grandes poblaciones a través de un autómata celular estocástico paralelizado por GPU con C-Cuda

    Get PDF
    Un gran número de áreas de la ciencia están siendo beneficiadas con la reducción de tiempo de cómputo, gracias al uso de las Unidades Graficas de Proceso (GPU). En el caso de la Epidemiologia: agilizando la simulación de escenarios con poblaciones grandes donde el tiempo de procesamiento es muy significativo. El presente artículo introduce la simulación de eventos epidemiológicos basado en un modelo de Autómatas Celulares Estocástico (AC), el cual ofrece la implementación de las características principales de una enfermedad infecciosa a gran escala: Contacto, Vecindario, Trayectorias y Transmisibilidad. Un caso de estudio es simulado en una implementación del algoritmo AC, para una enfermedad Infecciosa de tipo SEIR (Susceptible, Expuesto, Infectado y Recuperado). En una población de 1, 000,000 de individuos, la cual es paralelizada a través de un algoritmo de balanceo de procesos implementado en C-CUDA. El resultado dado por el software paralelizado por GPU es comparado contra un análisis hecho del modelo paralelizado por multi-hilos CPU. Los resultados demuestran que el tiempo de cómputo puede ser reducido significativamente gracias al uso de C-CUDA

    Data selection based on decision tree for SVM classification on large data sets

    Get PDF
    Support Vector Machine (SVM) has important properties such as a strong mathematical background and a better generalization capability with respect to other classification methods. On the other hand, the major drawback of SVM occurs in its training phase, which is computationally expensive and highly dependent on the size of input data set. In this study, a new algorithm to speed up the training time of SVM is presented; this method selects a small and representative amount of data from data sets to improve training time of SVM. The novel method uses an induction tree to reduce the training data set for SVM, producing a very fast and high-accuracy algorithm. According to the results, the proposed algorithm produces results with similar accuracy and in a faster way than the current SVM implementations.Proyecto UAEM 3771/2014/C
    corecore