Archive for the ‘Artificial Intelligence’ Category

What Is AI And How Does It Work? Your Guide To Artificial Intelligence – Swarajya

Intelligence is something we humans thrive on. We think of ourselves as the most intelligent beings, certainly on this planet but possibly in the entire universe.

However, it is a notoriously difficult task to define what intelligence really is.

Among various definitions, perspectives, and outlooks, the standard consensus is that a being is intelligent if it can respond to events and stimuli around it and be able to manipulate either the surroundings or itself to make things better for itself.

This definition suits artificial intelligence nicely since it can be adapted to non-living beings almost readily.

Artificial intelligence, more commonly known by its abbreviation AI, is the field of study that analyses this process of understanding or gaining intelligence; it is also concerned with building systems or agents that display such intelligent behaviour.

Given todays pervasion of AI in almost every field of innovation and development, starting from driverless cars to the recommendation of products online to personalised healthcare to natural language conversations, it is important to understand what artificial intelligence really is, and its capabilities and inabilities.

Comparison of AI systems with humans is natural. Throughout history, most such systems have been modelled on humans. However, humans may not always show what is called rational behaviour, in the sense that a human may choose an action that does not necessarily produce the best outcome for themselves. There is, thus, a dichotomy of human behaviour versus rational behaviour.

Perspectives Of AI

Using this dichotomy, the field of AI can be analysed from four broad perspectives. These perspectives test the ability of an AI system from four different angles.

The first is the ability to act humanly, that is, whether the system can mimic a human in its actions.

The most famous thought experiment in this field is called the Turing Test, named after British mathematician Alan Turing.

In this experiment, a set of questions is asked to a human being as well as an AI system and the responses are collected. The human interrogator does not know who is who, and the AI system passes the Turing Test if the interrogator cannot distinguish between the two.

This does not require the AI system to be correct or perfect. In fact, since its role is to mimic a human, and humans are error-prone, a perfect set of responses may actually give the game away.

The Turing Test requires the AI system to have the capabilities of natural language processing (to understand the questions written in a human language), knowledge representation (to store and process what it knows), automated reasoning (to answer a question by processing the stored knowledge), and machine learning (to adapt to new questions and draw conclusions from previous experience).

Researchers have proposed extending the Turing Test to the Total Turing Test, which requires the AI system to interact with humans and objects in the real world. This requires the additional capabilities of computer vision and speech recognition (to perceive the real world) and robotics (to manipulate objects in the real world).

The second important perspective of AI is the ability to 'think humanly'.

Testing this ability requires the development of a model of the human mind and thoughts. Cognitive science and psychology are two important subjects that deal with this aspect. Testable hypotheses of the human mind are designed and experiments performed to test the validity of the hypotheses.

The third and fourth perspectives deal with rationality, a subject that has been discussed and debated in philosophical treatises over centuries across the world.

One of the important ways to understand rationality is through the use of 'logic'. Can a conclusion be arrived at logically?

The stock example, due probably to Aristotle, is if the predicates Socrates is a man and all men are mortal are true, is the conclusion Socrates is mortal valid?

The conclusion can be arrived at by applying deductive reasoning. This logical argument structure is called syllogism. The third perspective of an AI system, to 'think rationally', tests this aspect.

While statements such as all men are mortal are certain, most real-life statements, such as India will win the next cricket world cup, cannot be determined to be either completely true or completely false. The field of probability and statistics here comes to the rescue. Uncertain information about predicates is handled by associating them with probabilities.

The fourth perspective is to go beyond thinking and test the ability to 'act rationally'.

A rational AI system not only thinks rationally but also takes action such that it achieves the best outcome. It is easy to understand this for board games such as chess and 'go', where an AI player is pitted against a human opponent. The objective is to win the game and the move that is most likely to achieve it is the best move. IBMs Deep Blue and Googles AlphaGo systems caused quite a flutter when they beat the best human players.

The last perspective, however, opens a Pandoras box. Acting 'rationally' may not always be acting the 'best' in terms of human interests or interactions.

Consider, for example, a chess-playing machine. If the goal is to win the game, the machine is free to do whatever it deems advantageous as long as the rules of the game are not violated. It can, for example, shine a light on the eyes of the human opponent or increase the temperature of the room to uncomfortable levels to disturb the thinking process.

While some such conducts can be disallowed explicitly, it is not always easy or possible to list all the possibilities that a machine may take to achieve its goal. Asimovs Three Laws of Robotics, for example, only lists broad rules where human beings cannot be hurt. Hence, the paradigm of 'acting rationally' can be modified to 'acting the best for a human'.

