Goto

Collaborating Authors

 Instructional Material


Machine Learning for Data Science - Udemy

#artificialintelligence

Thank you all for the huge response to this emerging course! We are delighted to have over 2300 students in over 102 different countries and for the overwhelmingly positive and thoughtful reviews. It's such a privilege to share this important topic with everyday people in a clear and understandable way. In this introductory course, the "Backyard Data Scientist" will guide you through wilderness of Machine Learning for Data Science. Accessible to everyone, this introductory course not only explains Machine Learning, but where it fits in the "techno sphere around us", why it's important now, and how it will dramatically change our world today and for days to come. We'll then explore the past and the future while touching on the importance, impacts and examples of Machine Learning for Data Science: To make sense of the Machine part of Machine Learning, we'll explore the Machine Learning process: Our final section of the course will prepare you to begin your future journey into Machine Learning for Data Science after the course is complete.


10 Free Must-Read Books for Machine Learning and Data Science

@machinelearnbot

This book provides an introduction to statistical learning methods. It is aimed for upper level undergraduate students, masters students and Ph.D. students in the non-mathematical sciences. The book also contains a number of R labs with detailed explanations on how to implement the various methods in real life settings, and should be a valuable resource for a practicing data scientist.


What Does It Mean to Prepare Students for a Future With Artificial Intelligence? (EdSurge News)

#artificialintelligence

Last year, in the height of the election season, the Obama administration quietly released a national strategic plan for artificial intelligence (AI) research and development. The plan was the beginning of a national effort to prepare Americans for a future with AI--a future some computer scientist believe our nation is ill-equipped to handle. AI has become a part of the American fabric for some time. Siri and Alexa are already taking orders, self-driving cars have hit some streets, and the concept of interconnectivity is now a reality through the Internet of Things. But experts assert that in order for the society to fully embrace AI, learning machines should not replace human workers, but complement them.


Interesting talks from PyData London 2017 โ€“ Springboard

@machinelearnbot

This year's PyData London conference was held in Bloomberg's offices on the 6th and 7th of May, with Tutorial Day on May 5th. As was the case with PyData Amsterdam 2017, I made the time to watch all of the talks from the conference, and write a blog post about the ones I found the most interesting. As I'm a huge fan of Random Forests, and consider them to pretty much be Data Science 101, I thoroughly enjoyed the talk given by Nathan Epstein from conference host Bloomberg. He gave a very good intuitive introduction to how the algorithm works, and also spoke about its advantages over Neural Networks - something very useful in a time when everyone is really gung-ho over Deep Learning and "AI". Ian Ozsvald, author of the great "High-Performance Python", together with Guzstav Belteki and Giles Weaver, presented a piece of research they did for the NHS, using data collected from ventilators used in neonatal wards.


The Future of Jobs and Jobs Training

#artificialintelligence

Machines are eating humans' jobs talents. And it's not just about jobs that are repetitive and low-skill. Automation, robotics, algorithms and artificial intelligence (AI) in recent times have shown they can do equal or sometimes even better work than humans who are dermatologists, insurance claims adjusters, lawyers, seismic testers in oil fields, sports journalists and financial reporters, crew members on guided-missile destroyers, hiring managers, psychological testers, retail salespeople, and border patrol agents. Moreover, there is growing anxiety that technology developments on the near horizon will crush the jobs of the millions who drive cars and trucks, analyze medical tests and data, perform middle management chores, dispense medicine, trade stocks and evaluate markets, fight on battlefields, perform government functions, and even replace those who program software โ€“ that is, the creators of algorithms. People will create the jobs of the future, not simply train for them, ...


Ensemble Machine Learning in Python: Random Forest, AdaBoost

#artificialintelligence

In recent years, we've seen a resurgence in AI, or artificial intelligence, and machine learning. Machine learning has led to some amazing results, like being able to analyze medical images and predict diseases on-par with human experts. Google's AlphaGo program was able to beat a world champion in the strategy game go using deep reinforcement learning. Machine learning is even being used to program self driving cars, which is going to change the automotive industry forever. Imagine a world with drastically reduced car accidents, simply by removing the element of human error.


Duolingo releases a Japanese language course for iOS

Engadget

The days of teaching yourself Japanese exclusively through Crunchyroll shows are coming to an end. Online language learning company Duolingo announced on Wednesday that it has released a Japanese language course for its iOS app with an Android version dropping soon. This won't be some dumbed-down anglicized lesson plan either. Rather than using romaji, which are Japanese words spelled out with Roman letters (ie, "kawaii" or "Hi de koroshimasu"), this language course will teach you to understand 100 Kanji and all the Hiragana characters. And unlike some of Duolingo's other language courses, whose exercises sometimes more closely resembled MadLibs entries than anything you'd ever expect to hear someone actually say, the Japanese course features a strong focus on real-world interactions like ordering food and asking directions.


Effective TensorFlow for Non-Experts (Google I/O '17)

#artificialintelligence

TensorFlow is Google's machine learning framework. In this talk, you will learn how to use TensorFlow effectively. TensorFlow offers high level interfaces like Keras and Estimators, which can be used without being an expert. This talk will show how to implement complex machine learning models and deploy them on any platform that supports TensorFlow. See all the talks from Google I/O '17 here: https://goo.gl/D0D4VE


Vector Representations of Words TensorFlow

#artificialintelligence

In this tutorial we look at the word2vec model by Mikolov et al. This model is used for learning vector representations of words, called "word embeddings". This tutorial is meant to highlight the interesting, substantive parts of building a word2vec model in TensorFlow. This basic example contains the code needed to download some data, train on it a bit and visualize the result. But first, let's look at why we would want to learn word embeddings in the first place.


How NoSQL Fundamentally Changed Machine Learning

#artificialintelligence

I would like to add on to the post. Image processing is a field that has existed on its own longer than machine learning (ie, it predates machine learning decades before), its been taught mainly as a branch of engineering (electrical & electronics) & to some lesser degree also taught in computer science & physics' courses. Its only in the last decade or so, that image processing includes machine learning topics' for image recognition & understanding. The latest edition (3rd) has an added chapter on "Object Recognition" which wasn't available in the 1st & 2nd edition. The last time I passed through my local university bookstore (about a year ago), this textbook is stocked because its still currently a prescribed textbook for final year Electrical engineering courses.