Applied Artificial Intelligence: An Introduction For Business Leaders
Rate it:
10%
Flag icon
Though AI refers to a larger umbrella of computational techniques, the most successful modern AI solutions are powered by machine learning algorithms.
10%
Flag icon
Statistics is the discipline concerned with the collection, analysis, description, visualization, and drawing of inferences from data.
10%
Flag icon
Data mining is the automation of exploratory statistical analysis on large-scale databases,
11%
Flag icon
The goal of data mining is to extract patterns and knowledge from large-scale datasets so that they can be reshaped into a more understandable structure for later analysis.
11%
Flag icon
Symbolic systems are programs that use human-understandable symbols to represent problems and reasoning.3 The most successful form of symbolic systems is the expert system, which mimic the decision-making process of human experts.
11%
Flag icon
What happens if you want to teach a computer to do a task, but you’re not entirely sure how to do it yourself? What if the problem is so complex that it’s impossible for you to encode all of the rules and knowledge upfront?
11%
Flag icon
Machine learning enables computers to learn without being explicitly programmed. It is a field in computer science that builds on top of computational statistics and data mining.
11%
Flag icon
Supervised learning occurs when the computer is given labeled training data, which consists of paired inputs and outputs (e.g. an image of a cat correctly labeled as “cat”), and learns general rules that can map new inputs to the correct output.
12%
Flag icon
Unsupervised learning occurs when computers are given unstructured rather than labeled data, i.e. no input-output pairs, and asked to discover inherent structures and patterns that lie within the data. One common application of unsupervised learning is clustering, where input data is divided into different groups based on a measure of “similarity."
12%
Flag icon
Reinforcement learning is learning by trial-and-error, in which a computer program is instructed to achieve a stated goal in a dynamic environment.
12%
Flag icon
Deep learning is a subfield of machine learning that builds algorithms by using multi-layered artificial neural networks, which are mathematical structures loosely inspired by how biological neurons fire.
13%
Flag icon
In practice, using simpler AI approaches like older, non-deep-learning machine learning techniques can produce faster and better results than fancy neural nets can. Rather than building custom deep learning solutions, many enterprises opt for Machine Learning as a Service (MLaaS) solutions from Google, Amazon, IBM, Microsoft, or leading AI startups.
13%
Flag icon
Probabilistic programming enables us to create learning systems that make decisions in the face of uncertainty by making inferences from prior knowledge.
13%
Flag icon
Probabilistic programs have been used successfully in applications such as medical imaging, machine perception, financial predictions, and econometric and atmospheric forecasting.
14%
Flag icon
There are four broad categories of ensembling: bagging, boosting, stacking, and bucketing. Bagging entails training the same algorithm on different subsets of the data and includes popular algorithms like random forest. Boosting involves training a sequence of models, where each model prioritizes learning from the examples that the previous model failed on. In stacking, you pool the output of many models. In bucketing, you train multiple models for a given problem and dynamically choose the best one for each specific input.
15%
Flag icon
Systems That Act, which we define as rule-based automata.
15%
Flag icon
Systems That Predict are systems that are capable of analyzing data and using it to produce probabilistic predictions.
16%
Flag icon
machine learning approaches to lead scoring can perform better than rule-based or statistical methods.
16%
Flag icon
computers have been used for generative design and art for decades.
17%
Flag icon
Sentiment analysis, also known as opinion mining or emotion AI, extracts and quantifies emotional states from our text, voice, facial expressions, and body language.
18%
Flag icon
A System That Masters is an intelligent agent capable of constructing abstract concepts and strategic plans from sparse data.
27%
Flag icon
You may have brilliant ideas for using artificial intelligence to improve your organization and community, but translating those ideas into viable software requires having the right mindset, dedicated leadership, and a diverse support team.
29%
Flag icon
The ideal characteristics of an executive AI champion include: C-Suite executive level or higher Business and domain expert Credible and influential Technically knowledgeable Analytical and data-driven Controls sufficient budget Encourages experimentation Understands and accepts risks Collaborates well with decision-makers across multiple business units
30%
Flag icon
The CTO defines the technology architecture, runs engineering teams, and continuously improves the technology behind the company’s product offerings. Creativity, technical skill, and ability to innovate are essential to a CTO’s success.
30%
Flag icon
The CIO runs an organization’s IT and Operations to streamline and support business processes. Unlike the CTO, the CIO’s customers are internal users, functional departments, and business units. CIOs typically adapt and integrate third-party infrastructure solutions to meet their unique business needs and do less custom development than CTOs do.
31%
Flag icon
Chief Data Officers (CDOs) are becoming increasingly common,46 but their mandate is more often the security, regulation, and governance of enterprise data.
31%
Flag icon
CAO can then apply meaningful analytics to solve business problems. The roles overlap, and the titles are often interchangeable.
32%
Flag icon
“A hundred years ago electricity transformed countless industries; 20 years ago the internet did, too. Artificial intelligence is about to do the same,” writes Andrew Ng,
33%
Flag icon
Presenting a clear ROI on AI initiatives is the best way to persuade executive stakeholders, but this can be challenging when enterprise AI adoption is early and still being proven in many sectors.
34%
Flag icon
key strategy is to appeal to your business leaders about the potential of increasing the bottom line.
35%
Flag icon
project, emphasize the value that new technology can deliver instead of the technical details of implementation.
35%
Flag icon
AI systems largely handle individual tasks, not whole jobs.
36%
Flag icon
Machine Intelligence Continuum (MIC) framework and AI applications within a specific industry, a training module on how to evaluate an organization for AI-readiness, and a hands-on project to design and implement a pilot.
37%
Flag icon
data science team manager understands how best to deploy the expertise of his team in order to maximize their productivity on a project.
37%
Flag icon
ML engineers build machine learning solutions to solve business and customer problems. These specialized engineers deploy models, manage infrastructure, and run operations related to
37%
Flag icon
machine learning projects. They are assisted by data scientists and data engineers to manage databases and build the data infrastructure necessary to support the products and services used by their customers.
37%
Flag icon
see. Data scientists collect data, spend most of their time cleaning it, and the rest of their time looking for patterns in the data and building predictive models.
37%
Flag icon
Researchers are more focused on driving scientific discovery and less concerned with pursuing industrial applications of their findings.
38%
Flag icon
Applied researchers straddle research and engineering.
62%
Flag icon
Underfitting occurs when your model is too simple to capture the complexities of your underlying data.
62%
Flag icon
Overfitting occurs when your model does not generalize well outside of your training data.
62%
Flag icon
65%
Flag icon
“The Hidden Technical Debt In Machine Learning Systems,”
65%
Flag icon
65%
Flag icon
Technical debt refers to the cost of additional rework that will be needed in the future when you opt for quick and hacky fixes early on.
65%
Flag icon
However, the performance of your existing models will deteriorate as environmental conditions change over time.
66%
Flag icon
Machine learning debt can be divided into three main types: code debt, data debt, and math debt.
66%
Flag icon
math debt stems from the complexity of the model’s algorithms.
66%
Flag icon
Companies such as Google, Facebook, and AirBnB have created internal Machine Learning as a Service (MLaaS) platforms to enable their engineering teams to build, deploy, and operate machine learning solutions with ease.
66%
Flag icon
MLaaS also facilitates clear knowledge documentation. The following types of data are captured by Uber’s Michelangelo88: Who trained the model Start and end time of the training job (some complicated training jobs can take hours or even days) Full model configuration (features used, hyper-parameter values, etc.) Reference to training and test datasets Model accuracy metrics Standard charts and graphs for each model type Full learned parameters for the model Summary statistics for model visualization Other notes and information
« Prev 1