This leads to important discussions on where AI is headed. We will return to it in part two of this article.

Technical Paradigms Of AI

We now discuss the field of artificial intelligence from a technical standpoint.

The first broad paradigm of AI is problem solving. A large part of problem solving involves searching. Given a set of rules and an objective, an AI system searches its next move among a maze of possibilities such that, eventually, the goal is reached.

Navigating around obstacles for robots to conclude a task is a prime example. Sometimes, objectives are modelled as games with utility functions for each move. Should country X build up a nuclear arsenal? The decision is not unilateral because it depends on how enemy countries are behaving. The field of game theory developed by economists is used to solve and analyse such games.

The third important type of problem solving involves constraint satisfaction problems. Given a set of variables with their domains, can each variable be assigned a value without violating a given set of constraints?

Important application areas include job scheduling, such as in a car assembly system. Constraints, such as a wheel axle needing to be fixed before putting on the wheels, must be respected, and the objective is to find a parallel assignment of tasks to limit the total assembly time to less than the target time.

Propositional logic and first-order logic form the basis of the second important sub-field, which is reasoning and logic. The example of Socrates earlier highlights the use of logic. Knowledge representation and reasoning builds upon such logic systems.

An important concept is that of an ontology that describes the categories and relationships the objects in the system can have. It is often organised in a hierarchy with inherited properties. Thus, if the task is to find a human who knows Sanskrit, the system can return a woman since it can reason that a woman is a human being.

Since in real life most situations are uncertain and facts and relationships are mostly likely rather than certain, this leads to the next paradigm, that of uncertain knowledge and reasoning. Probabilistic reasoning using tools such as Bayesian networks and hidden Markov models derive probabilities of events or inferences.

An interesting example is trying to guess the weather outside by sitting in a room and only observing if visitors are carrying umbrellas. Decision-making systems use such probabilistic reasoning to meet a goal in collaborative as well as adversarial environments.

The fourth paradigm of AI, machine learning (or ML), is undoubtedly the most popular paradigm in both research as well as common parlance. It is so popular and pervasive that even students of AI often mistake ML to be AI.

Machine learning is the 'art' of making a machine or system learn how to achieve an objective without providing an explicit way of doing it.

Driving a car is a great example. When a human is taught driving, only some general rules are mentioned, such as that pressing the brake stops the car and turning the wheel changes the direction of the car. No human is or can be taught to rotate the wheel by x degrees at y speed so as to negotiate a turn of z degrees on the road for all combinations of x, y, and z. That comes from the experience of driving a car.

The same is true for machine learning systems. A system is given a lot of examples to learn from. In the supervised learning setting, each such example is additionally endowed with a class tag, while in an unsupervised setting, the tag is missing. The system then undergoes 'training' using these examples; often, it uses a 'validation' set to assess how well it has learned, and repeat the training if needed.

Students use this kind of validation when they try to solve previous years examination papers; if they do not do well, they go back to training.

After the machine is trained, given a 'test' object, the machine tries to reason about it correctly. The reasoning is typically classification, where the task is to predict what class the object falls under, or regression, where an exact value is predicted.

Examples of classification include identifying a handwritten digit, deciding whether an email is spam or normal, and diagnosing whether a medical image indicates disease. Unsupervised learning problems include clustering and anomaly detection. Detecting anomalies automatically is especially important in network intrusion detection systems.

In recent years, the semi-supervised learning setting has also come up, where a few examples with the class are given while a lot more are without a class tag.

Machine learning also includes reinforcement learning, where a machine is 'rewarded' when it produces a good outcome and 'punished' when it does not. The immediate parallel that can be drawn is training animals to perform in circuses. Reinforcement learning is used in various real-life applications, including driverless cars (to control acceleration and braking), stock price predictions, and recommendation systems.

Important machine learning models include decision trees, support vector machines, and artificial neural networks (or ANN).

ANNs are particularly important since they try to mimic the working of a human nervous system where information is processed and then passed on from one neuron to the next, layer by layer (neurons are called nodes in ANNs).

An extremely successful family of ML models is a type of ANNs, called deep neural networks (or DNN). The process of inferencing using DNNs is called deep learning.

In essence, DNNs are simply variants of ANNs that have multiple layers of hidden nodes (this multiplicity of layers lends the name 'deep'). They are astonishingly accurate in solving a wide range of real-life problems and, in many areas, have outperformed human experts. Their stunning successes in even humanesque tasks, such as language processing and conversation, is stupefying.

