Goto

Collaborating Authors

 SPE


Spark for Scale: Machine Learning for Big Data – Learning New Stuff

#artificialintelligence

Recently we shared an introduction to machine learning. While making machines learn from data is fun, the data from real-world scenarios often gets out of hand if you try to implement traditional machine-learning techniques on your computer. To actually use machine learning with big data, it's crucial to learn how to deal with data that is too big to store or compute on a single computing machine. Today we will discuss fundamental concepts for working with big data using distributed computing, then introduce the tools you need to build machine learning models. We'll start with some naive methods of solving problems, which are meant only as an example. As we move forward, we will make things more realistic. MapReduce is a technique that is used to distribute a data set in parts to different agents. An agent here means a single computer.


Machine Learning in a Week – Learning New Stuff

#artificialintelligence

Getting into machine learning (ml) can seem like an unachievable task from the outside. However, after dedicating one week to learning the basics of the subject, I found it to be much more accessible than I anticipated. This article is intended to give others who're interested in getting into ml a roadmap of how to get started, drawing from the experiences I made in my intro week. Before my machine learning week, I had been reading about the subject for a while, and had gone through half of Andrew Ng's course on Coursera and a few other theoretical courses. So I had a tiny bit of conceptual understanding of ml, though I was completely unable to transfer any of my knowledge into code.


Educators could take page from machine learning handbook

#artificialintelligence

Conversations around school improvement have fallen under a "School 2.0" vision. As educators imagine the schools of the future, technology often has a central role, but in a particular way. Classrooms need to be organized around the needs of students, with technology that offers engaging, personalized learning experiences rather than ed tech that provides new platforms for worksheet-style assignments. The gap in school quality is clear when it comes to seeing what and how students learn. Students in upper-income neighborhoods more often learn how to think, while students in high-poverty districts are coached to memorize facts, especially when standardized test performance is largely dependent upon this memorization.


3 reasons why AI is education's future - eCampus News

#artificialintelligence

If you ask kids today why phrases like "hang up" the phone or "roll down" the window exist, chances are they'll have no idea. Fast-forward to the near future and "search the web" may also cause a few head scratches. "We're evolving, but remain electronic'hunters and gatherers,'" explained Ralph Lucci, cofounder and user experience director at Behavior Design. But that's about to change thanks to today's quickly emerging artificial intelligence (AI) technology for practically every industry, including education. "The day will soon come when we'll sardonically ask ourselves: 'Remember when we had to visit a website and look around for what we needed?' Now the data comes to us."


Sirajology

#artificialintelligence

In this video, I explain the basics of recurrent neural networks. Then we code our own RNN in 80 lines of python (plus white-space) that predicts the sum of two binary numbers after training. I just want to start off by saying thank you to every single one of you. Thanks for watching and commenting and sticking with me as I push these videos every week. You guys are the reason I do this...


Zuckerberg hopes to show off his Jarvis-like home AI next month

#artificialintelligence

Mark Zuckerberg say he's created an AI that controls his smart house Zuckerberg may debut'Jarvis' AI assistant next month What is Korea's Strategy to Manage the Implications of Artificial Intelligence? Facebook's Mark Zuckerberg hopes to show off his Jarvis-like home AI next month


For Dummies -- The Introduction to Neural Networks we all need ! (Part 1) – TechnologyMadeEasy

#artificialintelligence

Update: Part2 of the series is now available for reading here! Our brain uses the extremely large interconnected network of neurons for information processing and to model the world around us. Simply put, a neuron collects inputs from other neurons using dendrites. The neuron sums all the inputs and if the resulting value is greater than a threshold, it fires. The fired signal is then sent to other connected neurons through the axon.


Beginner's Guide To Neural Networks – The Startup

#artificialintelligence

This small and seemingly unimportant description of a mug represents the core construction of neural networks. A logic tree is predetermined and therefore would require knowing and then manually inputting how likely it was that a mug would be hot to touch. A neural network, simply responds to data confirming or denying the frequency of the neuron "heat" being connected to the neuron "mug." This concept is the closest we've come up with for how our own brain works. We touch a mug on a table -- it's hot.


Mark Zuckerberg meets Pope Francis, gives him a drone

#artificialintelligence

Mark Zuckerberg say he's created an AI that controls his smart house Zuckerberg may debut'Jarvis' AI assistant next month Facebook's Mark Zuckerberg hopes to show off his Jarvis-like home AI next month


What Robots Can Learn from Babies

MIT Technology Review

Children quickly learn to predict what will happen if they turn a cup filled with juice upside down. Robots, on the other hand, don't have a clue. Researchers at the Allen Institute for Artificial Intelligence (Ai2) in Seattle have developed a computer program that shows how machines determine how the objects captured by a camera will most likely behave. This could help make robots and other machines less prone to error, and might help self-driving cars navigate unfamiliar scenes more safely. The system, developed by Roozbeh Mottaghi and colleagues, draws conclusions about the physical properties of a scene using a combination of machine learning and 3-D modeling.