The Wayback Machine - https://web.archive.org/web/20170611003556/http://redhat.sys-con.com/node/4094883

Welcome!

Server Monitoring Authors: Carmen Gonzalez, Ken Schwaber, JP Morgenthal, Pat Romanski, Elizabeth White

Related Topics: @BigDataExpo, Machine Learning , Artificial Intelligence, @CloudExpo

@BigDataExpo: Blog Post

Artificial Intelligence Is About Machine Reasoning | @CloudExpo #AI #ML #Cloud

What are you going to do when the data only exist in the heads of your employees?

Machine Learning needs tons of data. But what are you going to do when the data only exist in the heads of your employees?

Machine Learning, Deep Learning, Cognitive Computing, Robotic Process Automation (RPA), Natural Language Processing (NLP), Machine Perception, Predictive APIs, Image Recognition, Speech Recognition, Virtual Agent, Intelligent Assistant, Personal Advisor, Chatbot, Semantic Search. Did I miss anything? I am sure I did. However, I guess I provide a good list for your next round of Artificial Intelligence (AI) bullshit bingo. Oh, one last thing - Machine Reasoning! If you've never heard about this term before, just read until the end and you will get its idea and importance for AI.

AI Hits Puberty but Gives Enterprises a New Hope
In 1955 Prof. John McCarthy already defined AI as the goal to develop machines that behave as though they were intelligent. However, according to a Forrester survey after 62 years, the majority of enterprises worldwide are still in an early stage. Around 60 percent researches on AI including market, solutions, platforms, vendors, skills and techniques. Further 39 percent are in the phase of identifying and designing AI capabilities they can deploy and 36 percent are educating the business or building the business case. Only a fifth (19 percent) is testing AI capabilities in their own environment and 14 percent are already training their deployed AI system.

However, enterprises see lot of potential in AI and its technologies as part of a strategic benefit for their organization. Most of them (57 percent) believe that AI will improve the customer experience and support. However, the more interesting part is that 43 percent believe that AI provides them with the ability to disrupt their industry with new business models, products and services. Further 42 percent think, that AI allows them to develop new products and services. I can't agree more on the last two results mentioned, since several customers of ours already have started their AI journey. In doing so, they have started building an AI-enabled Enterprise based on a semantic data graph and the data and knowledge they hold within their entire enterprise stack.

Artificial Intelligence in a Nutshell: About Smart Machines and Teaching Children
Following Prof. McCarthy's AI definition above, we are talking about a vigorous system.

  • A system which must be considered as a raw IQ container
  • A system that needs unstructured input to train its sense
  • A system that needs a semantic understanding of the world to be able to take further actions
  • A system that needs a detailed map of its context to act independently and transfer experience from one context to another
  • A system that is equipped with all the necessities to develop, foster and maintain knowledge

And it is our responsibility to share our knowledge with these machines as we would share it with our children, spouses or colleagues. This is the only way to transform these machines, made of hard- and software, into a status we would describe as "smart", helping them to become more intelligent by learning on a daily basis, building the groundwork to create a self-learning system.

It is kind of rude to compare raising a child with teaching a machine. However, it follows basically the same principles. In 1950, Alan Turing in his paper "Computing Machinery and Intelligence" described the idea of teaching a machine with the essentials of teaching a child. He described three stages:

  1. The initial state of the mind (at birth)
  2. The education to which it has been subjected
  3. Other experience to which it has been subjected that are not to be described as education

Defining these steps of the process, Turing discussed whether it would be more reasonable to program a child's mind and subject the child's mind to a period of education afterwards. He compared a child to a brand-new notebook and thought that it would be much easier to program because of its simplicity.

Get more background on knowledge and the importance for AI in our current Gartner Newsletter "Knowledge is the Ticket to an AI-enabled Enterprise".

Machine Learning in a Nutshell: Jump into Your Data Lake - Again and Again
Machine learning (ML) is a discipline where a program or system can dynamically alter its behavior based on the ever-changing data. Therefore, the system has the ability to learn without being explicitly programmed. In doing so, algorithms enable systems to make data-driven decisions or predictions by building a model from sample inputs. A system then simply does not just memorize the samples but recognizes patterns and regularities within.

