Plotting

Results


Top 10 Machine Learning Videos on YouTube, updated

@machinelearnbot

It's a few years old, but still acts as a great technical introduction to the topic.


These are the best free Artificial Intelligence educational resources online

#artificialintelligence

Deep learning is not a beginner-friendly subject -- even for experienced software engineers and data scientists. If you've been Googling this subject, you may have been confused by the resources you've come across. To find the best resources, we surveyed engineers on their favorite sources for deep learning, and these are what they recommended. These educational resources include online courses, in-person courses, books, and videos. All are completely free and designed by leading professors, researchers, and industry professionals like Geoffrey Hinton, Yoshua Bengio, and Sebastian Thrun.


Dive into Deep Learning with 12 free online courses

@machinelearnbot

A collaborative course incorporating labs in TensorFlow and peer brainstorming along with lectures.


Dive into Deep Learning with 10 free online courses

#artificialintelligence

A collaborative course incorporating labs in TensorFlow and peer brainstorming along with lectures.


AI Nanodegree Program Syllabus: Term 2 (Deep Learning), In Depth

#artificialintelligence

Here at Udacity, we are tremendously excited to announce the kick-off of the second term of our Artificial Intelligence Nanodegree program. Because we are able to provide a depth of education that is commensurate with university education; because we are bridging the gap between universities and industry by providing you with hands-on projects and partnering with the top industries in the field; and last but certainly not least, because we are able to bring this education to many more people across the globe, at a cost that makes a top-notch AI education realistic for all aspiring learners. During the first term, you've enjoyed learning about Game Playing Agents, Simulated Annealing, Constraint Satisfaction, Logic and Planning, and Probabilistic AI from some of the biggest names in the field: Sebastian Thrun, Peter Norvig, and Thad Starner. Term 2 will be focused on one of the cutting-edge advancements of AI -- Deep Learning. In this Term, you will learn about the foundations of neural networks, understand how to train these neural networks with techniques such as gradient descent and backpropagation, and learn different types of architectures that make neural networks work for a variety of different applications.


What Is The Best Way To Learn Machine Learning Without Taking Any Online Courses?

Forbes - Tech

What is the best way to start learning machine learning and deep learning without taking any online courses? Let me first start off by saying that there is no single "best way" to learn machine learning, and you should find a system that works well for you. Some people prefer the structure of courses, others like reading books at their own pace, and some want to dive right into code. I started with Andrew Ng's Machine Learning Coursera course in 2012, knowing almost zero linear algebra and nothing about statistics or machine learning. Note that although the class covered neural networks, it was not a course on Deep Learning.


These are the best free Artificial Intelligence educational resources online

#artificialintelligence

Deep learning is not a beginner-friendly subject -- even for experienced software engineers and data scientists. If you've been Googling this subject, you may have been confused by the resources you've come across. To find the best resources, we surveyed engineers on their favorite sources for deep learning, and these are what they recommended. These educational resources include online courses, in-person courses, books, and videos. All are completely free and designed by leading professors, researchers, and industry professionals like Geoffrey Hinton, Yoshua Bengio, and Sebastian Thrun.


Unsupervised Deep Learning in Python - Udemy

#artificialintelligence

This course is the next logical step in my deep learning, data science, and machine learning series. I've done a lot of courses about deep learning, and I just released a course about unsupervised learning, where I talked about clustering and density estimation. So what do you get when you put these 2 together? In these course we'll start with some very basic stuff - principal components analysis (PCA), and a popular nonlinear dimensionality reduction technique known as t-SNE (t-distributed stochastic neighbor embedding). Next, we'll look at a special type of unsupervised neural network called the autoencoder.


Deep Learning Nanodegree Foundation Udacity

#artificialintelligence

"Nanodegree" is a registered trademark of Udacity. Udacity is not an accredited university and we don't confer traditional degrees. Udacity Nanodegree programs represent collaborations with our industry partners who help us develop our content and who hire many of our program graduates.


The Best Answers to Your Most Crucial Deep Learning Questions

@machinelearnbot

Talk to someone with programming skills and discuss any subject about deep learning with them so that you could quickly jump in as a newbie. Though some people figure out various libraries embedding math is used universally, you needn't understand the theory to implement deep learning tasks, I still recommend you learn some math knowledge like partial derivative. Some resources could give you a good starting point like Stanford's online course CS231n, Deep Learning at Oxford 2015and Andrew Ng's Coursera class. Also, some interesting online books like Neural Networks and Deep Learning could also give you an assistance to deep learning. Facilities and toolkits should also be available.