This success is in part due to the architecture of such machines. It has been shown that given enough training data, DNNs can model any mathematical function to any arbitrary precision. This, however, requires the use of an enormous number of hidden nodes and layers.

The advancement of computing paradigms, tagged data, and available hardware, such as GPUs (or graphical processing units), have contributed massively to this success. Consequently, it is not uncommon nowadays to encounter DNNs with hundreds of crores of parameters.

This was the first of two parts covering the basics of artificial intelligence. The next part will cover the applications, issues, and future of AI.

This article has been published as part of Swasti 22, the Swarajya Science and Technology Initiative 2022. We are inviting submissions towards the initiative.

Other Swasti 22 reads:

The Basics Of A Quantum Computer, Explained

National Science Day: The Raman Effect And One Of Its Key Applications, Explained

View post:
What Is AI And How Does It Work? Your Guide To Artificial Intelligence - Swarajya

Growth Opportunities in API, Analytics, Cloud, O-RAN, and Artificial Intelligence 2021 – AI-Powered Video Security Platform to Offer Human-Like…

DUBLIN--(BUSINESS WIRE)--The "Growth Opportunities in API, Analytics, Cloud, O-RAN, and Artificial Intelligence" report has been added to ResearchAndMarkets.com's offering.

This report provides a snapshot of the emerging ICT led innovations in API, analytics, cloud, open RAN (O-RAN), and artificial Intelligence. This issue focuses on the application of information and communication technologies in alleviating the challenges faced across industry sectors in areas, such as telecom, retail, supply chain, and sports.

Companies Mentioned

ITCC TOE's mission is to investigate emerging wireless communication and computing technology areas including 3G, 4G, Wi-Fi, Bluetooth, Big Data, cloud computing, augmented reality, virtual reality, artificial intelligence, virtualization and the Internet of Things and their new applications; unearth new products and service offerings; highlight trends in the wireless networking, data management and computing spaces; provide updates on technology funding; evaluate intellectual property; follow technology transfer and solution deployment/integration; track development of standards and software; and report on legislative and policy issues and many more.

The Information & Communication Technology cluster provides global industry analysis, technology competitive analysis, and insights into game-changing technologies in the wireless communication and computing space. Innovations in ICT have deeply permeated various applications and markets.

These innovations have profound impact on a range of business functions for computing, communications, business intelligence, data processing, information security, workflow automation, quality of service (QoS) measurements, simulations, customer relationship management, knowledge management functions and many more. Our global teams of industry experts continuously monitor technology areas such as Big Data, cloud computing, communication services, mobile and wireless communication space, IT applications & services, network security, and unified communications markets. In addition, we also closely look at vertical markets and connected industries to provide a holistic view of the ICT Industry.

Key Topics Covered:

Innovations In API, Analytics, Cloud, Oran And Artificial Intelligence

Key Contacts

For more information about this report visit https://www.researchandmarkets.com/r/a88ji7

Visit link:
Growth Opportunities in API, Analytics, Cloud, O-RAN, and Artificial Intelligence 2021 - AI-Powered Video Security Platform to Offer Human-Like...

Looking at 2030: The Future of Artificial Intelligence and Metaverse – Analytics Insight

An analytic predictive study for the future of artificial intelligence and metaverse in 2030

With the pace artificial intelligence is intertwining within our lives, there is no doubt that it will not end anytime soon. Rather, the future looks like a society that would breathe and thrive through artificial intelligence only. Experts believe that specialized AI applications will become both increasingly common and more useful by 2030, improving our economy and quality of life. On the other hand, metaverse already has us wrapped in its not so little fingers. From Facebook to Instagram, virtual reality, Whatsapp, and many more, it is quite predictable that by 2030, its empire would only grow further.

A report published from Harvard University presents the eight areas of human activity in which Artificial intelligence technologies are already affecting urban life and will be even more pervasive by 2030: transportation, home/service robots, health care, education, entertainment, low-resource communities, public safety and security, employment, and the workplace will be fully AI-enabled spaces. Some of the biggest challenges in the next 15 years will be creating safe and reliable hardware for autonomous cars and healthcare robots; gaining public trust for Artificial intelligence systems, especially in low-resource communities; and overcoming fears that the technology will marginalize humans in the workplace.