The goal of ML algorithms is to find specific patterns in (large) data sets. However, the supreme discipline is to find the right patterns in all related data sources since random patterns can be simply found everywhere. According to Crisp Research analyst Bjoern Boettcher the most common used algorithms right now are:

  • Regression Algorithms
  • Instance-based Algorithms
  • Decision Tree Algorithms
  • Bayesian Algorithms
  • Clustering Algorithms
  • Artificial Neural Network Algorithms
  • Deep Learning
  • Dimensionality Reduction

Once an algorithm has successfully identified a reasonable pattern, further algorithms respectively mathematic procedures can be used to create a new subset of data and identify new patterns. Thus, the entire system is optimizing the existing knowledge or "learning". In general, four types of learning are distinguished:

  • Supervised Learning
  • Unsupervised Learning
  • Reinforcement Learning
  • Semi-supervised Learning

Facebook's News Feed is a good example for machine learning to personalize each member's feed. Meaning, a member who frequently stops scrolling to read or like a certain post of a friend will see more of that friend's activity.

So far, the biggest market of the AI universe seems to be machine learning. At Arago we easily have identified over 100 companies offering solutions and services, including cloud companies like Amazon Web Services, Microsoft Azure or Google. But also smaller companies as well as start-ups are going to try their luck. Ergo, what has started as a blue ocean has quickly turned into a red ocean where the differentiation just turns out in minor parts respectively in the hidden algorithms implemented in the back-ends.

Bottom line, machine learning helps to identify patterns within data sets and thus tries to make predictions based on the existing data. However, most important is to check the plausibility and correctness of the results since you can always find something in endless sets of data. And that's also one of the drawbacks if you consider machine learning as a single concept. Machine learning needs lots of sample data or data in general to learn and be able to find valuable information respectively results in patterns. A fact, Jerry Kaplan highlights as one crucial drawback saying that machine learning is not useful in situations where "[...] there's no data, just some initial conditions, a bunch of constrains, and one shot to get it right."

So, machine learning is basically like jumping into your data lake of endless waters again and again fishing for the next big catch.

Machine Reasoning in a Nutshell: Teaching the Machine with Human Experience

Machine reasoning (MR) systems generate conclusions from available knowledge by using logical techniques like deduction and induction. Thus, machine reasoning systems build the foundation for knowledge-based environments. Reasoning expert Léon Bottou defines [machine] reasoning as an "algebraically manipulating previously acquired knowledge in order to answer a new question". However, reasoning systems come in different approaches that vary in expressive power, in predictive abilities as well as computational requirements. Bottou classifies seven types of approaches:

  • First order logic reasoning
  • Probabilistic reasoning
  • Causal reasoning
  • Newtonian mechanics
  • Spatial reasoning
  • Social reasoning
  • Non-falsifiable reasoning

Everyone who wants to get a scientific perspective on Machine Reasoning I recommend to read the Léon Bottou's paper "From Machine Learning to Machine Reasoning".

Kaplan describes reasoning systems as a concept that deconstructs "[...] tasks requiring expertise into two components: "knowledge base" - a collection of facts, rules and relationships about a specific domain of interest represented in symbolic form - and a general-purpose "inference engine" that described how to manipulate and combine these symbols." As one of the biggest advantages of reasoning systems Kaplan states that based on facts and rules those kinds of systems can be modified more easily since new facts and knowledge are incorporated. In doing so, reasoning systems are taught by "knowledge engineers" who interview practitioners and "[...] incrementally incorporating their expertise into computer programs [...]". This structure makes it also much more convenient to explain the reasoning to the system.

How Does a Sophisticated Machine Reasoning System Look Like Today?

Talking reasoning systems today, the abilities and thus requirements differ from the ones described by Bottou and Kaplan above. Today, an AI technology based on a sophisticated machine reasoning system has the characteristics to empower a system

  • to learn on its own.
  • to find solutions on its own.
  • to discover the world on its own.
  • to understand the world based on concepts (ontology).

The ontology can be explained by how children learn a language. They do learn by listening and then being taught sentences in school together with the right grammar. The ontology is taught by people. People define things for the ontology that should define a common language. And thus, the machine is able to work with that language.

