190 results on '"Asencio-Cortés, Gualberto"'
Search Results
2. Feature-Aware Drop Layer (FADL): A Nonparametric Neural Network Layer for Feature Selection
- Author
-
Jiménez-Navarro, Manuel Jesús, Martínez-Ballesteros, María, Sousa Brito, Isabel Sofia, Martínez-Álvarez, Francisco, Asencio-Cortés, Gualberto, Kacprzyk, Janusz, Series Editor, Gomide, Fernando, Advisory Editor, Kaynak, Okyay, Advisory Editor, Liu, Derong, Advisory Editor, Pedrycz, Witold, Advisory Editor, Polycarpou, Marios M., Advisory Editor, Rudas, Imre J., Advisory Editor, Wang, Jun, Advisory Editor, García Bringas, Pablo, editor, Pérez García, Hilde, editor, Martinez-de-Pison, Francisco Javier, editor, Villar Flecha, José Ramón, editor, Troncoso Lora, Alicia, editor, de la Cal, Enrique A., editor, Herrero, Álvaro, editor, Martínez Álvarez, Francisco, editor, Psaila, Giuseppe, editor, Quintián, Héctor, editor, and Corchado Rodriguez, Emilio S., editor
- Published
- 2023
- Full Text
- View/download PDF
3. Olive Phenology Forecasting Using Information Fusion-Based Imbalanced Preprocessing and Automated Deep Learning
- Author
-
Chacón-Maldonado, Andrés Manuel, Molina-Cabanillas, Miguel Angel, Troncoso, Alicia, Martínez-Álvarez, Francisco, Asencio-Cortés, Gualberto, Goos, Gerhard, Founding Editor, Hartmanis, Juris, Founding Editor, Bertino, Elisa, Editorial Board Member, Gao, Wen, Editorial Board Member, Steffen, Bernhard, Editorial Board Member, Yung, Moti, Editorial Board Member, García Bringas, Pablo, editor, Pérez García, Hilde, editor, Martínez de Pisón, Francisco Javier, editor, Villar Flecha, José Ramón, editor, Troncoso Lora, Alicia, editor, de la Cal, Enrique A., editor, Herrero, Álvaro, editor, Martínez Álvarez, Francisco, editor, Psaila, Giuseppe, editor, Quintián, Héctor, editor, and Corchado, Emilio, editor
- Published
- 2022
- Full Text
- View/download PDF
4. Earthquake Prediction in California Using Feature Selection Techniques
- Author
-
Roiz-Pagador, Joaquin, Chacon-Maldonado, Andres, Ruiz, Roberto, Asencio-Cortes, Gualberto, Kacprzyk, Janusz, Series Editor, Pal, Nikhil R., Advisory Editor, Bello Perez, Rafael, Advisory Editor, Corchado, Emilio S., Advisory Editor, Hagras, Hani, Advisory Editor, Kóczy, László T., Advisory Editor, Kreinovich, Vladik, Advisory Editor, Lin, Chin-Teng, Advisory Editor, Lu, Jie, Advisory Editor, Melin, Patricia, Advisory Editor, Nedjah, Nadia, Advisory Editor, Nguyen, Ngoc Thanh, Advisory Editor, Wang, Jun, Advisory Editor, Sanjurjo González, Hugo, editor, Pastor López, Iker, editor, García Bringas, Pablo, editor, Quintián, Héctor, editor, and Corchado, Emilio, editor
- Published
- 2022
- Full Text
- View/download PDF
5. Feature-Aware Drop Layer (FADL): A Nonparametric Neural Network Layer for Feature Selection
- Author
-
Jiménez-Navarro, Manuel Jesús, primary, Martínez-Ballesteros, María, additional, Sousa Brito, Isabel Sofia, additional, Martínez-Álvarez, Francisco, additional, and Asencio-Cortés, Gualberto, additional
- Published
- 2022
- Full Text
- View/download PDF
6. A Preliminary Study on Deep Transfer Learning Applied to Image Classification for Small Datasets
- Author
-
Molina, Miguel Ángel, Asencio-Cortés, Gualberto, Riquelme, José C., Martínez-Álvarez, Francisco, Kacprzyk, Janusz, Series Editor, Pal, Nikhil R., Advisory Editor, Bello Perez, Rafael, Advisory Editor, Corchado, Emilio S., Advisory Editor, Hagras, Hani, Advisory Editor, Kóczy, László T., Advisory Editor, Kreinovich, Vladik, Advisory Editor, Lin, Chin-Teng, Advisory Editor, Lu, Jie, Advisory Editor, Melin, Patricia, Advisory Editor, Nedjah, Nadia, Advisory Editor, Nguyen, Ngoc Thanh, Advisory Editor, Wang, Jun, Advisory Editor, Herrero, Álvaro, editor, Cambra, Carlos, editor, Urda, Daniel, editor, Sedano, Javier, editor, Quintián, Héctor, editor, and Corchado, Emilio, editor
- Published
- 2021
- Full Text
- View/download PDF
7. R package imputeTestbench to compare imputations methods for univariate time series
- Author
-
Bokde, Neeraj, Kulat, Kishore, Beck, Marcus W, and Asencio-Cortés, Gualberto
- Subjects
Statistics - Methodology ,Computer Science - Mathematical Software - Abstract
This paper describes the R package imputeTestbench that provides a testbench for comparing imputation methods for missing data in univariate time series. The imputeTestbench package can be used to simulate the amount and type of missing data in a complete dataset and compare filled data using different imputation methods. The user has the option to simulate missing data by removing observations completely at random or in blocks of different sizes. Several default imputation methods are included with the package, including historical means, linear interpolation, and last observation carried forward. The testbench is not limited to the default functions and users can add or remove additional methods using a simple two-step process. The testbench compares the actual missing and imputed data for each method with different error metrics, including RMSE, MAE, and MAPE. Alternative error metrics can also be supplied by the user. The simplicity of use and significant reduction in time to compare imputation methods for missing data in univariate time series is a significant advantage of the package. This paper provides an overview of the core functions, including a demonstration with examples.
- Published
- 2016
- Full Text
- View/download PDF
8. PSF : Introduction to R Package for Pattern Sequence Based Forecasting Algorithm
- Author
-
Bokde, Neeraj, Asencio-Cortés, Gualberto, Martínez-Álvarez, Francisco, and Kulat, Kishore
- Subjects
Statistics - Machine Learning - Abstract
This paper discusses about an R package that implements the Pattern Sequence based Forecasting (PSF) algorithm, which was developed for univariate time series forecasting. This algorithm has been successfully applied to many different fields. The PSF algorithm consists of two major parts: clustering and prediction. The clustering part includes selection of the optimum number of clusters. It labels time series data with reference to such clusters. The prediction part includes functions like optimum window size selection for specific patterns and prediction of future values with reference to past pattern sequences. The PSF package consists of various functions to implement the PSF algorithm. It also contains a function which automates all other functions to obtain optimized prediction results. The aim of this package is to promote the PSF algorithm and to ease its implementation with minimum efforts. This paper describes all the functions in the PSF package with their syntax. It also provides a simple example of usage. Finally, the usefulness of this package is discussed by comparing it to auto.arima and ets, well-known time series forecasting functions available on CRAN repository., Comment: Available at: https://journal.r-project.org/archive/2017/RJ-2017-021/index.html, The R Journal 2017
- Published
- 2016
- Full Text
- View/download PDF
9. Explaining deep learning models for ozone pollution prediction via embedded feature selection
- Author
-
Universidad de Sevilla. Departamento de Lenguajes y Sistemas Informáticos, Junta de Andalucía, Ministerio de Ciencia e Innovación (MICIN). España, Ministerio de Ciencia, Innovación y Universidades (MICINN). España, Jiménez Navarro, Manuel Jesús, Martínez Ballesteros, María del Mar, Martínez Álvarez, Francisco, Asencio Cortés, Gualberto, Universidad de Sevilla. Departamento de Lenguajes y Sistemas Informáticos, Junta de Andalucía, Ministerio de Ciencia e Innovación (MICIN). España, Ministerio de Ciencia, Innovación y Universidades (MICINN). España, Jiménez Navarro, Manuel Jesús, Martínez Ballesteros, María del Mar, Martínez Álvarez, Francisco, and Asencio Cortés, Gualberto
- Abstract
Ambient air pollution is a pervasive global issue that poses significant health risks. Among pollutants, ozone (O3) is responsible for an estimated 1 to 1.2 million premature deaths yearly. Furthermore, O3 adversely affects climate warming, crop productivity, and more. Its formation occurs when nitrogen oxides and volatile organic compounds react with short-wavelength solar radiation. Consequently, urban areas with high traffic volume and elevated temperatures are particularly prone to elevated O3 levels, which pose a significant health risk to their inhabitants. In response to this problem, many countries have developed web and mobile applications that provide real-time air pollution information using sensor data. However, while these applications offer valuable insight into current pollution levels, predicting future pollutant behavior is crucial for effective planning and mitigation strategies. Therefore, our main objectives are to develop accurate and efficient prediction models and identify the key factors that influence O3 levels. We adopt a time series forecasting approach to address these objectives, which allows us to analyze and predict future O3 behavior. Additionally, we tackle the feature selection problem to identify the most relevant features and periods that contribute to prediction accuracy by introducing a novel method called the Time Selection Layer in Deep Learning models, which significantly improves model performance, reduces complexity, and enhances interpretability. Our study focuses on data collected from five representative areas in Seville, Cordova, and Jaen provinces in Spain, using multiple sensors to capture comprehensive pollution data. We compare the performance of three models: Lasso, Decision Tree, and Deep Learning with and without incorporating the Time Selection Layer. Our results demonstrate that including the Time Selection Layer significantly enhances the effectiveness and interpretability of Deep Learning models, achieving an
- Published
- 2024
10. ASACO: Automatic and Serial Analysis of CO-expression to discover gene modifiers with potential use in drug repurposing.
- Author
-
Moral-Turón, Cristina, Asencio-Cortés, Gualberto, Rodriguez-Diaz, Francesc, Rubio, Alejandro, Navarro, Alberto G, Brokate-Llanos, Ana M, Garzón, Andrés, Muñoz, Manuel J, and Pérez-Pulido, Antonio J
- Subjects
- *
DRUG repositioning , *GENE expression , *DRUG utilization , *GENES , *DOSAGE forms of drugs - Abstract
Massive gene expression analyses are widely used to find differentially expressed genes under specific conditions. The results of these experiments are often available in public databases that are undergoing a growth similar to that of molecular sequence databases in the past. This now allows novel secondary computational tools to emerge that use such information to gain new knowledge. If several genes have a similar expression profile across heterogeneous transcriptomics experiments, they could be functionally related. These associations are usually useful for the annotation of uncharacterized genes. In addition, the search for genes with opposite expression profiles is useful for finding negative regulators and proposing inhibitory compounds in drug repurposing projects. Here we present a new web application, Automatic and Serial Analysis of CO-expression (ASACO), which has the potential to discover positive and negative correlator genes to a given query gene, based on thousands of public transcriptomics experiments. In addition, examples of use are presented, comparing with previous contrasted knowledge. The results obtained propose ASACO as a useful tool to improve knowledge about genes associated with human diseases and noncoding genes. ASACO is available at http://www.bioinfocabd.upo.es/asaco/. [ABSTRACT FROM AUTHOR]
- Published
- 2024
- Full Text
- View/download PDF
11. A Preliminary Study on Deep Transfer Learning Applied to Image Classification for Small Datasets
- Author
-
Molina, Miguel Ángel, primary, Asencio-Cortés, Gualberto, additional, Riquelme, José C., additional, and Martínez-Álvarez, Francisco, additional
- Published
- 2020
- Full Text
- View/download PDF
12. FS-Studio: An extensive and efficient feature selection experimentation tool for Weka Explorer
- Author
-
Chacón-Maldonado, Andrés Manuel, primary, Asencio-Cortés, Gualberto, additional, Martínez-Álvarez, Francisco, additional, and Troncoso, Alicia, additional
- Published
- 2023
- Full Text
- View/download PDF
13. Improving Earthquake Prediction with Principal Component Analysis: Application to Chile
- Author
-
Asencio-Cortés, Gualberto, Martínez-Álvarez, Francisco, Morales-Esteban, Antonio, Reyes, Jorge, Troncoso, Alicia, Goebel, Randy, Series editor, Tanaka, Yuzuru, Series editor, Wahlster, Wolfgang, Series editor, Onieva, Enrique, editor, Santos, Igor, editor, Osaba, Eneko, editor, Quintián, Héctor, editor, and Corchado, Emilio, editor
- Published
- 2015
- Full Text
- View/download PDF
14. An Efficient Nearest Neighbor Method for Protein Contact Prediction
- Author
-
Asencio-Cortés, Gualberto, Aguilar-Ruiz, Jesús S., Chamorro, Alfonso E. Márquez-, Goebel, Randy, Series editor, Tanaka, Yuzuru, Series editor, Wahlster, Wolfgang, Series editor, Onieva, Enrique, editor, Santos, Igor, editor, Osaba, Eneko, editor, Quintián, Héctor, editor, and Corchado, Emilio, editor
- Published
- 2015
- Full Text
- View/download PDF
15. A new deep learning architecture with inductive bias balance for transformer oil temperature forecasting
- Author
-
Universidad de Sevilla. Departamento de Lenguajes y Sistemas Informáticos, Univesidad de Sevilla. TIC-134: Sistemas Informáticos, Jiménez Navarro, Manuel Jesús, Martínez Ballesteros, María del Mar, Martínez-Álvarez, Francisco, Asencio-Cortés, Gualberto, Universidad de Sevilla. Departamento de Lenguajes y Sistemas Informáticos, Univesidad de Sevilla. TIC-134: Sistemas Informáticos, Jiménez Navarro, Manuel Jesús, Martínez Ballesteros, María del Mar, Martínez-Álvarez, Francisco, and Asencio-Cortés, Gualberto
- Abstract
Ensuring the optimal performance of power transformers is a laborious task in which the insulation system plays a vital role in decreasing their deterioration. The insulation system uses insulating oil to control temperature, as high temperatures can reduce the lifetime of the transformers and lead to expensive maintenance. Deep learning architectures have been demonstrated remarkable results in various fields. However, this improvement often comes at the cost of increased computing resources, which, in turn, increases the carbon footprint and hinders the optimization of architectures. In this study, we introduce a novel deep learning architecture that achieves a comparable efficacy to the best existing architectures in transformer oil temperature forecasting while improving efficiency. Effective forecasting can help prevent high temperatures and monitor the future condition of power transformers, thereby reducing unnecessary waste. To balance the inductive bias in our architecture, we propose the Smooth Residual Block, which divides the original problem into multiple subproblems to obtain different representations of the time series, collaboratively achieving the final forecasting. We applied our architecture to the Electricity Transformer datasets, which obtain transformer insulating oil temperature measures from two transformers in China. The results showed a 13% improvement in MSE and a 57% improvement in performance compared to the best current architectures, to the best of our knowledge. Moreover, we analyzed the architecture behavior to gain an intuitive understanding of the achieved solution.
- Published
- 2023
16. Novel efficient deep learning architectures for time series forecasting
- Author
-
Martínez Ballesteros, María del Mar, Asencio Cortés, Gualberto, Universidad de Sevilla. Departamento de Lenguajes y Sistemas Informáticos, Jiménez Navarro, Manuel Jesús, Martínez Ballesteros, María del Mar, Asencio Cortés, Gualberto, Universidad de Sevilla. Departamento de Lenguajes y Sistemas Informáticos, and Jiménez Navarro, Manuel Jesús
- Abstract
This thesis focuses on the study of time series prediction using the technique known as deep learning or neural networks. At the same time, a series of new methodological proposals are made, which improve the efficiency of existing architectures, applied to a series of real data sets that present a challenge today. The technique known as deep learning has gained great popularity in recent years due to its incredible results in areas such as computer vision, natural language processing and time series prediction, among others. This technique is inspired by the functioning of the basic brain cell, the neuron. Neurons are organized in layers forming a neural network, processing the input information and propagating its output to other layers of neurons until the final output is obtained. This technique has been adapted on multiple occasions to the prediction of time series, developing architectures with results that are competitive with the current state of the art. However, although effectiveness has been a great advantage, sometimes these architectures have degraded their efficiency, preventing their application in real scenarios. There are several ways to improve efficiency, reducing some of the aspects that take a large number of resources such as: memory needed to store the architecture, inference time or training time, among others. This thesis focuses on improving training time, since it is the bottleneck when experimenting with new architectures, optimizing existing architectures, or retraining architectures in certain real scenarios. Faced with the problem of efficiency presented by architectures in the field of deep learning or neural networks, four different proposals have been made, whose main objective is to obtain greater efficiency by obtaining equal or superior effectiveness with respect to the architectures used in the comparative analysis. The first of the proposals introduces the idea of incremental learning into the design of the architecture. This, La presente tesis se centra en el estudio de la predicción de series temporales mediante el uso de la técnica conocida como deep learning (aprendizaje profundo en español) o redes neuronales. A su vez, se realizan una serie de nuevas propuestas metodológicas, que mejoran la eficiencia de las arquitecturas existentes, aplicadas a una serie de conjunto de datos reales que presenta un reto en la sociedad actual. La técnica conocida como deep learning ha adquirido gran popularidad en los últimos años debido a sus increíbles resultados en áreas como la visión artificial, procesamiento del lenguaje natural y predicción de series temporales, entre otras. Esta técnica se inspira en el funcionamiento de la célula básica del cerebro, la neurona. Las neuronas se organizan en capas formando una red neuronal, procesando la información de entrada y propagando su salida hacia otras capas de neuronas hasta obtener la salida final. Esta técnica ha sido adaptada en múltiples ocasiones a la predicción de series temporales desarrollando arquitecturas con unos resultados con resultados competitivos con el estado del arte actual. Sin embargo, aunque la eficacia ha sido un gran punto a favor, en ocasiones estas arquitecturas han degradado su eficiencia impidiendo su aplicación en escenarios reales. Existen diversas formas de mejorar la eficiencia, reduciendo algunos de los aspectos que toman gran cantidad de recursos como: memoria necesaria para almacenar la arquitectura, tiempo de inferencia o tiempo de entrenamiento, entre otros. Esta tesis se centra en mejorar el tiempo de entrenamiento, pues, resulta el cuello de botella a la hora de experimentar con nuevas arquitecturas, optimizar las arquitecturas existentes o reentrenar arquitecturas en ciertos escenarios reales. Ante el problema de eficiencia que presentan las arquitecturas dentro del ámbito del deep learning o las redes neuronales, se han desarrollado cuatro propuestas diferentes con el objetivo de obtener una eficacia igual o su
- Published
- 2023
17. PHILNet: A novel efficient approach for time series forecasting using deep learning
- Author
-
Universidad de Sevilla. Departamento de Lenguajes y Sistemas Informáticos, Ministerio de Ciencia e Innovación (MICIN). España, Junta de Andalucía, Jiménez Navarro, Manuel Jesús, Martínez Ballesteros, María del Mar, Martínez Álvarez, Francisco, Asencio Cortés, Gualberto, Universidad de Sevilla. Departamento de Lenguajes y Sistemas Informáticos, Ministerio de Ciencia e Innovación (MICIN). España, Junta de Andalucía, Jiménez Navarro, Manuel Jesús, Martínez Ballesteros, María del Mar, Martínez Álvarez, Francisco, and Asencio Cortés, Gualberto
- Abstract
Time series is one of the most common data types in the industry nowadays. Forecasting the future of a time series behavior can be useful in planning ahead, saving time, resources, and helping avoid undesired scenarios. To make the forecasting, historical data is utilized due to the causal nature of the time series. Several deep learning algorithms have been presented in this area, where the input is processed through a series of non-linear functions to produce the output. We present a novel strategy to improve the performance of deep learning models in time series forecasting in terms of efficiency while reaching similar effectiveness. This approach separates the model into levels, starting with the easiest and continuing to the most difficult. The simpler levels deal with smoothed versions of the input, whereas the most sophisticated level deals with the raw data. This strategy seeks to mimic the human learning process, in which basic tasks are completed initially, followed by more precise and sophisticated ones. Our method achieved promising results, obtaining a 35% improvement in mean squared error and a 2.6 time decrease in training time compared with the best models found in a variety of time series.
- Published
- 2023
18. Explaining Learned Patterns in Deep Learning by Association Rules Mining
- Author
-
Universidad de Sevilla. Departamento de Lenguajes y Sistemas Informáticos, Ministerio de Ciencia e Innovación (MICIN). España, Junta de Andalucía, Jiménez Navarro, Manuel Jesús, Martínez Ballesteros, María del Mar, Martínez Álvarez, Francisco, Asencio Cortés, Gualberto, Universidad de Sevilla. Departamento de Lenguajes y Sistemas Informáticos, Ministerio de Ciencia e Innovación (MICIN). España, Junta de Andalucía, Jiménez Navarro, Manuel Jesús, Martínez Ballesteros, María del Mar, Martínez Álvarez, Francisco, and Asencio Cortés, Gualberto
- Abstract
This paper proposes a novel approach that combines an association rule algorithm with a deep learning model to enhance the interpretability of prediction outcomes. The study aims to gain insights into the patterns that were learned correctly or incorrectly by the model. To identify these scenarios, an association rule algorithm is applied to extract the patterns learned by the deep learning model. The rules are then analyzed and classified based on specific metrics to draw conclusions about the behavior of the model. We applied this approach to a well-known dataset in various scenarios, such as underfitting and overfitting. The results demonstrate that the combination of the two techniques is highly effective in identifying the patterns learned by the model and analyzing its performance in different scenarios, through error analysis. We suggest that this methodology can enhance the transparency and interpretability of black-box models, thus improving their reliability for real-world applications.
- Published
- 2023
19. Embedded Temporal Feature Selection for Time Series Forecasting Using Deep Learning
- Author
-
Universidad de Sevilla. Departamento de Lenguajes y Sistemas Informáticos, Ministerio de Ciencia e Innovación (MICIN). España, Junta de Andalucía, Jiménez Navarro, Manuel Jesús, Martínez Ballesteros, María del Mar, Martínez Álvarez, Francisco, Asencio Cortés, Gualberto, Universidad de Sevilla. Departamento de Lenguajes y Sistemas Informáticos, Ministerio de Ciencia e Innovación (MICIN). España, Junta de Andalucía, Jiménez Navarro, Manuel Jesús, Martínez Ballesteros, María del Mar, Martínez Álvarez, Francisco, and Asencio Cortés, Gualberto
- Abstract
Traditional time series forecasting models often use all available variables, including potentially irrelevant or noisy features, which can lead to overfitting and poor performance. Feature selection can help address this issue by selecting the most informative variables in the temporal and feature dimensions. However, selecting the right features can be challenging for time series models. Embedded feature selection has been a popular approach, but many techniques do not include it in their design, including deep learning methods, which can lead to less efficient and effective feature selection. This paper presents a deep learning-based method for time series forecasting that incorporates feature selection to improve model efficacy and interpretability. The proposed method uses a multidimensional layer to remove irrelevant features along the temporal dimension. The resulting model is compared to several feature selection methods and experimental results demonstrate that the proposed approach can improve forecasting accuracy while reducing model complexity.
- Published
- 2023
20. Soft computing methods for the prediction of protein tertiary structures: A survey
- Author
-
Márquez-Chamorro, Alfonso E., Asencio-Cortés, Gualberto, Santiesteban-Toca, Cosme E., and Aguilar-Ruiz, Jesús S.
- Published
- 2015
- Full Text
- View/download PDF
21. A NSGA-II Algorithm for the Residue-Residue Contact Prediction
- Author
-
Márquez-Chamorro, Alfonso E., Divina, Federico, Aguilar-Ruiz, Jesús S., Bacardit, Jaume, Asencio-Cortés, Gualberto, Santiesteban-Toca, Cosme E., Hutchison, David, editor, Kanade, Takeo, editor, Kittler, Josef, editor, Kleinberg, Jon M., editor, Mattern, Friedemann, editor, Mitchell, John C., editor, Naor, Moni, editor, Nierstrasz, Oscar, editor, Pandu Rangan, C., editor, Steffen, Bernhard, editor, Sudan, Madhu, editor, Terzopoulos, Demetri, editor, Tygar, Doug, editor, Vardi, Moshe Y., editor, Weikum, Gerhard, editor, Giacobini, Mario, editor, Vanneschi, Leonardo, editor, and Bush, William S., editor
- Published
- 2012
- Full Text
- View/download PDF
22. Short-Range Interactions and Decision Tree-Based Protein Contact Map Predictor
- Author
-
Santiesteban-Toca, Cosme E., Asencio-Cortés, Gualberto, Márquez-Chamorro, Alfonso E., Aguilar-Ruiz, Jesús S., Hutchison, David, editor, Kanade, Takeo, editor, Kittler, Josef, editor, Kleinberg, Jon M., editor, Mattern, Friedemann, editor, Mitchell, John C., editor, Naor, Moni, editor, Nierstrasz, Oscar, editor, Pandu Rangan, C., editor, Steffen, Bernhard, editor, Sudan, Madhu, editor, Terzopoulos, Demetri, editor, Tygar, Doug, editor, Vardi, Moshe Y., editor, Weikum, Gerhard, editor, Giacobini, Mario, editor, Vanneschi, Leonardo, editor, and Bush, William S., editor
- Published
- 2012
- Full Text
- View/download PDF
23. Prediction of Mitochondrial Matrix Protein Structures Based on Feature Selection and Fragment Assembly
- Author
-
Asencio-Cortés, Gualberto, Aguilar-Ruiz, Jesús S., Márquez-Chamorro, Alfonso E., Ruiz, Roberto, Santiesteban-Toca, Cosme E., Hutchison, David, editor, Kanade, Takeo, editor, Kittler, Josef, editor, Kleinberg, Jon M., editor, Mattern, Friedemann, editor, Mitchell, John C., editor, Naor, Moni, editor, Nierstrasz, Oscar, editor, Pandu Rangan, C., editor, Steffen, Bernhard, editor, Sudan, Madhu, editor, Terzopoulos, Demetri, editor, Tygar, Doug, editor, Vardi, Moshe Y., editor, Weikum, Gerhard, editor, Giacobini, Mario, editor, Vanneschi, Leonardo, editor, and Bush, William S., editor
- Published
- 2012
- Full Text
- View/download PDF
24. A Decision Tree-Based Method for Protein Contact Map Prediction
- Author
-
Toca, Cosme Ernesto Santiesteban, Márquez Chamorro, Alfonso E., Asencio Cortés, Gualberto, Aguilar-Ruiz, Jesus S., Hutchison, David, Series editor, Kanade, Takeo, Series editor, Kittler, Josef, Series editor, Kleinberg, Jon M., Series editor, Mattern, Friedemann, Series editor, Mitchell, John C., Series editor, Naor, Moni, Series editor, Nierstrasz, Oscar, Series editor, Pandu Rangan, C., Series editor, Steffen, Bernhard, Series editor, Sudan, Madhu, Series editor, Terzopoulos, Demetri, Series editor, Tygar, Doug, Series editor, Vardi, Moshe Y., Series editor, Weikum, Gerhard, Series editor, Pizzuti, Clara, editor, Ritchie, Marylyn D., editor, and Giacobini, Mario, editor
- Published
- 2011
- Full Text
- View/download PDF
25. A Nearest Neighbour-Based Approach for Viral Protein Structure Prediction
- Author
-
Asencio Cortés, Gualberto, Aguilar-Ruiz, Jesús S., Márquez Chamorro, Alfonso E., Hutchison, David, Series editor, Kanade, Takeo, Series editor, Kittler, Josef, Series editor, Kleinberg, Jon M., Series editor, Mattern, Friedemann, Series editor, Mitchell, John C., Series editor, Naor, Moni, Series editor, Nierstrasz, Oscar, Series editor, Pandu Rangan, C., Series editor, Steffen, Bernhard, Series editor, Sudan, Madhu, Series editor, Terzopoulos, Demetri, Series editor, Tygar, Doug, Series editor, Vardi, Moshe Y., Series editor, Weikum, Gerhard, Series editor, Pizzuti, Clara, editor, Ritchie, Marylyn D., editor, and Giacobini, Mario, editor
- Published
- 2011
- Full Text
- View/download PDF
26. An Evolutionary Approach for Protein Contact Map Prediction
- Author
-
Márquez Chamorro, Alfonso E., Divina, Federico, Aguilar-Ruiz, Jesús S., Asencio Cortés, Gualberto, Hutchison, David, Series editor, Kanade, Takeo, Series editor, Kittler, Josef, Series editor, Kleinberg, Jon M., Series editor, Mattern, Friedemann, Series editor, Mitchell, John C., Series editor, Naor, Moni, Series editor, Nierstrasz, Oscar, Series editor, Pandu Rangan, C., Series editor, Steffen, Bernhard, Series editor, Sudan, Madhu, Series editor, Terzopoulos, Demetri, Series editor, Tygar, Doug, Series editor, Vardi, Moshe Y., Series editor, Weikum, Gerhard, Series editor, Pizzuti, Clara, editor, Ritchie, Marylyn D., editor, and Giacobini, Mario, editor
- Published
- 2011
- Full Text
- View/download PDF
27. Serial co-expression analysis of host factors from SARS-CoV viruses highly converges with former high-throughput screenings and proposes key regulators
- Author
-
Pérez-Pulido, Antonio J. [0000-0003-3343-2822], Asencio-Cortés, Gualberto [0000-0003-0874-1826], Brokate-Llanos, Ana María [0000-0003-1715-8579], Brea-Calvo, Gloria [0000-0001-5536-6868], Rodríguez-Griñolo, M. Rosario [0000-0002-3312-0848], Garzón, Andrés [0000-0003-4299-7198], Muñoz, Manuel J. [0000-0002-0111-1541], Pérez-Pulido, Antonio J., Asencio-Cortés, Gualberto, Brokate-Llanos, Ana María, Brea-Calvo, Gloria, Rodríguez-Griñolo, M. Rosario, Garzón, Andrés, Muñoz, Manuel J., Pérez-Pulido, Antonio J. [0000-0003-3343-2822], Asencio-Cortés, Gualberto [0000-0003-0874-1826], Brokate-Llanos, Ana María [0000-0003-1715-8579], Brea-Calvo, Gloria [0000-0001-5536-6868], Rodríguez-Griñolo, M. Rosario [0000-0002-3312-0848], Garzón, Andrés [0000-0003-4299-7198], Muñoz, Manuel J. [0000-0002-0111-1541], Pérez-Pulido, Antonio J., Asencio-Cortés, Gualberto, Brokate-Llanos, Ana María, Brea-Calvo, Gloria, Rodríguez-Griñolo, M. Rosario, Garzón, Andrés, and Muñoz, Manuel J.
- Abstract
The current genomics era is bringing an unprecedented growth in the amount of gene expression data, only comparable to the exponential growth of sequences in databases during the last decades. This data allow the design of secondary analyses that take advantage of this information to create new knowledge. One of these feasible analyses is the evaluation of the expression level for a gene through a series of different conditions or cell types. Based on this idea, we have developed Automatic and Serial Analysis of CO-expression, which performs expression profiles for a given gene along hundreds of heterogeneous and normalized transcriptomics experiments and discover other genes that show either a similar or an inverse behavior. It might help to discover co-regulated genes, and common transcriptional regulators in any biological model. The present severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2) pandemic is an opportunity to test this novel approach due to the wealth of data that are being generated, which could be used for validating results. Thus, we have identified 35 host factors in the literature putatively involved in the infectious cycle of SARS-CoV viruses and searched for genes tightly co-expressed with them. We have found 1899 co-expressed genes whose assigned functions are strongly related to viral cycles. Moreover, this set of genes heavily overlaps with those identified by former laboratory high-throughput screenings (with P-value near 0). Our results reveal a series of common regulators, involved in immune and inflammatory responses that might be key virus targets to induce the coordinated expression of SARS-CoV-2 host factors.
- Published
- 2021
28. Serial co-expression analysis of host factors from SARS-CoV viruses highly converges with former high-throughput screenings and proposes key regulators and co-option of cellular pathways
- Author
-
Pérez-Pulido, Antonio J. [0000-0003-3343-2822], Asencio-Cortés, Gualberto [0000-0003-0874-1826], Brokate-Llanos, Ana María [0000-0003-1715-8579], Brea-Calvo, Gloria [0000-0001-5536-6868], Rodríguez-Griñolo, M. Rosario [0000-0002-3312-0848], Garzón, Andrés [0000-0003-4299-7198], Muñoz, Manuel J. [0000-0002-0111-1541], Pérez-Pulido, Antonio J., Asencio-Cortés, Gualberto, Brokate-Llanos, Ana María, Brea-Calvo, Gloria, Rodríguez-Griñolo, M. Rosario, Garzón, Andrés, Muñoz, Manuel J., Pérez-Pulido, Antonio J. [0000-0003-3343-2822], Asencio-Cortés, Gualberto [0000-0003-0874-1826], Brokate-Llanos, Ana María [0000-0003-1715-8579], Brea-Calvo, Gloria [0000-0001-5536-6868], Rodríguez-Griñolo, M. Rosario [0000-0002-3312-0848], Garzón, Andrés [0000-0003-4299-7198], Muñoz, Manuel J. [0000-0002-0111-1541], Pérez-Pulido, Antonio J., Asencio-Cortés, Gualberto, Brokate-Llanos, Ana María, Brea-Calvo, Gloria, Rodríguez-Griñolo, M. Rosario, Garzón, Andrés, and Muñoz, Manuel J.
- Abstract
The current genomics era is bringing an unprecedented growth in the amount of gene expression data, only comparable to the exponential growth of sequences in databases during the last decades. This data now allows the design of secondary analyses that take advantage of this information to create new knowledge through specific computational approaches. One of these feasible analyses is the evaluation of the expression level for a gene through a series of different conditions or cell types. Based on this idea, we have developed ASACO, Automatic and Serial Analysis of CO-expression, which performs expression profiles for a given gene along hundreds of normalized and heterogeneous transcriptomics experiments and discover other genes that show either a similar or an inverse behavior. It might help to discover co-regulated genes, and even common transcriptional regulators in any biological model, including human diseases or microbial infections. The present SARS-CoV-2 pandemic is an opportunity to test this novel approach due to the wealth of data that is being generated, which could be used for validating results. In addition, new cell mechanisms identified could become new therapeutic targets. Thus, we have identified 35 host factors in the literature putatively involved in the infectious cycle of SARS-CoV and/or SARS-CoV-2 and searched for genes tightly co-expressed with them. We have found around 1900 co-expressed genes whose assigned functions are strongly related to viral cycles. Moreover, this set of genes heavily overlap with those identified by former laboratory high-throughput screenings (with p-value near 0). Some of these genes aim to cellular structures such as the stress granules, which could be essential for the virus replication and thereby could constitute potential targets in the current fight against the virus. Additionally, our results reveal a series of common transcription regulators, involved in immune and inflammatory responses, that might be key v
- Published
- 2020
29. Automatic Eligibility of Sellers in an Online Marketplace: A Case Study of Amazon Algorithm
- Author
-
Universidad de Sevilla. Departamento de Estadística e investigación operativa, Universidad de Sevilla. FQM153: Estadística e investigación operativa, Gómez Losada, Álvaro, Asencio Cortés, Gualberto, Duch Brown, Néstor, Universidad de Sevilla. Departamento de Estadística e investigación operativa, Universidad de Sevilla. FQM153: Estadística e investigación operativa, Gómez Losada, Álvaro, Asencio Cortés, Gualberto, and Duch Brown, Néstor
- Abstract
Purchase processes on Amazon Marketplace begin at the Buy Box, which represents the buy click process through which numerous sellers compete. This study aimed to estimate empirically the relevant seller characteristics that Amazon could consider featuring in the Buy Box. To that end, 22 product categories from Italy’s Amazon web page were studied over a ten-month period, and the sellers were analyzed through their products featured in the Buy Box. Two different experiments were proposed and the results were analyzed using four classification algorithms (a neural network, random forest, support vector machine, and C5.0 decision trees) and a rule-based classification. The first experiment aimed to characterize sellers unspecifically by predicting their change at the Buy Box. The second one aimed to predict which seller would be featured in it. Both experiments revealed that the customer experience and the dynamics of the sellers’ prices were important features of the Buy Box. Additionally, we proposed a set of default features that Amazon could consider when no information about sellers was available. We also proposed the possible existence of a relationship or composition among important features that could be used for sellers to be featured in the Buy Box.
- Published
- 2022
30. DIAFAN-TL: An instance weighting-based transfer learning algorithm with application to phenology forecasting
- Author
-
Universidad de Sevilla. Departamento de Lenguajes y Sistemas Informáticos, Ministerio de Ciencia, Innovación y Universidades (MICINN). España, Molina Cabanillas, Miguel Ángel, Jiménez Navarro, Manuel Jesús, Arjona, Ricardo, Martínez Álvarez, Francisco, Asencio Cortés, Gualberto, Universidad de Sevilla. Departamento de Lenguajes y Sistemas Informáticos, Ministerio de Ciencia, Innovación y Universidades (MICINN). España, Molina Cabanillas, Miguel Ángel, Jiménez Navarro, Manuel Jesús, Arjona, Ricardo, Martínez Álvarez, Francisco, and Asencio Cortés, Gualberto
- Abstract
The agricultural sector has been, and still is, the most important economic sector in many countries. Due to advances in technology, the amount and variety of available data have been increasing over the years. However, compared to other economic sectors, there is not always enough quality data for one particular domain (crops, plantations, plots) to obtain acceptable forecasting results with machine learning algorithms. In this context, transfer learning can help extract knowledge from different but related domains with enough data to transfer it to a target domain with scarce data. This process can overcome forecasting accuracy compared to training models uniquely with data from the target domain. In this work, a novel instance weighting-based transfer learning algorithm is proposed and applied to the phenology forecasting problem. A new metric named DIAFAN is proposed to weight samples from different source domains according to their relationship with the target domain, promoting the diversity of the information and avoiding inconsistent samples. Additionally, a set of validation schemes is specifically designed to ensure fair comparisons in terms of data volume with other benchmark transfer learning algorithms. The proposed algorithm, DIAFAN-TL, is tested with a proposed dataset of 16 plots of olive groves from different places, including information fusion from satellite images, meteorological stations and human field sampling of crop phenology. DIAFAN-TL achieves a remarkable improvement with respect to 15 other well-known transfer learning algorithms and three nontransfer learning scenarios. Finally, several performance analyses according to the different phenological states, prediction horizons and source domains are also performed.
- Published
- 2022
31. Feature-Aware Drop Layer (FADL): A Nonparametric Neural Network Layer for Feature Selection
- Author
-
Universidad de Sevilla. Departamento de Lenguajes y Sistemas Informáticos, Ministerio de Ciencia e Innovación (MICIN). España, Junta de Andalucía, Jiménez Navarro, Manuel Jesús, Martínez Ballesteros, María del Mar, Sousa Brito, Isabel Sofía, Martínez Álvarez, Francisco, Asencio Cortés, Gualberto, Universidad de Sevilla. Departamento de Lenguajes y Sistemas Informáticos, Ministerio de Ciencia e Innovación (MICIN). España, Junta de Andalucía, Jiménez Navarro, Manuel Jesús, Martínez Ballesteros, María del Mar, Sousa Brito, Isabel Sofía, Martínez Álvarez, Francisco, and Asencio Cortés, Gualberto
- Abstract
Neural networks have proven to be a good alternative in application fields such as healthcare, time-series forecasting and artificial vision, among others, for tasks like regression or classification. Their potential has been particularly remarkable in unstructured data, but recently developed architectures or their ensemble with other classical methods have produced competitive results in structured data. Feature selection has several beneficial properties: improve efficacy, performance, problem understanding and data recollection time. However, as new data sources become available and new features are generated using feature engineering techniques, more computational resources are required for feature selection methods. Feature selection takes an exorbitant amount of time in datasets with numerous features, making it impossible to use or achieving suboptimal selections that do not reflect the underlying behavior of the problem. We propose a nonparametric neural network layer which provides all the benefits of feature selection while requiring few changes to the architecture. Our method adds a novel layer at the beginning of the neural network, which removes the influence of features during training, adding inherent interpretability to the model without extra parameterization. In contrast to other feature selection methods, we propose an efficient and model-aware method to select the features with no need to train the model several times. We compared our method with a variety of popular feature selection strategies and datasets, showing remarkable results.
- Published
- 2022
32. Automatic Eligibility of Sellers in an Online Marketplace: A Case Study of Amazon Algorithm
- Author
-
Gómez-Losada, Álvaro, primary, Asencio-Cortés, Gualberto, additional, and Duch-Brown, Néstor, additional
- Published
- 2022
- Full Text
- View/download PDF
33. Coronavirus Optimization Algorithm: A Bioinspired Metaheuristic Based on the COVID-19 Propagation Model
- Author
-
Universidad de Sevilla. Departamento de Lenguajes y Sistemas Informáticos, Ministerio de Economía y Competitividad (MINECO). España, Martínez Álvarez, Francisco, Asencio Cortés, Gualberto, Torres, J. F., Gutiérrez Avilés, David, Melgar García, Laura, Pérez Chacón, R., Rubio Escudero, Cristina, Riquelme Santos, José Cristóbal, Troncoso Lora, Alicia, Universidad de Sevilla. Departamento de Lenguajes y Sistemas Informáticos, Ministerio de Economía y Competitividad (MINECO). España, Martínez Álvarez, Francisco, Asencio Cortés, Gualberto, Torres, J. F., Gutiérrez Avilés, David, Melgar García, Laura, Pérez Chacón, R., Rubio Escudero, Cristina, Riquelme Santos, José Cristóbal, and Troncoso Lora, Alicia
- Abstract
This study proposes a novel bioinspired metaheuristic simulating how the coronavirus spreads and infects healthy people. From a primary infected individual (patient zero), the coronavirus rapidly infects new victims, creating large populations of infected people who will either die or spread infection. Relevant terms such as reinfection probability, super-spreading rate, social distancing measures, or traveling rate are introduced into the model to simulate the coronavirus activity as accurately as possible. The infected population initially grows exponentially over time, but taking into consideration social isolation measures, the mortality rate, and number of recoveries, the infected population gradually decreases. The coronavirus optimization algorithm has two major advantages when compared with other similar strategies. First, the input parameters are already set according to the disease statistics, preventing researchers from initializing them with arbitrary values. Second, the approach has the ability to end after several iterations, without setting this value either. Furthermore, a parallel multivirus version is proposed, where several coronavirus strains evolve over time and explore wider search space areas in less iterations. Finally, the metaheuristic has been combined with deep learning models, to find optimal hyperparameters during the training phase. As application case, the problem of electricity load time series forecasting has been addressed, showing quite remarkable performance.
- Published
- 2020
34. A preliminary study on deep transfer learning applied to image classification for small datasets
- Author
-
Universidad de Sevilla. Departamento de Lenguajes y Sistemas Informáticos, Ministerio de Economía y Competitividad (MINECO). España, Molina, Miguel Ángel, Asencio Cortés, Gualberto, Riquelme Santos, José Cristóbal, Martínez Álvarez, Francisco, Universidad de Sevilla. Departamento de Lenguajes y Sistemas Informáticos, Ministerio de Economía y Competitividad (MINECO). España, Molina, Miguel Ángel, Asencio Cortés, Gualberto, Riquelme Santos, José Cristóbal, and Martínez Álvarez, Francisco
- Abstract
A new transfer learning strategy is proposed for image classification in this work, based on an 8-layer convolutional neural network. The transfer learning process consists in a training phase of the neural network on a source dataset of images. Then, the last two layers are retrained using a different small target dataset of images. A preliminary study was conducted to train and test the transfer learning proposal on Malaria cell images for a binary classification problem. The methodology proposed has provided a 6.76% of improvement with respect to other three different strategies of training non-transfer learning models. The results achieved are quite promising and encourage to conduct further research in this field.
- Published
- 2020
35. Serial co-expression analysis of host factors from SARS-CoV viruses highly converges with former high-throughput screenings and proposes key regulators
- Author
-
Pérez-Pulido, Antonio J, primary, Asencio-Cortés, Gualberto, additional, Brokate-Llanos, Ana M, additional, Brea-Calvo, Gloria, additional, Rodríguez-Griñolo, Rosario, additional, Garzón, Andrés, additional, and Muñoz, Manuel J, additional
- Published
- 2021
- Full Text
- View/download PDF
36. A NSGA-II Algorithm for the Residue-Residue Contact Prediction
- Author
-
Márquez-Chamorro, Alfonso E., primary, Divina, Federico, additional, Aguilar-Ruiz, Jesús S., additional, Bacardit, Jaume, additional, Asencio-Cortés, Gualberto, additional, and Santiesteban-Toca, Cosme E., additional
- Published
- 2012
- Full Text
- View/download PDF
37. Prediction of Mitochondrial Matrix Protein Structures Based on Feature Selection and Fragment Assembly
- Author
-
Asencio-Cortés, Gualberto, primary, Aguilar-Ruiz, Jesús S., additional, Márquez-Chamorro, Alfonso E., additional, Ruiz, Roberto, additional, and Santiesteban-Toca, Cosme E., additional
- Published
- 2012
- Full Text
- View/download PDF
38. Short-Range Interactions and Decision Tree-Based Protein Contact Map Predictor
- Author
-
Santiesteban-Toca, Cosme E., primary, Asencio-Cortés, Gualberto, additional, Márquez-Chamorro, Alfonso E., additional, and Aguilar-Ruiz, Jesús S., additional
- Published
- 2012
- Full Text
- View/download PDF
39. An Evolutionary Approach for Protein Contact Map Prediction
- Author
-
Márquez Chamorro, Alfonso E., primary, Divina, Federico, additional, Aguilar-Ruiz, Jesús S., additional, and Asencio Cortés, Gualberto, additional
- Published
- 2011
- Full Text
- View/download PDF
40. A Nearest Neighbour-Based Approach for Viral Protein Structure Prediction
- Author
-
Asencio Cortés, Gualberto, primary, Aguilar-Ruiz, Jesús S., additional, and Márquez Chamorro, Alfonso E., additional
- Published
- 2011
- Full Text
- View/download PDF
41. A Decision Tree-Based Method for Protein Contact Map Prediction
- Author
-
Toca, Cosme Ernesto Santiesteban, primary, Márquez Chamorro, Alfonso E., additional, Asencio Cortés, Gualberto, additional, and Aguilar-Ruiz, Jesus S., additional
- Published
- 2011
- Full Text
- View/download PDF
42. Serial co-expression analysis of host factors from SARS-CoV viruses highly converges with former high-throughput screenings and proposes key regulators and co-option of cellular pathways
- Author
-
Pérez-Pulido, Antonio J., primary, Asencio-Cortés, Gualberto, additional, Brokate-Llanos, Ana M., additional, Brea-Calvo, Gloria, additional, Rodríguez-Griñolo, Rosario, additional, Garzón, Andrés, additional, and Muñoz, Manuel J., additional
- Published
- 2020
- Full Text
- View/download PDF
43. A Novel Hybrid Algorithm to Forecast Functional Time Series Based on Pattern Sequence Similarity with Application to Electricity Demand
- Author
-
Martínez-Álvarez, Francisco, primary, Schmutz, Amandine, additional, Asencio-Cortés, Gualberto, additional, and Jacques, Julien, additional
- Published
- 2018
- Full Text
- View/download PDF
44. A novel approach to forecast urban surface-level ozone considering heterogeneous locations and limited information
- Author
-
Universidad de Sevilla. Departamento de Estadística e Investigación Operativa, Gómez Losada, Álvaro, Asencio Cortés, Gualberto, Martínez Álvarez, F., Riquelme, J.C., Universidad de Sevilla. Departamento de Estadística e Investigación Operativa, Gómez Losada, Álvaro, Asencio Cortés, Gualberto, Martínez Álvarez, F., and Riquelme, J.C.
- Abstract
Surface ozone (O3) is considered an hazard to human health, affecting vegetation crops and ecosystems. Accurate time and location O3 forecasting can help to protect citizens to unhealthy exposures when high levels are expected. Usually, forecasting models use numerous O3 precursors as predictors, limiting the reproducibility of these models to the availability of such information from data providers. This study introduces a 24 h-ahead hourly O3 concentrations forecasting methodology based on bagging and ensemble learning, using just two predictors with lagged O3 concentrations. This methodology was applied on ten-year time series (2006–2015) from three major urban areas of Andalusia (Spain). Its forecasting performance was contrasted with an algorithm especially designed to forecast time series exhibiting temporal patterns. The proposed methodology outperforms the contrast algorithm and yields comparable results to others existing in literature. Its use is encouraged due to its forecasting performance and wide applicability, but also as benchmark methodology.
- Published
- 2018
45. Data Field-Based K-Means Clustering for Spatio-Temporal Seismicity Analysis and Hazard Assessment
- Author
-
Shang, Xueyi, primary, Li, Xibing, additional, Morales-Esteban, Antonio, additional, Asencio-Cortés, Gualberto, additional, and Wang, Zewei, additional
- Published
- 2018
- Full Text
- View/download PDF
46. R Package imputeTestbench to Compare Imputation Methods for Univariate Time Series
- Author
-
Beck, Marcus,W, primary, Bokde, Neeraj, additional, Asencio-Cortés, Gualberto, additional, and Kulat, Kishore, additional
- Published
- 2018
- Full Text
- View/download PDF
47. Large Earthquake Magnitude Prediction in Chile with Imbalanced Classifiers and Ensemble Learning
- Author
-
Fernández-Gómez, Manuel, primary, Asencio-Cortés, Gualberto, additional, Troncoso, Alicia, additional, and Martínez-Álvarez, Francisco, additional
- Published
- 2017
- Full Text
- View/download PDF
48. PSF: Introduction to R Package for Pattern Sequence Based Forecasting Algorithm
- Author
-
Bokde, Neeraj, primary, Asencio-Cortés, Gualberto, additional, Martínez-Álvarez, Francisco, additional, and Kulat, Kishore, additional
- Published
- 2017
- Full Text
- View/download PDF
49. Soft computing methods for the prediction of protein tertiary structures: A survey
- Author
-
Márquez Chamorro, Alfonso Eduardo, Asencio Cortés, Gualberto, Santiesteban Toca, Cosme E., Aguilar Ruiz, Jesús Salvador, Universidad de Sevilla. Departamento de Lenguajes y Sistemas Informáticos, Universidad de Sevilla. TIC205: Ingeniería del Software Aplicada, Junta de Andalucía, and Ministerio de Educación y Ciencia (MEC). España
- Subjects
Soft computing ,Protein contact map ,Support vector machines ,Protein structure prediction ,Evolutionary algorithms ,Neural networks - Abstract
The problem of protein structure prediction (PSP) represents one of the most important challenges in computational biology. Determining the three dimensional structure of proteins is necessary to under stand their functions at molecular level. The most representative soft computing approaches for solving the protein tertiary structure prediction problem are summarized in this paper. These approaches have been categorized following the type of methodology. A total of 90 relevant works published in last 15 years in the field of protein structure prediction have been reported, including the best competitors in last CASP editions. However, despite large research effort in last decades, a considerable scope for further improvement still remains in this area. Junta de Andalucía P07-TIC-02611 Ministerio de Educación y Ciencia TIN2011-28956-C02-01
- Published
- 2015
50. Proyectos dinámicos para el aprendizaje en los primeros cursos de las enseñanzas de programación informática
- Author
-
Márquez Chamorro, Alfonso Eduardo, Asencio Cortés, Gualberto, Giráldez Rojo, Raúl, Troncoso Lora, Alicia, Universidad de Sevilla. Departamento de Lenguajes y Sistemas Informáticos, and Universidad de Sevilla. TIC205: Ingeniería del Software Aplicada
- Subjects
Asignatura programación ,Innovación ,Aprendizaje ,Proyecto ,Ingeniería informática ,Primer curso - Abstract
Hoy en día, el Espacio Europeo de Educación Superior ha propiciado la modificación de las estructuras rígidas, que estaban establecidas en todas las universidades españolas, para convertir a los estudiantes en el centro del proceso de enseñanza-aprendizaje que en las mismas se lleva a cabo. En particular, en las ingenierías siempre ha existido un número muy elevado de abandonos y los estudiantes en su mayoría consiguen graduarse en un número de años muy superior al número de años de la titulación. Esto hace especialmente interesante la aplicación de nuevas metodologías en el aula para lograr mejorar el aprendizaje, y a su vez conseguir mejores tasas de rendimiento, eficiencia y graduación, necesarias para la acreditación de los títulos. En este contexto, se plantea una propuesta basada en proyectos dinámicos para el aprendizaje en asignaturas relacionadas con la programación informática que suelen estar en los primeros cursos de titulaciones de ingeniería y que suelen ser bastante áridas para los estudiantes que inician estos estudios sin ningún tipo de conocimiento en programación. La propuesta consiste en el diseño de un proyecto global en la asignatura que pueda ser desarrollado de forma secuencial en las clases de enseñanzas prácticas. De esta forma, el estudiante va desarrollando el proyecto conforme va adquiriendo los conocimientos necesarios en clases de teoría y prácticas, y no al final del semestre cuando ya tiene todos los conocimientos. Para llevar esta experiencia a cabo es necesario diseñar miniproyectos, los cuales deben basarse los unos en los otros de forma secuencial
- Published
- 2014
Catalog
Discovery Service for Jio Institute Digital Library
For full access to our library's resources, please sign in.