Goto

Collaborating Authors

 Genre


Artificial Intelligence:Deep Learning in Real World Business

@machinelearnbot

Everyone wants to minimize losses and maximize profits. AI and Deep Learning are transforming the way we understand software, making computers more intelligent than we could even imagine just a decade ago. Thanks to Deep Learning and improved methodologies to analyze data, Data Analysts and Data Scientists are increasingly using data to make informed decisions. Deep Learning algorithms are being used across a broad range of industries โ€“ as the fundamental driver of AI, being able to tackle Deep Learning is going to a vital and valuable skill not only within the tech world but also for the wider global economy that depends upon knowledge and insight for growth and success. It's something that's moving beyond the realm of data science โ€“ if you're a developer, this course gives you a great opportunity to expand your skillset.


Deep Learning A-Z : Hands-On Artificial Neural Networks

@machinelearnbot

Artificial intelligence is growing exponentially. There is no doubt about that. Self-driving cars are clocking up millions of miles, IBM Watson is diagnosing patients better than armies of doctors and Google Deepmind's AlphaGo beat the World champion at Go - a game where intuition plays a key role. But the further AI advances, the more complex become the problems it needs to solve. And only Deep Learning can solve such complex problems and that's why it's at the heart of Artificial intelligence.


HR Analytics: Using Machine Learning to Predict Employee Turnover

#artificialintelligence

Employee turnvover (attrition) is a major cost to an organization, and predicting turnover is at the forefront of needs of Human Resources (HR) in many organizations. Until now the mainstream approach has been to use logistic regression or survival curves to model employee attrition. However, with advancements in machine learning (ML), we can now get both better predictive performance and better explanations of what critical features are linked to employee attrition. First, we'll use the h2o package's new FREE automatic machine learning algorithm, h2o.automl(), to develop a predictive model that is in the same ballpark as commercial products in terms of ML accuracy. Then we'll use the new lime package that enables breakdown of complex, black-box machine learning models into variable importance plots.


How Artificial Intelligence Will Change School Forever

#artificialintelligence

Nothing reveals as much about a society, and its future, as its high schools. Yet amid accelerating change -- widening inequality, unprecedented globalization and technological advances -- they've woefully lagged behind. There are, of course, exceptions. Follow OZY's special series High School, Disrupted to find out about the global leaders, cutting-edge trends and big ideas reimagining secondary education -- for the better. From Siri handling our schedules to smart cars driving themselves, artificial intelligence (AI) has turned our world upside down -- except in education.


Algorithmic Thinking (Part 1) Coursera

@machinelearnbot

About this course: Experienced Computer Scientists analyze and solve computational problems at a level of abstraction that is beyond that of any particular programming language. This two-part course builds on the principles that you learned in our Principles of Computing course and is designed to train students in the mathematical concepts and process of "Algorithmic Thinking", allowing them to build simpler, more efficient solutions to real-world computational problems. In part 1 of this course, we will study the notion of algorithmic efficiency and consider its application to several problems from graph theory. As the central part of the course, students will implement several important graph algorithms in Python and then use these algorithms to analyze two large real-world data sets. The main focus of these tasks is to understand interaction between the algorithms and the structure of the data sets being analyzed by these algorithms.


Apple exec dismisses safety concerns about Face ID

Daily Mail - Science & tech

When Apple launched the iPhone X last week, the firm highlighted many of the key new features, including facial recognition capabilities, called Face ID. While Apple is optimistic about the feature, many people have raised concerns about its safety. For instance, some have said it could be used by thieves to unlock your phone just by holding it up to your face. Now, in a new interview, Craig Federighi, Apple's software engineering chief has reassured users that they can easily disable the feature, should they be concerned about it. Mr Federighi even went so far as to say that people will soon not be able to live without the feature.


Preparing for the Challenge of Artificial Intelligence

#artificialintelligence

Interest in artificial intelligence and machine learning in health care is accelerating and diversifying. The promise of AI in health care, though still somewhat speculative, is profound and envisions capabilities that were the stuff of science fiction just a few years ago. The challenge of AI in health care is equally profound and requires answering difficult questions and addressing thorny issues. What are the realistic promises that AI can make? How does AI intersect with other emerging health care capabilities, such as genomic medicine?


Deep Learning: Recurrent Neural Networks in Python

#artificialintelligence

Like the course I just released on Hidden Markov Models, Recurrent Neural Networks are all about learning sequences - but whereas Markov Models are limited by the Markov assumption, Recurrent Neural Networks are not - and as a result, they are more expressive, and more powerful than anything we've seen on tasks that we haven't made progress on in decades. So what's going to be in this course and how will it build on the previous neural network courses and Hidden Markov Models? In the first section of the course we are going to add the concept of time to our neural networks. I'll introduce you to the Simple Recurrent Unit, also known as the Elman unit. We are going to revisit the XOR problem, but we're going to extend it so that it becomes the parity problem - you'll see that regular feedforward neural networks will have trouble solving this problem but recurrent networks will work because the key is to treat the input as a sequence.


Practical Machine Learning Coursera

@machinelearnbot

About this course: 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.


ElasticSearch and Lucene for Apache Spark and MLib

#artificialintelligence

Elasticsearch is a search engine based on Lucene. It provides a distributed, multitenant-capable full-text search engine with an HTTP web interface and schema-free JSON documents. Elasticsearch is developed in Java and is released as open source under the terms of the Apache License. Official clients are available in Java, .NET (C#), Python, Groovy and many other languages. Elasticsearch is the most popular enterprise search engine followed by Apache Solr, also based on Lucene.