To create a knowledge pool for an AI system, experts need to teach the AI with their contextual knowledge that includes the what, when, where and why. They have to teach the AI with atomic pieces that can be prioritized by the AI. Context and indexing enable these atomic pieces to be combined to form many solutions afterwards.

To achieve the three steps above, a today's sophisticated machine reasoning system is built on four pillars:

  • Learning: First, a system has to be taught. This can be done by single experts or a community is used where people teach the machine bits of knowledge. This is what the machine uses to be able to learn on its own. You might think this way it doesn't learn on its own, but it does. Consider how a child learns. It learns by being taught by his parents, teacher, other children or anyone else teaching things and it just copies and pastes everything with its "sensors" like ears and eyes. Thus, the AI learns best practices and reasoning from experts. Knowledge is taught in atomic pieces of information that represent individual steps of a process.
  • Semantic Graph: The taught knowledge has to be stored, which is done within a data store. The store is used to supply information for the understanding of the world doing semantic reasoning. Like: I know that my mom is connected to dad. And I am connected to my sister. And my sister is connected to her work colleagues. And she works in this city in that building. This is a semantic map of the world that we know. That is part of our memory - a semantic graph. By creating a semantic data map, the AI understands the world in which it operates.
  • Process Engine: The engine is the central back-end service that puts everything together and thus delivers a solution to a certain problem. The engine knows the map of the world where a system is acting in. In doing so, the engine takes everything it knows and finds the correct solution to a specific problem on its own, step by step based on the knowledge it has.
  • Problem Solving: Problem solving also known as machine reasoning (MR) is the ability to dynamically react to change and by doing this, reusing existing knowledge for new and unknown problems. With machine reasoning, problems are solved in ambiguous and changing environments. The AI dynamically reacts to the ever-changing context, selecting the best course of action. Thus, machine reasoning is the basis for a general artificial intelligence (General AI).

Best of Both Worlds: Machine Reasoning Optimized by Machine Learning
So, after all, why is machine learning just a fancy plugin that helps you to get results out of tons of data but also lets you jump into it again and again?

With machine learning you will never be able to adapt to change, which is what every company is looking for. Because change equals innovation! Thus, we consider machine learning as a mathematic optimization technique, which is fully optional. Talking about a decision-making process, everything works correctly without machine learning. Thus, the machine will find a solution on its own. Machine learning can be used to make the way to the solution shorter or more efficient by applying or selecting better knowledge. That's what machine learning is used for.

In our case, machine learning classifies the atomic knowledge pieces in the situation of a certain problem and prioritizes and chooses the better suited pieces to provide the best solution. Thus, machine learning helps to select the best knowledge to a specific state of a problem.

Thus, machine learning as well as deep learning never tells you what, when, where and why a system has solved a problem or has done the decision the way it did. The technologies and algorithms behind are like a black box and you will never get the reason, just a result.

Jerry Kaplan summarizes the pro and cons of machine reasoning vs. machine learning as "[...] symbolic reasoning is more appropriate for problems that require abstract reasoning, while machine learning is better for situations that require sensory perception or extracting patterns from noisy data."

Of course you have to identify which approach fits best for your specific situation. Or in Jerry Kaplan's words "[...] if you have to stare at a problem and think about it, a symbolic reasoning approach is probably more appropriate. If you look at lots of examples or play around with the issues to get a "feel" for It, machine learning is likely to be more effective."

By the way, if you want to read probably the best book on artificial intelligence on the market right now, get Jerry Kaplan's "Artificial Intelligence: What everyone needs to know".

More Stories By Rene Buest

Rene Buest is Director Market Research & Technology Evangelism at Arago. Prior to that he was Senior Analyst and Cloud Practice Lead at Crisp Research, Principal Analyst at New Age Disruption and member of the worldwide Gigaom Research Analyst Network. At this time Rene was considered as top cloud computing analyst in Germany and one of the worldwide top analysts in this area. In addition, he was one of the world’s top cloud computing influencers and belongs to the top 100 cloud computing experts on Twitter and Google+. Since the mid-90s he is focused on the strategic use of information technology in businesses and the IT impact on our society as well as disruptive technologies.

