Instructional Material
Deep Learning: Understanding Convolutional Neural Networks
This video is a part of a free online course that provides introduction to practical deep learning methods using MATLAB. In addition to short engaging videos, the course also contains interactive, in-browser MATLAB projects. For a 14-hour comprehensive course covering the theory and practice of deep learning using real-world image and sequence data, see: http://bit.ly/2DjaTdh
Machine Learning in Python - PyImageSearch
Struggling to get started with machine learning using Python? In this step-by-step, hands-on tutorial you will learn how to perform machine learning using Python on numerical data and image data. By the time you are finished reading this post, you will be able to get your start in machine learning. To launch your machine learning in Python education, just keep reading! Inside this tutorial, you will learn how to perform machine learning in Python on numerical data and image data. Using this technique you will be able to get your start with machine learning and Python! Along the way, you'll discover popular machine learning algorithms that you can use in your own projects as well, including: This hands-on experience will give you the knowledge (and confidence) you need to apply machine learning in Python to your own projects. Before we can get started with this tutorial you first need to make sure your system is configured for machine learning. Today's code requires the following libraries: In order to help you gain experience performing machine learning in Python, we'll be working with two separate datasets. The first one, the Iris dataset, is the machine learning practitioner's equivalent of "Hello, World!" (likely one of the first pieces of software you wrote when learning how to program). The second dataset, 3-scenes, is an example image dataset I put together -- this dataset will help you gain experience working with image data, and most importantly, learn what techniques work best for numerical/categorical datasets vs. image datasets. Let's go ahead and get a more intimate look at these datasets.
Stanford CS 224N -2017: Assignment 1 Part 1 โ Piyush Gandhi โ Medium
The Stanford CS 224N course - Natural Language Processing with Deep Learning is known to be one of the best courses around for as evident by the title. I recently started doing the course as I wanted to do NLP for a long time now and considering that the 2019 course is going to be publicly available (http://web.stanford.edu/class/cs224n/), I thought that it might be a good idea to write a blog as I go through the assignments. In a series of stories, I'll be releasing the solutions as I go on about the course. Feel free to comment if you find a mistake or a better solution to mine.
PyTorch Crash Course, Part 2 โ Manning Publications โ Medium
Just enter code fccstevens into the promotional discount code box at checkout at manning.com. In part one, we learned about PyTorch and its component parts, now let's take a closer look and see what it can do. In this article, we explore some of PyTorch's capabilities by playing with pre-trained networks. Computer vision -- a field that deals with making computers to gain high-level understanding from digital images or videos -- is certainly one of the fields most impacted by the advent of deep learning, for a variety of reasons. The need for classifying or interpreting the content of natural images was there, huge datasets became available and new constructs, such as convolutional layers, came about and started to run quickly on GPUs with unprecedented accuracies.
AI for Good Google.org challenge
Google.org is still looking for for organizations around the world to submit ideas for solving societal problems with AI. If your idea is selected, you will receive Google.org grant funding from a $25M pool, support and consulting with Google's AI and cloud experts, and more resources to help your idea become a reality. The deadline to apply is January 22. Need some help getting started? Get artificial intelligence training with these resources and online training modules, then submit your ideas by January 22 โ good luck!
ng-conf 2019: Workshop Introduction to Machine Learning with TensorFlow.js
Learn how to build and train Neural Networks using the most popular machine learning framework for JavaScript, TensorFlow.js. This is a practical workshop where you'll learn "hands-on" by building 5 different applications from scratch using TensorFlow.js. By the end you'll know: โ The *essential* mathematics. If you have ever been interested in Machine Learning, if you want to get a taste for what this exciting field has to offer, if you want to be able to talk to other Machine Learning/AI specialists in a language they understand, then this workshop is for you.
The Complete Self-Driving Car Course - Applied Deep Learning
Self-driving cars, have rapidly become one of the most transformative technologies to emerge. Fuelled by Deep Learning algorithms, they are continuously driving our society forward, and creating new opportunities in the mobility sector. Deep Learning jobs command some of the highest salaries in the development world. This is the first, and only course which makes practical use of Deep Learning, and applies it to building a self-driving car, one of the most disruptive technologies in the world today. With over 28000 students, Rayan is a highly rated and experienced instructor who has followed a "learn by doing" style to create this amazing course.
Machine Learning for Business: A New Hands-on Approach
It's easy to see the impressive rise in popularity for "machine learning" but most IT people and executives often have trouble identifying where their business might actually apply machine learning (ML) or Deep LEarning (DL) to business problems. Market leaders are using Artificial Intelligence for data analytics, predictions, targeted recommendations, and even HR. The question is, how can AI benefit your business? Well, answering this question is the main objective of this course: learn what Machine Learning is and how to use it in advantage of your business. That way, you can take advantage of this tremendous opportunity and become a successful ML entrepreneur.
IIT Kharagpur To Launch A New 6-Month Course In AI And ML
In an interesting turn of events, IIT Kharagpur, this week announced that they were to launch a new course on artificial intelligence and machine learning, specially designed for working professionals and engineering students. The programme, which will be of six months duration, will commence from March 2019 and will be conducted from IIT-Kgp institute units in Kharagpur, Bengaluru and Kolkata and possibly in Hyderabad as well. PP Chakrabarti, director at IIT Kharagpur, told the media on Thursday, "A rigorous AI programme for professionals is the need of the hour. The programme has been designed by IIT Kharagpur faculty in consultation with industry experts." This course will comprise 16 one-credit modules and one capstone project.
Practical Apache Spark in 10 Minutes
Editor's note: This is a summary of a series of articles written on this subject from our friends at ActiveWizards. As such, each article in the series is intended as a 10 minute tutorial on a particular Apache Spark topic. Apache Spark is a powerful open-source processing engine built around speed, ease of use, and sophisticated analytics. It has originally been developed at UC Berkeley in 2009, while Databricks was founded later by the creators of Spark in 2013. The Spark engine runs in a variety of environments, from cloud services to Hadoop or Mesos clusters.