Book Chapter10.1007/978-1-4842-3381-8_8
Using Machine Learning
Molly Maskrey,Wallace Wang +1 more
- 01 Jan 2018
- pp 255-283
129
TL;DR: The latest developments in AI focus less on hand coding all possibilities and focuses more on machine learning.
read more
Abstract: Artificial intelligence (AI) has been around since the 1960s. In those early days, computer scientists dreamed of intelligent computers that could think, but the reality proved far less breathtaking. The biggest obstacle to AI was that computer scientists had to mimic intelligence by anticipating all situations. In limited domains like chess, this worked, but when dealing with large amounts of data, this primitive solution failed because it’s impossible to anticipate all possible situations that might encounter in most cases. That’s why the latest developments in AI focus less on hand coding all possibilities and focuses more on machine learning.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Machine learning for digital soil mapping: Applications, challenges and suggested solutions
TL;DR: For future developments, ML could incorporate three core elements: plausibility, interpretability, and explainability, which will trigger soil scientists to couple model prediction with pedological explanation and understanding of the underlying soil processes.
Multimodal machine learning in precision health: A scoping review
Adrienne Kline,Hanyin Wang,Yikuan Li,Saya Dennis,Meghan R Hutch,Zhenxing Xu,Fei Wang,Feixiong Cheng,Yuan Luo +8 more
TL;DR: Multi-modal machine learning, while more robust in its estimations over unimodal methods, has drawbacks in its scalability and the time-consuming nature of information concatenation.
225
African Soil Properties and Nutrients Mapped at 30--m Spatial Resolution using Two-scale Ensemble Machine Learning
Tomislav Hengl,Matt Miller,Josip Križan,Keith D. Shepherd,Andrew Sila,Milan Kilibarda,Ognjen Antonijević,Luka Glusica,Achim Dobermann,Stephan M. Haefele,Steve P. McGrath,Gifty E. Acquah,Jamie Collinson,Leandro Parente,Mohammadreza Sheykhmousa,Kazuki Saito,Jean-Martial Johnson,Jordan Chamberlin,Francis B.T. Silatsa,Martin Yemefack,John Wendt,R. A. MacMillan,Ichsani Wheeler,Jonathan Crouch +23 more
TL;DR: In this article, a 30m resolution Soil Information System of Africa (SIS of Africa) of the African continent is presented using the most comprehensive compilation of soil samples collected at field point locations by various government and/or NGO funded projects.
Automatic recognition of gait patterns in human motor disorders using machine learning: A review.
TL;DR: Comparative analysis of machine learning performance showed that support vector machines (SVMs) exhibited higher accuracy and proper generalization for new instances, and automatic recognition by combining dimensional data reduction, cross-validation and normalization techniques with SVMs may offer an objective and rapid tool for investigating the subject's clinical status.
146
Experimental velocity data estimation for imperfect particle images using machine learning
TL;DR: A method using supervised machine learning to estimate velocity fields from particle images having missing regions due to experimental {limitations} suggests that it may be able to obtain finer and hidden structures of the flow field which cannot be resolved with the conventional cross-correlation method.
94
References
Deep Residual Learning for Image Recognition
Kaiming He,Xiangyu Zhang,Shaoqing Ren,Jian Sun +3 more
- 27 Jun 2016
TL;DR: In this article, the authors proposed a residual learning framework to ease the training of networks that are substantially deeper than those used previously, which won the 1st place on the ILSVRC 2015 classification task.
•Proceedings Article
Attention is All you Need
Ashish Vaswani,Noam Shazeer,Niki Parmar,Jakob Uszkoreit,Llion Jones,Aidan N. Gomez,Lukasz Kaiser,Illia Polosukhin +7 more
- 12 Jun 2017
TL;DR: This paper proposed a simple network architecture based solely on an attention mechanism, dispensing with recurrence and convolutions entirely and achieved state-of-the-art performance on English-to-French translation.
•Posted Content
BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding
TL;DR: A new language representation model, BERT, designed to pre-train deep bidirectional representations from unlabeled text by jointly conditioning on both left and right context in all layers, which can be fine-tuned with just one additional output layer to create state-of-the-art models for a wide range of tasks.
81.7K
•Journal Article
Visualizing Data using t-SNE
TL;DR: A new technique called t-SNE that visualizes high-dimensional data by giving each datapoint a location in a two or three-dimensional map, a variation of Stochastic Neighbor Embedding that is much easier to optimize, and produces significantly better visualizations by reducing the tendency to crowd points together in the center of the map.
XGBoost: A Scalable Tree Boosting System
Tianqi Chen,Carlos Guestrin +1 more
TL;DR: This paper proposes a novel sparsity-aware algorithm for sparse data and weighted quantile sketch for approximate tree learning and provides insights on cache access patterns, data compression and sharding to build a scalable tree boosting system called XGBoost.