Search results for "Machine learning."

showing 10 items of 1455 documents

Machine learning for energy cost modelling in wastewater treatment plants.

2018

Understanding the energy cost structure of wastewater treatment plants is a relevant topic for plant managers due to the high energy costs and significant saving potentials. Currently, energy cost models are generally generated using logarithmic, exponential or linear functions that could produce not accurate results when the relationship between variables is highly complex and non-linear. In order to overcome this issue, this paper proposes a new methodology based on machine-learning algorithms that perform better with complex datasets. In this paper, machine learning was used to generate high-performing energy cost models for wastewater treatment plants, using a database of 317 wastewater…

High energyEnvironmental EngineeringLogarithmComputer science020209 energy02 engineering and technology010501 environmental sciencesManagement Monitoring Policy and LawWastewaterMachine learningcomputer.software_genre01 natural sciencesWaste Disposal FluidMachine LearningOrder (exchange)0202 electrical engineering electronic engineering information engineeringWaste Management and Disposal0105 earth and related environmental sciencesStructure (mathematical logic)business.industryGeneral MedicineEuropeModel parameterEnergy costCosts and Cost AnalysisSewage treatmentArtificial intelligencebusinesscomputerEnergy (signal processing)Journal of environmental management
researchProduct

Classifying Major Explosions and Paroxysms at Stromboli Volcano (Italy) from Space

2021

Stromboli volcano has a persistent activity that is almost exclusively explosive. Predominated by low intensity events, this activity is occasionally interspersed with more powerful episodes, known as major explosions and paroxysms, which represent the main hazards for the inhabitants of the island. Here, we propose a machine learning approach to distinguish between paroxysms and major explosions by using satellite-derived measurements. We investigated the high energy explosive events occurring in the period January 2018–April 2021. Three distinguishing features are taken into account, namely (i) the temporal variations of surface temperature over the summit area, (ii) the magnitude of the …

High energygeographygeography.geographical_feature_categorysatellite remote sensingExplosive materialLand surface temperaturemachine learning classifierScienceQPlume heightoptical imageryMagnitude (mathematics)volcanic explosionsPlumeVolcanoGeneral Earth and Planetary Sciencesradar imageryvolcanic explosions; satellite remote sensing; machine learning classifier; optical imagery; radar imagerySeismologyGeologyVolcanic ashRemote Sensing
researchProduct

Estimating the Number of Changepoints in Segmented Regression Models: Comparative Study and Application

2020

This paper deals with the problem of selecting the number of changepoints in segmented regression models. The aim is to review selection criteria, namely information criteria and hypothesis testing, and to propose a novel application in the context of students' careers in higher education. The performance of the selection criteria is assessed through simulation studies. Furthermore, we investigate the relationship between University students' performance and one of its main determinants, finding out that this relationship is actually broken-line.

Higher educationComputer sciencebusiness.industryContext (language use)Information CriteriaMachine learningcomputer.software_genreHypothesis testingSegmented regressionChangepointInformation criteriaHigher educationArtificial intelligenceSegmented regressionSettore SECS-S/01 - StatisticabusinesscomputerSelection (genetic algorithm)Statistical hypothesis testingSSRN Electronic Journal
researchProduct

Bridging human and machine learning for the needs of collective intelligence development

2020

There are no doubts that artificial and human intelligence enhance and complement each other. They are stronger together as a team of Collective (Collaborative) Intelligence. Both require training for personal development and high performance. However, the approaches to training (human vs. machine learning) are traditionally very different. If one needs efficient hybrid collective intelligence team, e.g. for managing processes within the Industry 4.0, then all the team members have to learn together. In this paper we point out the need for bridging the gap between the human and machine learning, so that some approaches used in machine learning will be useful for humans and vice-versa, some …

Human intelligencebusiness.industryComputer scienceCollective intelligencedeep learningcollective intelligencetekoälyartificial intelligenceMachine learningcomputer.software_genreIndustrial and Manufacturing EngineeringPersonal developmentBridging (programming)koneoppiminenArtificial IntelligenceArtificial intelligenceindustry 4.0teollisuusjoukkoälybusinessuniversity for everythingcomputerProcedia Manufacturing
researchProduct

Nonlinear Dynamics Techniques for the Detection of the Brain Areas Using MER Signals

2008

A methodology for identifying brain areas from the brain MER signals (microelectrode recordings) is presented, which is based on a nonlinear feature set. We propose nonlinear dynamics measures such as correlation dimension, Hurst exponent and the largest Lyapunov exponent to characterize the dynamic structure. The MER records belong to the Polytechnical University of Valencia, 24 records for each zone (black substance, thalamus, subthalamus nucleus and uncertain area). The detection of each area using characteristics derived from complexity analysis was obtained through a classifier (support vector machine). The joint information between areas is remarkable and the best accuracy result was …