Weve seen a lot of breakthroughs in data analytics. The example of Watson which is an IBM set of algorithms has been very impressive in terms of managing large amounts of data, and ways of structuring the data so that you can see patterns that may have not emerged otherwise. That has been an important leap. But oftentimes, people confuse that leap with machine intelligence and the way that we think about intelligence for humans and its simply not true. So the big leaps that we have had recently in data analytics are important but it also leaves a lot of room for humans to assist these systems. So, it can be said that the wave of the future is the collaboration of humans and these artificial intelligence technologies.

In its fully realized form, the metaverse promises to offer true-to-life sights, sounds, and even smells, whether a tour of ancient Greece or a visit to a Seoul caf can happen from your home. Decked out with full-spectrum VR headsets, smart clothing, and tactile-responsive haptic gloves, the at-home traveler can touch the Parthenon in Athens or taste the rich foam of a Korean dalgona coffee. You wouldnt even have to be you. Members of the metaverse could prowl the Brazilian rainforest as a jaguar or take the court at Madison Square Garden as LeBron James. The only limits are your imagination. It is also expected that using a blend of physical and behavioral biometrics, emotion recognition, sentiment analysis, and personal data, the metaverse will be able to create a customized and enhanced reality for each person.

While the metaverse industry is growing fast, fueled by the pandemic keeping people at home, its an open question as to whether one company will eventually emerge as the dominant force, such as Google, which now has a near-monopoly among search engines. One positive side of this trend is that since it is a virtual platform, the chances of people actually getting physically hurt will lessen, and also it will encourage them to get out of their comfort zone to try new things. The only wondering question left to ask on this matter will be the legal implications of the metaverse. For example, whether a marriage in the metaverse will be legal or if someone is assaulted in the metaverse, how the convict will be penalized. With the virtual avatar trend, there are huge chances of false identity or theft of identity, so recognizing the right person and their physical address can be a difficult job. This should be a major concern for all of the countries and their legislative and crime division.

Share This ArticleDo the sharing thingy

Read more:
Looking at 2030: The Future of Artificial Intelligence and Metaverse - Analytics Insight

Artificial Intelligence Applications in the Pharmaceutical Industry – Automation World

Quick hits:

Related to this episode:

Hello and welcome to Take Five with Automation World. Im David Greenfield, Director of Content, and in this episode well be looking at real world applications of artificial intelligence in industryspecifically the pharmaceutical industryto better understand how this technology can be applied to improve industrial production operations.

For most users of industrial automation technologies, artificial intelligence is not something youll directly interact with. Instead, its used inside various systems to process data at a scale, speed, granularity, and preciseness that cant be matched by humans.

Thats why the application of artificial intelligence is starting to have a significant impact on automation technologies used across industrymost notably with machine vision and analytics. And some of the more impactful applications of AI are happening in the pharmaceutical industries.

And it shouldnt be too surprising that the pharmaceutical industries are looking to optimize production with artificial intelligence, considering that single batch values for some drugs can exceed three million dollars.

Two areas of artificial intelligence applications focused on by pharmaceutical companies include asset performance management using advanced analytics to create manufacturing efficienciesand predictive maintenance systems to analyze failure patterns and provide anomaly alerts and advance warnings of pending equipment failures.

Richard Porter, global director of pharmaceuticals at AspenTech, a supplier of industrial software technologies, says that opportunities to reduce manufacturing costs exist across all stages of the product lifecycle. And advanced analytics can reveal those opportunities, allowing companies to take informed actions to save money. Whether using multivariate analytics to identify process degradation and its impact on qualityor predicting final product quality to reduce lab testing lag times, these techniques offer pharmaceutical companies a competitive advantage.

Porter also noted that multivariate analytics software can be applied to existing data sources in pharmaceutical manufacturing facilitiesnot just to batches in processto analyze and continually monitor how discrepancies in material properties, variations in procedures, and process anomalies such as sensor drift and changing environmental conditions impact the final product.

He said: These tools can help identify and troubleshoot process and product quality issues, increase yields, and reduce off-spec product.

Specific types of equipment that artificial intelligence-driven predictive maintenance systems in the pharma industry have been proven to effectively protect include primary equipment such as air and centrifugal compressors, boilers, pumps, and water purification systems. Artificial intelligence can also be applied to secondary production and packaging equipment such as autoclaves, bead mills, centrifuges, chillers, conveyors, granulators, fluid bed and plate dryers, roller and tablet presses, and spray heads.

Portersaidone pharmaceutical company AspenTech worked with was replacing the mechanical seal in its bead mill every eight batches to prevent batch lossat a cost of twenty-five thousand dollars per replacement. By adopting Aspens Mtell software, which uses artificial intelligence to recognize patterns that can lead to equipment failures, the company was able to reduce supply chain disruptions from seal replacements and cut lifecycle maintenance costs by 60 percent. In addition, the company reduced capital expenditures and associated lifecycle maintenance costs by 50 percent.

