Goto

Collaborating Authors

 Education


Making data science accessible - Machine Learning – Tree Methods

@machinelearnbot

Tree methods are commonly used in data science to understand patterns within data and to build predictive models. The term Tree Methods covers a variety of techniques with different levels of complexity but my aim is to highlight three I find useful. To set the problem up let's assume we have a census dataset containing age, education, employment status and so on. Given all this information we want to see if we can predict whether a person earns more than $50k per year. How can tree methods help us?


How to Build Beautiful 3-D Fractals Out of the Simplest Equations

WIRED

If you came across an animal in the wild and wanted to learn more about it, there are a few things you might do: You might watch what it eats, poke it to see how it reacts, and even dissect it if you got the chance. Mathematicians are not so different from naturalists. Rather than studying organisms, they study equations and shapes using their own techniques. They twist and stretch mathematical objects, translate them into new mathematical languages, and apply them to new problems. As they find new ways to look at familiar things, the possibilities for insight multiply.


Understanding Machine Learning - DZone Big Data

#artificialintelligence

Branch of AI: Artificial intelligence is the study and development by which a computer and its systems are given the ability to successfully accomplish tasks that would typically require a human's intelligent behavior. Supervised learning: in this type of learning, the correct outcome for each data point is explicitly labeled when training the model. In a classification context, the learning algorithm could be, for example, fed with historic credit card transactions each labeled as safe or suspicious. Machine learning is used to find meaningful relations and to predict outcomes while data experts serve as translators to make sense of why the relation exists.


The Past, Present and Future of AI in Marketing

#artificialintelligence

"If a machine can think, it might think more intelligently than we do, and then where should we be? Even if we could keep the machines in a subservient position, for instance by turning off the power at strategic moments, we should, as a species, feel greatly humbled." IBM's artificial intelligence (AI) platform, Watson, is loquacious; it can tell jokes, answer questions and write songs. Google's AI can now read lips better than a professional and can master video games within hours. MIT's AI can predict action on video two seconds before it begins. All seem to propel us closer to Turing's world of machines with more intelligence than humans. If Turing's words now ring true, should we feel humbled or anxious? For many marketers, the anxiety and existential fear has given way to hope and excitement for a new tomorrow. Dome, who works as a marketing consultant and adjunct professor at University of Chicago's Graham School, grows excited as he talks about the possibility of AI: the time it could save marketers, how it can bring companies closer to consumers and its potential to catch customers in stride, saving effort on the business and consumer side.


The machine that's learning to mimic your brain

#artificialintelligence

Poggio, who is also a primary investigator at MIT's McGovern Institute for Brain Research, is the senior author on a paper describing the new work, which appeared today in the journal Computational Biology. He's joined on the paper by several other members of both the CBMM and the McGovern Institute: first author Joel Leibo, a researcher at Google DeepMind, who earned his PhD in brain and cognitive sciences from MIT with Poggio as his advisor; Qianli Liao, an MIT graduate student in electrical engineering and computer science; Fabio Anselmi, a postdoc in the IIT@MIT Laboratory for Computational and Statistical Learning, a joint venture of MIT and the Italian Institute of Technology; and Winrich Freiwald, an associate professor at the Rockefeller University.


Report: Wearable Devices Expected to Become Mainstream in Education in Next 4-5 Years -- THE Journal

#artificialintelligence

Virtual reality and robotics will become widely adopted in education in the next two to three years, while wearable devices are expected to become mainstream in the education space over the next four to five years, according to a recent report published by the New Media Consortium and the Consortium for School Networking. The "NMC/CoSN Horizon Report: 2016 K–12 Edition" examined emerging technologies for their potential impact on and use in teaching, learning and creative inquiry in schools. The report, released at the end of 2016, looked at tech trends in the short term (one year or less), mid-term (two to three years) and long term (four to five years. The VR market in general is certainly heating up. Goldman Sachs recently estimated that virtual and augmented reality entertainment revenue will reach $3.2 billion by 2025, while the education sector will attract 15 million users, the report said.


Eleven Reasons To Be Excited About The Future of Technology

#artificialintelligence

In the year 1820, a person could expect to live less than 35 years, 94% of the global population lived in extreme poverty, and less that 20% of the population was literate. Today, human life expectancy is over 70 years, less that 10% of the global population lives in extreme poverty, and over 80% of people are literate. These improvements are due mainly to advances in technology, beginning in the industrial age and continuing today in the information age. There are many exciting new technologies that will continue to transform the world and improve human welfare. Here are eleven of them.


Where does machine learning fit in the education sector?

#artificialintelligence

In the present exam-driven world of education, whenever a new technology emerges people want to know how it can be used to make kids get better marks, how it can speed up teaching and cut the cost of learning, and could it be used to replace teachers altogether? These are all the wrong questions. Young people are not widgets and learning is not an industrial process. Applying business productivity and efficiency models misses the real opportunity. Technology tends to come around in cycles and machine learning is not a new technology to education.


Has Hollywood lost touch with American values?

Los Angeles Times

The contentious presidential campaign was filled with accusations of elitism and bias by the media -- from the news to entertainment. Many supporters of Donald J. Trump saw his victory as a repudiation of the so-called liberal elite. So as 2017 begins, we ask: Is Hollywood representing all Americans? Are Hollywood values out of sync with American values? It's the start of a conversation we'll have all year with Hollywood's creators, consumers and observers. Most of all, we want to hear from you . Is Hollywood out of touch with your America? Here's what our critics and writers have to say: KENNETH TURAN on potent Hollywood visions that helped elect Trump TV's affluent bubble: MARY McNAMARA on Hollywood's reluctance to deal with class issues Fear of the powerful woman: JUSTIN CHANG on working women and men still behaving badly Realistic or cliche?: JEFFREY FLEISHMAN on film's working class men and women Building distrust: LORRAINE ALI on destructive TV portrayals of Muslims and how TV ...


Classification Using Tree Based Models

#artificialintelligence

Machine Learning can sound very complicated, but anyone with a will to learn can successfully apply it, if they approach it from first principles. This course, Classification Using Tree Based Models, covers a specific class of Machine Learning problems - classification problems and how to solve these problems using Tree based models. First, you'll learn about building and visualizing decision trees as well as recognizing the serious problem of overfitting and its causes. Next, you'll learn about using ensemble learning to overcome overfitting. Finally, you'll explore 2 specific ensemble learning techniques - Random Forests and Gradient boosted trees By the end of this course, you'll be able to recognize opportunities where you can use Tree based models to solve classification problems and measure how well your solution is doing.