Goto

Collaborating Authors

 Deep Learning


Forecasting in Browser with TensorFlow.js

#artificialintelligence

If you are a javascript developer and interested in doing machine learning or artificial intelligence then the first question that may have crossed your mind is do I need to learn Python or R to get started? Well most often than not the obvious answer is yes python is best suited for AI and you can build on online jupyter notebooks on google colab etc. But wait you can do the same in javascript yes not a alternative for very large datasets and if your want to run models on gigabytes of data. In this article I am going to demonstrate use of tensorflow.js a google library for doing AI in browser using javascript. This example is meant to explain how we can do AI on a simple time series data and not a comprehensive tutorial of getting a best model for time series.


UC Berkeley researchers open-source RAD to improve any reinforcement learning algorithm

#artificialintelligence

In an accompanying paper, the authors say this module can improve any existing reinforcement learning algorithm and that RAD achieves better compute and data efficiency than Google AI's PlaNet, as well as recently released cutting-edge algorithms like DeepMind's Dreamer and SLAC from UC Berkeley and DeepMind. RAD achieves state-of-the-art results on common benchmarks and matches or beats every baseline in terms of performance and data efficiency across 15 DeepMind control environments, the researchers say. It does this in part by applying data augmentations for visual observations. Coauthors of the paper on RAD include Michael "Misha" Laskin, Kimin Lee, and Berkeley AI Research codirector and Covariant founder Pieter Abbeel. RAD was released Thursday on preprint repository arXiv.


How to make a Naruto Hand Signs Classifier using Deep Learning

#artificialintelligence

" Naruto, an anime that teaches about many profound things like no matter how bad life puts you down, you got to get back up and move forward" as said by one of my stoned friends. He was high, but I couldn't refute him not because I was stoned too but because I agreed with him completely. A little context about how I got the idea, I am currently a visiting researcher in Australia at UTS. I am working on research in ML, XR and quantum domains. So, being the geek I am, I marveled at the possible implications of making a naruto game in AR where you make the signs and a Jutsu follows up. Think: When you do the Dog, hare, Dragon, boar, tiger signs, a fire dragon comes into existence and crashes onto the enemy..killing him if he doesn't counter-attack with a water or earth Jutsu.





Machine-Learning-Tokyo/Interactive_Tools

#artificialintelligence

An interactive visualization system designed to help non-experts learn about Convolutional Neural Networks (CNNs). It runs a pre-tained CNN in the browser and lets you explore the layers and operations. There are many cool features that support interactive experimentation. ConvNet Playground is an interactive visualization tool for exploring Convolutional Neural Networks applied to the task of semantic image search. Feature inversion to visualize millions of activations from an image classification network leads to an explorable activation atlas of features the network has learned.


Artificial intelligence vs Machine Learning vs Deep Learning

#artificialintelligence

What is the difference between Artificial Intelligence, Machine Learning, and Deep Learning? "AI is the ability of a computer program to function like a human brain " AI means to actually replicate a human brain, the way a human brain thinks, works, and functions. The truth is we are not able to establish a proper AI till now but we are very close to establishing it, one of the examples of AI is Sophia, the most advanced AI model present today. "Machine Learning is a technique of parsing data, learn from that data and then apply what they have learned to make an informed decision" Machine learning is the best tool so far to analyze, understand, and identify a pattern in the data. One of the main ideas behind machine learning is that the computer can be trained to automate tasks that would be exhaustive or impossible for a human being.


Artificial intelligence vs Machine Learning vs Deep Learning

#artificialintelligence

What is the difference between Artificial Intelligence, Machine Learning, and Deep Learning? "AI is the ability of a computer program to function like a human brain " AI means to actually replicate a human brain, the way a human brain thinks, works, and functions. The truth is we are not able to establish a proper AI till now but we are very close to establishing it, one of the examples of AI is Sophia, the most advanced AI model present today. "Machine Learning is a technique of parsing data, learn from that data and then apply what they have learned to make an informed decision" Machine learning is the best tool so far to analyze, understand, and identify a pattern in the data. One of the main ideas behind machine learning is that the computer can be trained to automate tasks that would be exhaustive or impossible for a human being.


Researchers unveil a pruning algorithm to make artificial intelligence applications run faster

#artificialintelligence

As more artificial intelligence applications move to smartphones, deep learning models are getting smaller to allow apps to run faster and save battery power. Now, MIT researchers have a new and better way to compress models. It's so simple that they unveiled it in a tweet last month: Train the model, prune its weakest connections, retrain the model at its fast, early training rate, and repeat, until the model is as tiny as you want. "That's it," says Alex Renda, a Ph.D. student at MIT. "The standard things people do to prune their models are crazy complicated." Renda discussed the technique when the International Conference of Learning Representations (ICLR) convened remotely this month.