Education
Op-Ed: Analogies teach computers to think like humans -- Sort of
The move to analogies as teaching methods is a major step in "cognitive computing," which allows computers to learn and even reprogram themselves. Cognitive computing is the big evolutionary step to true artificial intelligence. The new research is being carried out by Northwestern University, using a new approach called the Structure Mapping Engine (SME) which is capable of analogic problem solving, including "moral dilemmas". So far, the results are pretty straightforward -- computers retrieve memories to find analogic situations -- Case A resembles Example C, but not Cases B or D, etc. This type of very basic, very important learning is roughly kindergarten level for humans.
Mahout in Action: Sean Owen, Robin Anil, Ted Dunning, Ellen Friedman: 9781935182689: Amazon.com: Books
If you're interested in large scale machine learning, then this book is for you. This book doesn't provide deep coverage of theoretical foundations of machine learning (I would recommend to look to other books, like Introduction to Machine Learning (Adaptive Computation and Machine Learning series), Machine Learning in Action or Programming Collective Intelligence: Building Smart Web 2.0 Applications, etc., if you want to get more background), but concentrates on explanation on how to use Apache Mahout ([...]) to solve some of machine learning problems: making recommendations, data clustering & classification. For each of class of these problems, description starts with base things, and continues with more complex examples, including complete solutions, that could be easily adapted for your machine learning problems. All examples that come with book were checked with actual release of Apache Mahout (version 0.5). Book is written in succinct, but understandable language and provides many code snippets that make understanding of topics much easier.
"The Internet Will Be Everywhere and Nowhere"--Dr. Michio Kaku's ISTE 2016 Keynote (EdSurge News)
In the daily edtech trenches, the forest is easily lost for the trees. Technological minutiae in the classroom carry such immense consequences that it can be hard to think beyond tomorrow's software update, nevermind next year's LMS rollout. In his opening keynote at the ISTE 2016 conference, noted physicist Dr. Michio Kaku showed educators the forest that he and others believe will encircle the classroom of the future. And oh, what a forest it might be. According to Dr. Kaku, talking wallpaper, data-reading toilets and other technologies that seem like miracles today are a mere fifty years away.
Philip Guo - Python Tutor: The First Three Years
For the past six years, I've been developing Python Tutor (pythontutor.com), Thousands of people use it every day to run tens of thousands of pieces of code in seven languages: Python, Java, JavaScript, TypeScript, Ruby, C, and C . This tool has also become a platform for HCI, educational technology, and computing education research. Most recently, it formed the basis for my faculty job applications that got me a job at UC San Diego. How did this project grow from nothing to its current state? I've been wanting to write a "history of Python Tutor" article for a while now but never found a good time to do so.
Obama's Education Department Has a Flawed Plan for Student Debt Forgiveness
If a change is needed, it is of a different kind. The process through which students may petition for loan forgiveness may need to be streamlined and made clearer. If it acts at all, the Department of Education should redefine the current process and better communicate its availability to students. The new initiative, even if that is not its intention, has the potential to go too far because those who feed off society's productive activities โ because that's where the money is โ will take it there. They will find ways to expand on language so vague its inevitably loose interpretation leaves public and private universities vulnerable to countless claims that are without merit.
Robotic shopping trolley becomes a reality after 13-year-old boy drew one to help his grandmother
Engineers have developed a robotic shopping trolley for elderly customers based on a drawing by a boy who simply wanted to help his grandmother. Aidan McCann, 13, dreamed up a push cart with height adjustment features to help his grandmother Lydia who'isn't very strong'. He witnessed how the 4ft 11in 76-year-old finds it difficult to carry groceries from the shops and perform other physically demanding tasks due to her height. Bosses at engineering giant Doosan Babcock were so impressed with Aidan's design they selected it as their overall winner at the Scottish Engineering Special Leaders Award 2015 Users can make the trolley go up and down by the flick of a switch. The idea is to lift bags of shopping towards the users so that they don't have to bend down and lift it up themselves.
Medical Minecraft uses IBM Watson to teach students about infectious diseases
IBM's Watson is still in its early days, but the cognitive computing system could end up having a substantial impact on a number of industries, particularly healthcare and education. For example, Alder Hey Children's Hospital in England is currently using the technology to improve the patient experience, while an interactive toy called the Cognitoys Dino uses Watson to answer a child's questions in a kid-friendly and personalized way. Another space that could largely benefit from Watson's capabilities is the gaming industry. The interactive nature of games paired with Watson's natural language processing capabilities and data analysis has already led to a number of new gaming initiatives, including the first-ever Minecraft game that utilizes Watson. Called'Medical Minecraft,' the game was recently created by a group of high school students.
I want to get started with Machine Learning.. But where do I start?
Here's a task for you: Type "I want to get started with machine learning" into your favourite search engine. I get back a whole list of options from Coursera, Azure, Amazon, kdnuggets, reddit,โฆ and I could continue on and on. So where should one get started? In this post, I want share the experiences of UK Technical Evangelist and ML Expert Amy Nicholson. Amy will share her experience of using the Cortana Intelligence Gallery in conjunction with the Azure ML Studio, and how that combination helped her break down the otherwise high barriers into popular ML techniques and start building her own ML models as well as her knowledge about this space. Amy is a graduate from The University of Sheffield in the UK, where she studied Computer Science.
For Dieters, Smart Glasses Could Detect and Record Every Chew
Whether you're trying to lose weight, eat healthier, or track your diet for other reasons, there's no truly easy and automatic way to log your food intake. Today's best options are apps that require you to pick the food items you're consuming or manually enter that information. But what if the app knew, without your help, that you'd just spent a half hour crunching on cookies? That's the idea behind the "Diet Eyeglasses" revealed earlier this month at the IEEE Body Sensor Networks conference in San Francisco. The smart glasses have built-in sensors that detect muscle activity related to chewing, which could enable the continuous and unobtrusive monitoring of every morsel users chow down on.
How to Start Learning Deep Learning
Due to the recent achievements of artificial neural networks across many different tasks (such as face recognition, object detection and Go), deep learning has become extremely popular. This post aims to be a starting point for those interested in learning more about it. If you already have a basic understanding of linear algebra, calculus, probability and programming: I recommend starting with Stanford's CS231n. The course notes are comprehensive and written well. The slides for each lesson are also available, and even though the accompanying videos were removed from the official site, re-uploads are quite easy to find online.