Goto

Collaborating Authors

 Instructional Material


How to Use Mask R-CNN in Keras for Object Detection in Photographs

#artificialintelligence

The Region-based CNN (R-CNN) approach to bounding-box object detection is to attend to a manageable number of candidate object regions and evaluate convolutional networks independently on each RoI. R-CNN was extended to allow attending to RoIs on feature maps using RoIPool, leading to fast speed and better accuracy. Faster R-CNN advanced this stream by learning the attention mechanism with a Region Proposal Network (RPN). Faster R-CNN is flexible and robust to many follow-up improvements, and is the current leading framework in several benchmarks. The family of methods may be among the most effective for object detection, achieving then state-of-the-art results on computer vision benchmark datasets. Although accurate, the models can be slow when making a prediction as compared to alternate models such as YOLO that may be less accurate but are designed for real-time prediction. Mask R-CNN is a sophisticated model to implement, especially as compared to a simple or even state-of-the-art deep convolutional neural network model. Source code is available for each version of the R-CNN model, provided in separate GitHub repositories with prototype models based on the Caffe deep learning framework.


Machine Learning Classification Bootcamp in Python

#artificialintelligence

Build 10 Practical Projects and Advance Your Skills in Machine Learning Using Python and Scikit Learn


Linear Algebra and Feature Selection in Python

#artificialintelligence

This course will allow you to become a professional who understands the math on which algorithms are built, rather than someone who applies them blindly without knowing what happens behind the scenes. But let's answer a pressing question you probably have at this point: "What can I expect from this course and how it will help my professional development?" In brief, we will provide you with the theoretical and practical foundations for two fundamental parts of data science and statistical analysis โ€“ linear algebra and dimensionality reduction. Linear algebra is often overlooked in data science courses, despite being of paramount importance. Most instructors tend to focus on the practical application of specific frameworks rather than starting with the fundamentals, which leaves you with knowledge gaps and a lack of full understanding.


Statistics Masterclass for Data Science and Data Analytics

#artificialintelligence

This course is Very Practical, Easy to Understand and Every Concept is Explained with an Example! I have added real life examples to understand the applications of statistics in the field of Data Science... We'll cover everything that you need to know about statistics and probability for Data Science and Business Analytics! So What Are You Waiting For?


Make 20 Advanced Level Applications in Python

#artificialintelligence

We will also use not only basic concepts but also teach you advance level concepts and use them to make all the 20 Applications in Python. In this course, we will assume that you know basics of python and is now ready to make real time applications in python. You are now ready to use python to make something real out it. We will also use not only basic concepts but also teach you advance level concepts and use them to make all the 20 Applications in Python. Not only that we have covered and taught many Machine Learning Models and then also using these Machine Learning Models, we have build Advance Level Applications as well.


The Beginner's Guide to Artificial Intelligence in Unity.

#artificialintelligence

Do your non-player characters lack drive and ambition? Are they slow, stupid and constantly banging their heads against the wall? Then this course is for you. Join Penny as she explains, demonstrates and assists you in creating your very own NPCs in Unity with C#. All you need is a sound knowledge of Unity, C# and the ability to add two numbers together. In this course, Penny reveals the most popular AI techniques used for creating believable character behaviour in games using her internationally acclaimed teaching style and knowledge from over 25 years working with games, graphics and having written two award winning books on games AI.


Running and Passing Information to a Python Script

#artificialintelligence

Running your Python scripts is an important step in the development process, because it is in this manner that you'll get to find out if your code works as you intended it to. It is, also, often the case that we would need to pass information to the Python script for it to function. In this tutorial, you will discover various ways of running and passing information to a Python script. Running and Passing Information to a Python Script Photo by Andrea Leopardi, some rights reserved. The command-line interface is used extensively for running Python code.


Natural Language Processing (NLP) in Python with 8 Projects

#artificialintelligence

I will recommend this class to any one looking towards Data Science" "This course so far is breaking down the content into smart bite-size pieces and the professor explains everything patiently and gives just enough background so that I do not feel lost." "This course is really good for me. it is easy to understand and it covers a wide range of NLP topics from the basics, machine learning to Deep Learning. The codes used is practical and useful. I definitely satisfy with the content and surely recommend to everyone who is interested in Natural Language Processing"


Deep Reinforcement Learning 2.0

#artificialintelligence

Welcome to Deep Reinforcement Learning 2.0! In this course, we will learn and implement a new incredibly smart AI model, called the Twin-Delayed DDPG, which combines state of the art techniques in Artificial Intelligence including continuous Double Deep Q-Learning, Policy Gradient, and Actor Critic. The model is so strong that for the first time in our courses, we are able to solve the most challenging virtual AI applications (training an ant/spider and a half humanoid to walk and run across a field). In this part we will study all the fundamentals of Artificial Intelligence which will allow you to understand and master the AI of this course. These include Q-Learning, Deep Q-Learning, Policy Gradient, Actor-Critic and more.


Embedded System Design using UML State Machines

#artificialintelligence

A state machine model is a mathematical model that groups all possible system occurrences, called states. The course emphasizes project-based learning, learning by doing. The goal of this course is to introduce an event-driven programming paradigm using simple and hierarchical state machines. After going through this course, you will be trained to apply the state machine approach to solve your complex embedded systems projects. If you are a beginner in the field of embedded systems, then you can take our courses in the below-mentioned order.