Learning Management
How We Can Train Artificial Intelligence Algorithms to Make Ethical Decisions Wednesday, @singularityu March 21st 2018 - 12:00 AM (CET)
When faced with the choice of saving the life of the passenger or the pedestrian passing by, how should an autonomous car be programed to act? In many scenarios, the most logical decision isn't always the most ethical one, which is why objective decision-making alone in algorithms is not enough. As machine learning and advanced artificial intelligence algorithms become more prevalent in our daily lives, it becomes increasingly important to address the inherent biases and ethical blind spots built into these systems. In fact, when we don't, we risk unleashing systems that may have far-reaching and disastrous consequences across many areas of society, from medical diagnoses to judicial decisions. Join Nathana Sharma, as she talks about the importance of designing AI algorithms that are capable of making decisions that are not just rationally correct, but also ethically right.
Learning to Learn Deep Learning E-Learning
Welcome to this e-learning course developed and produced by Dr Neil Thompson and hosted by Simpliv. Neil is a well-published author in the people professions field, an international conference speaker and sought-after consultant.The overall aim of this course is to help you broaden and deepen your understanding of what is involved in learning, what can prevent it from happening and what you can do to maximize your learning. Learning is part of everyday life and something we are very familiar with. But, that does not mean that we are making the most of the learning opportunities we encounter. Indeed, it is fair to say that, despite the emphasis on the importance of learning, relatively few people achieve optimal learning.
An Introduction into Machine Learning C Libraries
Being able to perform machine learning in C will make you a very desirable hiring target. Not that you wouldn't be if you used any other language but, the truth is that machine learning in C is a great combination that is likely to give you access to very interesting positions! In this course, we focus on the practical part of machine learning--employing different C libraries. Several popular machine learning libraries currently exist--we'll review them and you'll become familiar with four of them. We use examples of standard machine learning algorithms implemented through the libraries.
Step-by-Step Machine Learning with Python Udemy
Data science and machine learning are some of the top buzzwords in the technical world today. The resurging interest in machine learning is due to the same factors that have made data mining and Bayesian analysis more popular than ever. This video is your entry point to machine learning. It starts with an introduction to machine learning and the Python language and shows you how to complete the necessary setup. Moving ahead, you will learn all the important concepts such as exploratory data analysis, data preprocessing, feature extraction, data visualization and clustering, classification, regression, and model performance evaluation.
Detect Fraud and Predict the Stock Market with TensorFlow
Learn to use Python Artificial Intelligence for data science. Do you want to learn how to use Artificial Intelligence (AI) for automation? You will learn how to code in Python, calculate linear regression with TensorFlow, analyze credit card fraud and make a stock market prediction app. AI is code that mimics certain tasks. You can use AI to predict trends like the stock market.
Practical Machine Learning Coursera
One of the most common tasks performed by data scientists and data analysts are prediction and machine learning. This course will cover the basic components of building and applying prediction functions with an emphasis on practical applications. The course will provide basic grounding in concepts such as training and tests sets, overfitting, and error rates. The course will also introduce a range of model based and algorithmic machine learning methods including regression, classification trees, Naive Bayes, and random forests. The course will cover the complete process of building prediction functions including data collection, feature creation, algorithms, and evaluation.
Make predictions with Python machine learning for apps
By the end of this course you will have 3 complete mobile machine learning models and apps. We will build a simple weather prediction project, stock market prediction project, and text-response project. For each we will build a basic version in PyCharm, save the trained model, export the trained model to Android Studio, and build an app around model. We'll give you all necessary information to succeed from newbie to pro. We will install PyCharm 2017.2.3 and explore the interface.
Data Structures and Algorithmic Trading: Machine Learning
Data Structures and Algorithmic trading is a method of executing orders using automated pre-programmed trading instructions over time. They were developed so that traders do not need to constantly watch a stock and repeatedly send those slices out manually. Algorithmic trading is not an attempt to make a trading profit. It is simply a way to minimize the cost, market impact and risk in execution of an order, but if you can't use this incredible tool, you might miss the right entry or exit spots that other traders will gladly take. What if you could change that?
Artificial Intelligence with Python – Heuristic Search
This course is a go-to guide for the four topics, logic programming, heuristic search, genetic algorithms and building games with AI. It will help you learn to programme with AI. The course will start with the basic puzzles, parsing trees and expression matching. This will be followed by building solutions for region coloring and maze solving. The course also has fun-filled videos on building bots to play Tic-tac-toe, Connect Four and Hexapawn.
Fundamentals of Machine Learning with scikit-learn
As the amount of data continues to grow at an almost incomprehensible rate, being able to understand and process data is becoming a key differentiator for competitive organizations. Machine Learning applications are everywhere, from self-driving cars, spam detection, document searches, and trading strategies, to speech recognition. This makes machine learning well-suited to the present-day era of big data and data science. The main challenge is how to transform data into actionable knowledge. In this course you will learn all the important Machine Learning algorithms that are commonly used in the field of data science.