Goto

Collaborating Authors

 sas enterprise miner


SAS Predictive Modeling

#artificialintelligence

You'll learn Understand the worth of this course of predictive modeling with SAS enterprise miner. Skills like skill to analyze data and see a complex pattern, coding skill, and strong understanding of concepts. Predictive modeling is the process of studying the data models. To predict models a different set of methods of statistics are used .these SAS enterprise miner tends to provide us with several tools for predictive modeling. By this course you will be able to have complete knowledge of predictive modeling with SAS enterprise miner.


The 17 Best Predictive Analytics Books on Our Reading List

#artificialintelligence

Find powerful new insights in your data; discover machine learning with R." "The process of developing predictive models includes many stages. Most resources focus on the modeling algorithms but neglect other critical aspects of the modeling process. This book describes techniques for finding the best representations of predictors for modeling and for nding the best subset of predictors for improving model performance. A variety of example data sets are used to illustrate the techniques along with R programs for reproducing the results." "Explore fundamental to advanced Python 3 topics in six steps, all designed to make you a worthy practitioner.


The 8 Best Predictive Modeling Books on Our Reading List

#artificialintelligence

Find powerful new insights in your data; discover machine learning with R." "The process of developing predictive models includes many stages. Most resources focus on the modeling algorithms but neglect other critical aspects of the modeling process. This book describes techniques for finding the best representations of predictors for modeling and for nding the best subset of predictors for improving model performance. A variety of example data sets are used to illustrate the techniques along with R programs for reproducing the results." "Kattamuri Sarma's Predictive Modeling with SAS Enterprise Miner: Practical Solutions for Business Applications, Third Edition, will show you how to develop and test predictive models quickly using SAS Enterprise Miner.


Machine learning fun at KDD

#artificialintelligence

Who says machine learning can't be fun? A crew of us from SAS went to San Francisco for the recent KDD conference, which bills itself as "a premier interdisciplinary conference, [which] brings together researchers and practitioners from data science, data mining, knowledge discovery, large-scale data analytics, and big data." We brought these buttons with us, and they were a huge hit! But we weren't at KDD just to have fun, of course. We came to learn and share, in our booth and in many other ways.


Quick guide to using advanced ensemble methods in SAS Enterprise Miner

#artificialintelligence

Last month at SAS Global Forum 2016, I presented the paper, Ensemble Modeling: Recent Advances and Applications, that I wrote along with my colleagues yeliu and M_Maldonado. In this paper, we shared a SAS Enterprise Miner subflow that can be incorporated into your predictive modeling flow to implement the following ensemble methods that take model performance into account: top-t, hill-climbing, clustering-based selection, and stacking methods. After importing this XML file into your project, you can copy the entire flow into the diagram that has your predictive modeling flow, connect the flows together, and run. See the README file for instructions on how to import these XML files and quickly get started with these more sophisticated ensemble methods. Note there are several nodes that directly create ensemble models in SAS Enterprise Miner, and they've been covered in previous SAS Global Forum papers: See Leveraging Ensemble Models in SAS Enterprise Miner and The Power of the Group Processing Facility in SAS Enterprise Miner for more information.


AllAnalytics - Leo Sadovy - Neural Networks Demystified

#artificialintelligence

You--ve likely heard the news that the Google DeepMind --AlphaGo-- computer not only beat a human expert at the game of Go, defeating the European Go champion, Fan Hui in five straight games, but also beat the reigning world champion grandmaster, South Korea--s Lee Sedol, 4 games to 1. Go is considered to be a significantly more difficult game for a computer to tackle than chess, if only because of the vastly greater number of possible moves over a much larger playing field. Chess has on the order of 1040 possible legal and realistic positions in a 40-move game; Go can have up to 10360, give or take a few tens of orders of magnitude. When Deep Blue beat world chess champion Gary Kasparov back in 1997, it did it with a brute force approach -- a massively parallel computer that would typically search to a depth of between six and eight moves, and up to a maximum of about 20 moves in some situations. It was an expert system (not AI), with separate programing modules/libraries for openings, end games, and middle game strategy and tactic evaluation. All the legal moves and rules had to be programmed into it, and it could not learn as it went (although its programmers made adjustments after each game).