Hurst exponentCorrelation dimensionbusiness.industryPattern recognitionLyapunov exponentMachine learningcomputer.software_genreSupport vector machineNonlinear systemsymbols.namesakeBlack substancesymbolsData pre-processingArtificial intelligencebusinesscomputerClassifier (UML)Mathematics2008 International Conference on BioMedical Engineering and Informatics
researchProduct

Towards Model-Based Reinforcement Learning for Industry-Near Environments

2019

Deep reinforcement learning has over the past few years shown great potential in learning near-optimal control in complex simulated environments with little visible information. Rainbow (Q-Learning) and PPO (Policy Optimisation) have shown outstanding performance in a variety of tasks, including Atari 2600, MuJoCo, and Roboschool test suite. Although these algorithms are fundamentally different, both suffer from high variance, low sample efficiency, and hyperparameter sensitivity that, in practice, make these algorithms a no-go for critical operations in the industry.

HyperparameterArtificial neural networkComputer sciencebusiness.industrySample (statistics)Variance (accounting)Machine learningcomputer.software_genreVariety (cybernetics)Test suiteReinforcement learningArtificial intelligenceMarkov decision processbusinesscomputer
researchProduct

Measuring the Novelty of Natural Language Text Using the Conjunctive Clauses of a Tsetlin Machine Text Classifier

2020

Most supervised text classification approaches assume a closed world, counting on all classes being present in the data at training time. This assumption can lead to unpredictable behaviour during operation, whenever novel, previously unseen, classes appear. Although deep learning-based methods have recently been used for novelty detection, they are challenging to interpret due to their black-box nature. This paper addresses \emph{interpretable} open-world text classification, where the trained classifier must deal with novel classes during operation. To this end, we extend the recently introduced Tsetlin machine (TM) with a novelty scoring mechanism. The mechanism uses the conjunctive clau…

I.2FOS: Computer and information sciencesComputer Science - Machine LearningI.5Computer Science - Artificial IntelligenceComputer scienceI.2; I.5; I.7computer.software_genreI.7Novelty detectionMeasure (mathematics)Machine Learning (cs.LG)Representation (mathematics)Computer Science - Computation and Languagebusiness.industryDeep learningNoveltyPropositional calculusArtificial Intelligence (cs.AI)Artificial intelligencebusinessClassifier (UML)computerComputation and Language (cs.CL)Natural language processingNatural language
researchProduct

Standard Vs Uniform Binary Search and Their Variants in Learned Static Indexing: The Case of the Searching on Sorted Data Benchmarking Software Platf…

2023

Learned Indexes are a novel approach to search in a sorted table. A model is used to predict an interval in which to search into and a Binary Search routine is used to finalize the search. They are quite effective. For the final stage, usually, the lower_bound routine of the Standard C++ library is used, although this is more of a natural choice rather than a requirement. However, recent studies, that do not use Machine Learning predictions, indicate that other implementations of Binary Search or variants, namely k-ary Search, are better suited to take advantage of the features offered by modern computer architectures. With the use of the Searching on Sorted Sets SOSD Learned Indexing bench…

I.2FOS: Computer and information sciencesComputer Science - Machine Learninglearned index structuresH.2Databases (cs.DB)search on sorted data platformComputer Science - Information RetrievalMachine Learning (cs.LG)E.1; I.2; H.2Computer Science - Databasesbinary search variantsComputer Science - Data Structures and AlgorithmsData Structures and Algorithms (cs.DS)E.1algorithms with predictionSoftwareInformation Retrieval (cs.IR)
researchProduct

Accelerated dinuclear palladium catalyst identification through unsupervised machine learning.

2021

Although machine learning bears enormous potential to accelerate developments in homogeneous catalysis, the frequent need for extensive experimental data can be a bottleneck for implementation. Here, we report an unsupervised machine learning workflow that uses only five experimental data points. It makes use of generalized parameter databases that are complemented with problem-specific in silico data acquisition and clustering. We showcase the power of this strategy for the challenging problem of speciation of palladium (Pd) catalysts, for which a mechanistic rationale is currently lacking. From a total space of 348 ligands, the algorithm predicted, and we experimentally verified, a number…

Identification (information)MultidisciplinaryComputer sciencebusiness.industryUnsupervised learningHomogeneous catalysisArtificial intelligencebusinessMachine learningcomputer.software_genrecomputerPalladium catalystBottleneckScience (New York, N.Y.)
researchProduct

Basic Chemometric Tools

2013

Abstract The authentication of protected designation of origin and other protected geographical indications for foods involves the need for a deep knowledge of these kinds of samples and the correct identification of appropriate markers that are suitable to be used for authentication purposes. For this, significance tests must be developed and applied to provide evidence in a fast and accurate way; from this, it seems clear that advances in analytical tools, to obtain data regarding food chemical composition, and chemometric data treatments must be continued to provide to the users powerful identification methodologies. In this sense, the objective must be to differentiate between foods pro…

Identification (information)business.industryComputer sciencePrincipal component analysisDeep knowledgeArtificial intelligencebusinessMachine learningcomputer.software_genrecomputerAuthentication (law)Hierarchical clustering
researchProduct