Rene Buest is the author of numerous professional technology articles. He regularly writes for well-known IT publications like Computerwoche, CIO Magazin, LANline as well as Silicon.de and is cited in German and international media – including New York Times, Forbes Magazin, Handelsblatt, Frankfurter Allgemeine Zeitung, Wirtschaftswoche, Computerwoche, CIO, Manager Magazin and Harvard Business Manager. Furthermore Rene Buest is speaker and participant of experts rounds. He is founder of CloudUser.de and writes about cloud computing, IT infrastructure, technologies, management and strategies. He holds a diploma in computer engineering from the Hochschule Bremen (Dipl.-Informatiker (FH)) as well as a M.Sc. in IT-Management and Information Systems from the FHDW Paderborn.

@ThingsExpo Stories
In this presentation, Striim CTO and founder Steve Wilkes will discuss practical strategies for counteracting fraud and cyberattacks by leveraging real-time streaming analytics. In his session at @ThingsExpo, Steve Wilkes, Founder and Chief Technology Officer at Striim, will provide a detailed look into leveraging streaming data management to correlate events in real time, and identify potential breaches across IoT and non-IoT systems throughout the enterprise. Strategies for processing massiv...
The current age of digital transformation means that IT organizations must adapt their toolset to cover all digital experiences, beyond just the end users’. Today’s businesses can no longer focus solely on the digital interactions they manage with employees or customers; they must now contend with non-traditional factors. Whether it's the power of brand to make or break a company, the need to monitor across all locations 24/7, or the ability to proactively resolve issues, companies must adapt to...
SYS-CON Events announced today that CA Technologies has been named "Platinum Sponsor" of SYS-CON's 21st International Cloud Expo®, which will take place October 31-November 2, 2017, at the Santa Clara Convention Center in Santa Clara, CA. CA Technologies helps customers succeed in a future where every business - from apparel to energy - is being rewritten by software. From planning to development to management to security, CA creates software that fuels transformation for companies in the applic...
In his keynote at @ThingsExpo, Chris Matthieu, Director of IoT Engineering at Citrix and co-founder and CTO of Octoblu, focused on building an IoT platform and company. He provided a behind-the-scenes look at Octoblu’s platform, business, and pivots along the way (including the Citrix acquisition of Octoblu).
SYS-CON Events announced today that IBM has been named “Diamond Sponsor” of SYS-CON's 21st Cloud Expo, which will take place on October 31 through November 2nd 2017 at the Santa Clara Convention Center in Santa Clara, California.
The consumer IoT market is growing at an astounding rate – device ownership increased 259% from 2015 to 2016. In her session at @ThingsExpo, Noelani McGadden, Vice President of IoT at PlumChoice, will present thought-provoking insights from a recent survey, while exploring the opportunities and challenges as the market continues to grow. The data highlights which types of devices consumers currently own and are planning to purchase, the reasons why they’re purchasing these devices and their pr...
SYS-CON Events announced today that Striim will exhibit at SYS-CON's 20th International Cloud Expo® | @ThingsExpo New York, which will take place on June 6-8, 2017, at the Javits Center in New York City, NY. Striim™ (pronounced “stream”) is an enterprise-grade, real-time integration and intelligence platform. Striim makes it easy to ingest high volumes of streaming data – including enterprise data via log-based change data capture – for real-time log correlation, cloud integration, edge process...
When shopping for a new data processing platform for IoT solutions, many development teams want to be able to test-drive options before making a choice. Yet when evaluating an IoT solution, it’s simply not feasible to do so at scale with physical devices. Building a sensor simulator is the next best choice; however, generating a realistic simulation at very high TPS with ease of configurability is a formidable challenge. When dealing with multiple application or transport protocols, you would be...
SYS-CON Events announced today that Interoute, owner-operator of one of Europe's largest networks and a global cloud services platform, has been named “Bronze Sponsor” of SYS-CON's 20th Cloud Expo, which will take place on June 6-8, 2017 at the Javits Center in New York, New York. Interoute is the owner-operator of one of Europe's largest networks and a global cloud services platform which encompasses 12 data centers, 14 virtual data centers and 31 colocation centers, with connections to 195 add...
A strange thing is happening along the way to the Internet of Things, namely far too many devices to work with and manage. It has become clear that we'll need much higher efficiency user experiences that can allow us to more easily and scalably work with the thousands of devices that will soon be in each of our lives. Enter the conversational interface revolution, combining bots we can literally talk with, gesture to, and even direct with our thoughts, with embedded artificial intelligence, whic...
SYS-CON Events announced today that Clouber will exhibit at SYS-CON's 20th International Cloud Expo®, which will take place on June 6-8, 2017, at the Javits Center in New York City, NY. Clouber offers Migration as a Service (MaaS) across Private and Public Cloud (AWS, Azure, GCP) including bare metal migration to cloud. Clouber’s innovative technology allows for migration projects to be completed in minutes instead of weeks. For more updates follow #clouberio
Amazon started as an online bookseller 20 years ago. Since then, it has evolved into a technology juggernaut that has disrupted multiple markets and industries and touches many aspects of our lives. It is a relentless technology and business model innovator driving disruption throughout numerous ecosystems. Amazon’s AWS revenues alone are approaching $16B a year making it one of the largest IT companies in the world. With dominant offerings in Cloud, IoT, eCommerce, Big Data, AI, Digital Assista...
SYS-CON Events announced today that Striim will exhibit at SYS-CON's 20th International Cloud Expo®, which will take place on June 6-8, 2017, at the Javits Center in New York City, NY. Striim is pronounced "stream", with two i's for integration and intelligence. The company was founded in 2012 as WebAction, with a mission to help companies make data useful the instant it's born. The leaders behind the Striim platform thrive on building technology companies that raise expectations for how the wor...
Internet of @ThingsExpo, taking place October 31 - November 2, 2017, at the Santa Clara Convention Center in Santa Clara, CA, is co-located with the 21st International Cloud Expo and will feature technical sessions from a rock star conference faculty and the leading industry players in the world. @ThingsExpo Silicon Valley Call for Papers is now open.
New competitors, disruptive technologies, and growing expectations are pushing every business to both adopt and deliver new digital services. This ‘Digital Transformation’ demands rapid delivery and continuous iteration of new competitive services via multiple channels, which in turn demands new service delivery techniques – including DevOps. In this power panel at @DevOpsSummit 20th Cloud Expo, moderated by DevOps Conference Co-Chair Andi Mann, panelists will examine how DevOps helps to meet th...
SYS-CON Events announced today that Outscale will exhibit at SYS-CON's 20th International Cloud Expo®, which will take place on June 6-8, 2017, at the Javits Center in New York City, NY. Outscale's technology makes an automated and adaptable Cloud available to businesses, supporting them in the most complex IT projects while controlling their operational aspects. You boost your IT infrastructure's reactivity, with request responses that only take a few seconds.
In his session at @ThingsExpo, Arvind Radhakrishnen will discuss how IoT offers new business models in banking and financial services organizations with the capability to revolutionize products, payments, channels, business processes and asset management built on strong architectural foundation. The following topics will be covered: How IoT stands to impact various business parameters including customer experience, cost and risk management within BFS organizations.
SYS-CON Events announced today that CAST Highlight has been named "Bronze Sponsor" of SYS-CON's 20th International Cloud Expo®, which will take place on June 6-8, 2017, at the Javits Center in New York City, NY. CAST Highlight is an ultra-rapid code-scanning SaaS offering that identifies potential IT risks and cost savings opportunities across distributed application portfolios. By delivering data and insights on the health of portfolios, CAST Highlight provides IT leaders with objectivity and c...
In his opening keynote at 20th Cloud Expo, Michael Maximilien, Research Scientist, Architect, and Engineer at IBM, will motivate why realizing the full potential of the cloud and social data requires artificial intelligence. By mixing Cloud Foundry and the rich set of Watson services, IBM's Bluemix is the best cloud operating system for enterprises today, providing rapid development and deployment of applications that can take advantage of the rich catalog of Watson services to help drive insigh...
In order to meet the rapidly changing demands of today’s customers, companies are continually forced to redefine their business strategies in order to meet these needs, stay relevant and continue to see profitable growth. IoT deployment and development is integral in this transformation, and today businesses are increasingly seeing the value of investing their resources into IoT deployments. These technologies are able increase ROI through projects such as connecting supply chains or enabling sm...