9,674 research outputs found

    Classifiers With a Reject Option for Early Time-Series Classification

    Full text link
    Early classification of time-series data in a dynamic environment is a challenging problem of great importance in signal processing. This paper proposes a classifier architecture with a reject option capable of online decision making without the need to wait for the entire time series signal to be present. The main idea is to classify an odor/gas signal with an acceptable accuracy as early as possible. Instead of using posterior probability of a classifier, the proposed method uses the "agreement" of an ensemble to decide whether to accept or reject the candidate label. The introduced algorithm is applied to the bio-chemistry problem of odor classification to build a novel Electronic-Nose called Forefront-Nose. Experimental results on wind tunnel test-bed facility confirms the robustness of the forefront-nose compared to the standard classifiers from both earliness and recognition perspectives

    Solar Power Forecasting

    Get PDF
    Solar energy is a promising environmentally-friendly energy source. Yet its variability affects negatively the large-scale integration into the electricity grid and therefore accurate forecasting of the power generated by PV systems is needed. The objective of this thesis is to explore the possibility of using machine learning methods to accurately predict solar power. We first explored the potential of instance-based methods and proposed two new methods: the data source weighted nearest neighbour (DWkNN) and the extended Pattern Sequence Forecasting (PSF) algorithms. DWkNN uses multiple data sources and considers their importance by learning the best weights based on previous data. PSF1 and PSF2 extended the standard PSF algorithm deal with data from multiple related time series. Then, we proposed two clustering-based methods for PV power prediction: direct and pair patterns. We used clustering to partition the days into groups with similar weather characteristics and then created a separate PV power prediction model for each group. The direct clustering groups the days based on their weather profiles, while the pair patterns consider the weather type transition between two consecutive days. We also investigated ensemble methods and proposed static and dynamic ensembles of neural networks. We first proposed three strategies for creating static ensembles based on random example and feature sampling, as well as four strategies for creating dynamic ensembles by adaptively updating the weights of the ensemble members based on past performance. We then explored the use of meta-learning to further improve the performance of the dynamic ensembles. The methods proposed in this thesis can be used by PV plant and electricity market operators for decision making, improving the utilisation of the generated PV power, planning maintenance and also facilitating the large-scale integration of PV power in the electricity grid

    Fuel Consumption Prediction for a Passenger Ferry using Machine Learning and In-service Data: A Comparative Study

    Full text link
    As the importance of eco-friendly transportation increases, providing an efficient approach for marine vessel operation is essential. Methods for status monitoring with consideration to the weather condition and forecasting with the use of in-service data from ships requires accurate and complete models for predicting the energy efficiency of a ship. The models need to effectively process all the operational data in real-time. This paper presents models that can predict fuel consumption using in-service data collected from a passenger ship. Statistical and domain-knowledge methods were used to select the proper input variables for the models. These methods prevent over-fitting, missing data, and multicollinearity while providing practical applicability. Prediction models that were investigated include multiple linear regression (MLR), decision tree approach (DT), an artificial neural network (ANN), and ensemble methods. The best predictive performance was from a model developed using the XGboost technique which is a boosting ensemble approach. \rvv{Our code is available on GitHub at \url{https://github.com/pagand/model_optimze_vessel/tree/OE} for future research.Comment: 20 pages, 11 figures, 7 table

    Structural Forecasting for Short-term Tropical Cyclone Intensity Guidance

    Full text link
    Because geostationary satellite (Geo) imagery provides a high temporal resolution window into tropical cyclone (TC) behavior, we investigate the viability of its application to short-term probabilistic forecasts of TC convective structure to subsequently predict TC intensity. Here, we present a prototype model which is trained solely on two inputs: Geo infrared imagery leading up to the synoptic time of interest and intensity estimates up to 6 hours prior to that time. To estimate future TC structure, we compute cloud-top temperature radial profiles from infrared imagery and then simulate the evolution of an ensemble of those profiles over the subsequent 12 hours by applying a Deep Autoregressive Generative Model (PixelSNAIL). To forecast TC intensities at hours 6 and 12, we input operational intensity estimates up to the current time (0 h) and simulated future radial profiles up to +12 h into a ``nowcasting'' convolutional neural network. We limit our inputs to demonstrate the viability of our approach and to enable quantification of value added by the observed and simulated future radial profiles beyond operational intensity estimates alone. Our prototype model achieves a marginally higher error than the National Hurricane Center's official forecasts despite excluding environmental factors, such as vertical wind shear and sea surface temperature. We also demonstrate that it is possible to reasonably predict short-term evolution of TC convective structure via radial profiles from Geo infrared imagery, resulting in interpretable structural forecasts that may be valuable for TC operational guidance

    Big Data Analysis application in the renewable energy market: wind power

    Get PDF
    Entre as enerxías renovables, a enerxía eólica e unha das tecnoloxías mundiais de rápido crecemento. Non obstante, esta incerteza debería minimizarse para programar e xestionar mellor os activos de xeración tradicionais para compensar a falta de electricidade nas redes electricas. A aparición de técnicas baseadas en datos ou aprendizaxe automática deu a capacidade de proporcionar predicións espaciais e temporais de alta resolución da velocidade e potencia do vento. Neste traballo desenvólvense tres modelos diferentes de ANN, abordando tres grandes problemas na predición de series de datos con esta técnica: garantía de calidade de datos e imputación de datos non válidos, asignación de hiperparámetros e selección de funcións. Os modelos desenvolvidos baséanse en técnicas de agrupación, optimización e procesamento de sinais para proporcionar predicións de velocidade e potencia do vento a curto e medio prazo (de minutos a horas)

    Forecasting and Prediction of Solar Energy Generation using Machine Learning Techniques

    Get PDF
    The growing demand for renewable energy sources, especially wind and solar power, has increased the requirement for precise forecasts in the energy production process. Using machine learning (ML)techniques offers a revolutionary way to deal with this problem, and this thesis uses machinelearning (ML) to estimate solar energy production with the goal of revolutionizing decision-making processes through the analysis of large datasets and the generation of accurate forecasts.Solar meteorological data is analyzed methodologically using regression, time series analysis, and deep learning algorithms. The study demonstrates how well machine learning-based forecasting works to anticipate future solar energy output. Quantitative evaluations show excellent prediction accuracy and verify the techniques used. For example, the key observations made were that the Multiple Linear Regression methods demonstrates reasonable predictive ability with moderate Mean Absolute Error (MAE) and Root Mean Squared Error (RMSE) values yet slightly lower R-squared values compared to other methods.The study also provides a reflective analysis of result significance, methodology dependability, and result generalizability, as well as a summary of its limits and recommendations for further study. The conclusion provides implications for broader applications across energy sectors and emphasizes the critical role that ML-based forecasting plays in predicting solar energy generation. By utilizing renewable energy sources like solar power, this approach aims to lessen dependency on non-renewable resources and pave the way for a more sustainable future

    Household Power Demand Prediction Using Evolutionary Ensemble Neural Network Pool with Multiple Network Structures

    Get PDF
    The progress of technology on energy and IoT fields has led to an increasingly complicated electric environment in low-voltage local microgrid, along with the extensions of electric vehicle, micro-generation, and local storage. It is required to establish a home energy management system (HEMS) to efficiently integrate and manage household energy micro-generation, consumption and storage, in order to realize decentralized local energy systems at the community level. Domestic power demand prediction is of great importance for establishing HEMS on realizing load balancing as well as other smart energy solutions with the support of IoT techniques. Artificial neural networks with various network types (e.g., DNN, LSTM/GRU based RNN) and other configurations are widely utilized on energy predictions. However, the selection of network configuration for each research is generally a case by case study achieved through empirical or enumerative approaches. Moreover, the commonly utilized network initialization methods assign parameter values based on random numbers, which cause diversity on model performance, including learning efficiency, forecast accuracy, etc. In this paper, an evolutionary ensemble neural network pool (EENNP) method is proposed to achieve a population of well-performing networks with proper combinations of configuration and initialization automatically. In the experimental study, power demand predictions of multiple households are explored in three application scenarios: optimizing potential network configuration set, forecasting single household power demand, and refilling missing data. The impacts of evolutionary parameters on model performance are investigated. The experimental results illustrate that the proposed method achieves better solutions on the considered scenarios. The optimized potential network configuration set using EENNP achieves a similar result to manual optimization. The results of household demand prediction and missing data refilling perform better than the naïve and simple predictors.publishedVersio
    corecore