Goto

Collaborating Authors

 Genre


Deep Forest: Towards An Alternative to Deep Neural Networks

arXiv.org Machine Learning

In this paper, we propose gcForest, a decision tree ensemble approach with performance highly competitive to deep neural networks. In contrast to deep neural networks which require great effort in hyper-parameter tuning, gcForest is much easier to train. Actually, even when gcForest is applied to different data from different domains, excellent performance can be achieved by almost same settings of hyper-parameters. The training process of gcForest is efficient and scalable. In our experiments its training time running on a PC is comparable to that of deep neural networks running with GPU facilities, and the efficiency advantage may be more apparent because gcForest is naturally apt to parallel implementation. Furthermore, in contrast to deep neural networks which require large-scale training data, gcForest can work well even when there are only small-scale training data. Moreover, as a tree-based approach, gcForest should be easier for theoretical analysis than deep neural networks.


Divide and Conquer Networks

arXiv.org Machine Learning

We consider the learning of algorithmic tasks by mere observation of input-output pairs. Rather than studying this as a black-box discrete regression problem with no assumption whatsoever on the input-output mapping, we concentrate on tasks that are amenable to the principle of divide and conquer, and study what are its implications in terms of learning. This principle creates a powerful inductive bias that we leverage with neural archi- tectures that are defined recursively and dynamically, by learning two scale-invariant atomic operations: how to split a given input into smaller sets, and how to merge two partially solved tasks into a larger partial solution. Our model can be trained in weakly supervised environments, namely by just observing input-output pairs, and in even weaker environments, using a non-differentiable reward signal. Moreover, thanks to the dynamic aspect of our architecture, we can incorporate the computational complexity as a regularization term that can be optimized by backpropagation. We demonstrate the flexibility and efficiency of the Divide-and-Conquer Network on three combinatorial and geometric tasks: sorting, clustering and convex hulls. Thanks to the dynamic program- ming nature of our model, we show significant improvements in terms of generalization error and computational complexity


World Series of Poker Tournament Opens in Las Vegas

U.S. News

Participants in this year's edition of the poker extravaganza will see two changes: no firm "shot clock" and the return of the tradition of crowning the tournament's main event champion in July. Buy-ins for the 74-event tournament, which runs through July 22 at the Rio All-Suite Hotel and Casino, range from $333 to $111,111.


Unsupervised Machine Learning for Fun & Profit with Basket Clusters

@machinelearnbot

I finally beat the S&P 500 by 10%. This might not sound like much but when we're dealing with large amounts of capital and with good liquidity, the profits are pretty sweet for a hedge fund. More aggressive approaches have resulted in much higher returns. It all started after I read a paper by Gur Huberman titled "Contagious Speculation and a Cure for Cancer: A Non-Event that Made Stock Prices Soar," (with Tomer Regev, Journal of Finance, February 2001, Vol. "A Sunday New York Times article on a potential development of new cancer-curing drugs caused EntreMed's stock price to rise from 12.063 at the Friday close, to open at 85 and close near 52 on Monday. It closed above 30 in the three following weeks. The enthusiasm spilled over to other biotechnology stocks. The potential breakthrough in cancer research already had been reported, however, in the journal Nature, and in various popular newspapers including the Times! Thus, enthusiastic public attention induced a permanent rise in share prices, even though no genuinely new information had been presented."


How Machine Learning Is Helping Us Predict Heart Disease and Diabetes

#artificialintelligence

While debate drags on about legislation, regulations, and other measures to improve the U.S. health care system, a new wave of analytics and technology could help dramatically cut costly and unnecessary hospitalizations while improving outcomes for patients. For example, by preventing hospitalizations in cases of just two widespread chronic illnesses -- heart disease and diabetes -- the United States could save billions of dollars a year. Toward this end, my colleagues and I at Boston University's Center for Information and Systems Engineering have been striving to bring the power of machine-learning algorithms to this critical problem. In an ongoing effort with Boston-area hospitals, including the Boston Medical Center and the Brigham and Women's Hospital, we found that we could predict hospitalizations due to these two chronic diseases about a year in advance with an accuracy rate of as much as 82%. This will give care providers the chance to intervene much earlier and head off hospitalizations.


3 Ways Businesses are using Artificial Intelligence

#artificialintelligence

While many people assume that artificial intelligence is something we'll be seeing well into the future, the truth is, many businesses are already using AI, and are successfully implementing business transformation strategies, connecting with their customers, and scaling faster than ever before. Most of these businesses are located overseas. A recent survey by Vanson Vourne, (commissioned by Infosys) polled business leaders across Australia, the United States, France, Germany, China, the UK, and India with at least US$500m in annual revenue and more than 1,000 staff. Of the 1,600 business leaders surveyed, Australian businesses only invested an average of $7.9m in artificial intelligence last year, and placed last in plans for AI integration and the skills required to implement AI. Andrew Growth, Infosys regional head, says that the results of the survey show that Australia is risking becoming uncompetitive.


Artificial Intelligence and Machine Learning: Policy Paper

#artificialintelligence

Artificial intelligence is a technology that is already impacting how users interact with, and are affected by the Internet. In the near future, its impact is likely to only continue to grow. AI has the potential to vastly change the way that humans interact, not only with the digital world, but also with each other, through their work and through other socioeconomic institutions โ€“ for better or for worse. If we are to ensure that the impact of artificial intelligence will be positive, it will be essential that all stakeholders participate in the debates surrounding AI. In this paper, we seek to provide an introduction to AI to policymakers and other stakeholders in the wider Internet ecosystem. The paper explains the basics of the technology behind AI, identifies the key considerations and challenges surrounding the technology, and provides several high-level principles and recommendations to follow when dealing with the technology.


SOPHiA AI Unlocks the Power of Exome Sequencing for Clinical Diagnostics

#artificialintelligence

Today, only 25% of rare diseases are accurately diagnosed1. With SOPHiA's applications for exome analysis, this is set to change. The exome is the protein-coding region of the human genome, which represents just 1% of the genome but contains approximately 85% of known disease-causing genetic variants2. SOPHiA takes exome sequencing to new heights, allowing for unmatched analytical performances to detect, annotate and pre-classify disease-related genetic variants over all protein-coding regions of the human genome. Exome sequencing generates large amounts of sequenced data.


30-top-videos-tutorials-courses-on-machine-learning-artificial-intelligence-from-2016

#artificialintelligence

For those who already have a basic understanding of machine learning, you should start with the advance machine learning videos. These videos will introduce you to various machine learning libraries, modeling techniques and other advanced concepts of machine learning. It covers theoretical & practical concepts on supervised, unsupervised and deep learning algorithms. It will introduce you to sentimental analysis, recommendation system, predicting stock prices, create neural network using python & tensorflow and introduction to genetic algorithms.


Great Collection of Minimal and Clean Implementations of Machine Learning Algorithms

@machinelearnbot

Want to implement machine learning algorithms from scratch? A recent KDnuggets poll asked "Which methods/algorithms you used in the past 12 months for an actual Data Science-related application?" with results found here. The results are analyzed by industry employment sector and region, but the main take away for the uninitiated is that there are a wide array of algorithms covered. And let's be clear: this is not a complete representation of available machine learning algorithms, but rather a subset of the most-used algorithms (as per our readers). There are lots of machine learning algorithms in existence today.