Another pharmaceutical application Portercitedrevolved around failures of a purified water system. These failures shut down entire sections of the plant for as long as a week, resulting in the loss of up to 15 batches.

Using Aspens Mtell software to predict pending breakdowns provided the company with thirty five days advance warning of a deionizer failure, allowing staff time to schedule maintenance and prevent production losses.

You can see more information about the application of artificial intelligence-driven analytics in the pharma industry at the URL shown here.

And looking beyond the pharma industry, if youre interested in how artificial intelligence is being applied in supply chain, workforce training, and quality control, watch an earlier Take Five with Automation World video via the URL shown here.

So, I hope you enjoyed thisTake Five with Automation Worldepisode. And please keep watching this space for new episodes to keep you on top of whats happening in the world of industrial automation.

Read more here:
Artificial Intelligence Applications in the Pharmaceutical Industry - Automation World

UK drone specialist UAVaid and artificial intelligence (AI) specialist Archangel Imaging sign MOU of cooperation to integrate advanced AI into drones….

UK drone specialist UAVaid and artificial intelligence (AI) specialist Archangel Imaging havesigned an MOU of cooperation for integrating advanced AI capabilities into unmannedaircraft.

The strategic partnership will support the development of technologies integrating edge-based Artificial Intelligence processing into drone navigation systems and onboard aerialcamera image analysis. It is hoped that this development will lead to faster initial response capabilities to large scale natural disasters, such as floods and wildfires, and improvedaccuracy of (drone) aerial surveillance to support wildlife (anti-poaching) and environmental protection.

UAVaid operate a fleet of specialist drones for global development (GD) and humanitarianapplications in remote and difficult to reach areas of the developing world. Archangel Imagings smart devices, such as AI cameras and navigation units, can be retrofitted to other machines to make them smarter and more resilient in challenging environments, from enabling drones to navigate independently in GNSS denied environments to detecting poachers in expansive national parks.

UAVaid technical lead, James Ronen, said the technical collaboration integrating thesecutting-edge technologies will bring new levels of operational capability, increasing accuracyand endurance of drone surveillance and monitoring, and builds on our previous technicalcollaboration with Archangel Imaging.

Charles Smith, commercial lead for Archangel Imaging, said Collaboration is at the heart of everything we do at Archangel Imaging, and we are delighted to announce this formalrelationship with UAVaid. Weve already seen success with UAVaid and this agreement builds a fantastic foundation for the use of AI for good.

UAVaid commercial lead, Daniel Ronen, said we are delighted to further extend our relationship with Archangel Imaging. This agreement follows our recent deployment in West Africa, where we identified numerous use-cases where this direction of technology development could be of potentially game-changing value to the welfare of remotecommunities and environment, particularly in mitigating the impact of climate change.

ARCHANGEL IMAGING LTD.www.archangel.imArchangel Imaging deploys smart machines alongside people to protect valuable remote assets and at-risk staff. Todays machines are mostly tools, not teammates. Our technology is retrofitted to make machines smarter, more resilient teammates, independent from infrastructure. We then integrate best-in-class AI, satellite analytics, robots, drones and IoT into human workflows. These hybrid teams respond faster and more effectively to safety or security threats. The Argonaut AI cameras watch for poachers in Africa or potential suicides on the European railways. The GENIE navigation units enable any drone to independently navigate and complete missions without GPS signals. Our technology is trusted by commercial and government customers such as Ministry of Defence, Network Rail, European Space Agency and British Transport Police and has been recognised with awards, such as AIConics AI for Good award presented at 10 Downing Street.

UAVAID LTDwww.uavaid.comUAVAid are a UK based developer and operator of specialist Unmanned Aerial Systems AKAdrones that are optimised for global development (GD) and humanitarian applications in remote and difficult to reach areas of the developing world. UAVaid was established inLondon in 2014 by two brothers, Daniel and James Ronen. They operate a mixed fleet of BVLOS drones, including their proprietary multi-role HANSARD, which incorporates cargo delivery, mapping and live aerial surveillance, onto a single platform. UAVaid havecompleted projects in Malawi and in 2021 the first-ever medical drone delivery in SierraLeone.

Originally posted here:
UK drone specialist UAVaid and artificial intelligence (AI) specialist Archangel Imaging sign MOU of cooperation to integrate advanced AI into drones....