Skip to main content

The evolution and future of AI

    


           The evolution and future of AI



The original AI researchers were very interested in games because they were extremely complex. Huge numbers of possible positions and gains were available, yet they're simple in a certain way. They're simple in that the moves are well-defined, the goals are well-defined. So you don't have to solve everything all at once. With chess in particular, in the work on Deep Blue at IBM, what became apparent, what computers could do on our problem like that was bringing a massive amount of compute resource to do deeper searches, to investigate more options of moves in chess than was previously possible. Watson defeating jeopardy. So this was another crossover point, in the development of AI and cognitive computing. That the questions that IBM was able to answer with jeopardy were questions that weren't simply looking up in the database, and finding the answer somewhere. Rather it required information retrieval over lots of different information resources. Then the combining of these together using machine learning that could arrive at answers that went beyond what was simply written somewhere. 


Now, our technology is so much better and so much more advanced that we're really ready to move on and to tackle much more challenging problems that have this ill-defined or messy nature. 


Every industry from oil and gas, to healthcare, to media and entertainment, to retail are just being swamped by a tsunami of unstructured data. That can be multimedia, can be images, it can be video, it can be text. It's really the ability to understand that data that is becoming critical. One of the most valuable applications of cognitive computing is in the health domain. Medical providers, physicians, nurses, assistants face enormous challenges, leveraging all of the available information that's out there. The medical literature increases by about 700,000 articles every year. 


There's already millions of journal articles out there, and today's imaging technologies produce very rich amount of information. In fact, a particular scan might have 5,000 images in it. You combine the image analysis with natural language understanding, and text analysis, leveraging the medical literature, leveraging the patient's medical history, the physician has got a lot more information and knowledge at their disposal to help them make the best diagnosis possible. Clearly, there is intersection of what the computer can do and what people are able to do. That gives you something that's better than each of them individually. What is going to be truly interesting is to see what is the best way for them to have really symbiotic type of interaction, taking advantage of each other's strengths to collectively solve a problem? Watson, it looks at another aspect of intelligence, and a much more difficult aspect of intelligence, that is language. You have to be able to interpret the questions and come up with the right answers no matter what the topic. So I think the ideal scenario for AI in the modern world is not to try and develop a system that completely autonomously handled every aspect of a problem but have a collaboration between machines doing what they do best and people doing what they do best. I can imagine that combination will do better than either one by themselves. We're constantly here looking for what's the next grand challenge problem we can take on? That's not just around the corner or a year away, but it's going to take a multi-year effort. When we get there, we'll have something that's valuable for the world.



Avinash C. Pillai

Technology Director

syniverse® 

The world’s most connected company™ 

Website / Twitter / LinkedIn/ connected company™  

Comments

Popular posts from this blog

What is Cybersecurity Risk? Definition & Factors to Consider

  Cybersecurity risk has become a leading priority for organizations as they embrace digital transformation and leverage advanced technology solutions to drive business growth and optimize efficiencies. Additionally, many organizations are increasingly reliant on third-party and   fourth-party vendors   or programs.  In this post, we’ll explore what cybersecurity risk is and take a look at some key cybersecurity risk factors that organizations across all industries should keep in mind as they build and refine their   cybersecurity risk management strategy .   What is cybersecurity risk? Cybersecurity risk refers to   potential threats and vulnerabilities   in digital systems. It encompasses the likelihood of a cyberattack compromising data or systems, leading to financial,   reputational , or operational damage. A few examples of cybersecurity risks include   ransomware ,   malware ,   insider threats ,   phishing attacks ...

How To Manage Dell Servers using OMSA – OpenManage Server Administrator On Linux

OMSA is a web based application to manage DELL PowerEdge Servers. Using OMSA you can perform proactive system monitoring, system diagnosis, troubleshoot hardware issues and configure RAID etc., You can also view and manage hardware’s embedded system management (ESM) log using OMSA. This is an jumpstart guide that explains how to install Dell OMSA on Linux. I have also provided few screenshots of DELL OMSA web application. 1. Download DELL OMSA Go to DELL support website -> click on “Drivers & Downloads” -> choose your server model (in my case, I selected PowerEdge 2850) -> choose the operating system -> scroll-down and expand ‘Systems Management’ -> Click on ‘OpenManage Server Administrator Managed Node’ -> Click on OM_5.5.0_ManNode_A00.tar.gz to download it. You can directly download it to your Linux server as shown below. # mkdir -p /usr/local/omsa # cd /usr/local/omsa # wget http://ftp.us.dell.com/sysman/OM_5.5.0_ManNode_A00.tar.gz 2....

Machine Learning

                                                    Machine Learning Machine Learning, a subset of AI, uses computer algorithms to analyze data and make intelligent decisions based on what it has learned. Instead of following rules-based algorithms, machine learning builds models to classify and make predictions from data. Let's understand this by exploring a problem we may be able to tackle with Machine Learning.  What if we want to determine whether a heart can fail, is this something we can solve with Machine Learning? The answer is, Yes. Let's say we are given data such as beats per minute, body mass index, age, sex, and the result whether the heart has failed or not. With Machine Learning given this dataset, we are able to learn and create a mode...