Goto

Collaborating Authors

 Africa


A Decision Model for Decentralized Autonomous Organization Platform Selection: Three Industry Case Studies

arXiv.org Artificial Intelligence

Decentralized autonomous organizations as a new form of online governance arecollections of smart contracts deployed on a blockchain platform that intercede groupsof people. A growing number of Decentralized Autonomous Organization Platforms,such as Aragon and Colony, have been introduced in the market to facilitate thedevelopment process of such organizations. Selecting the best fitting platform ischallenging for the organizations, as a significant number of decision criteria, such aspopularity, developer availability, governance issues, and consistent documentation ofsuch platforms, should be considered. Additionally, decision-makers at theorganizations are not experts in every domain, so they must continuously acquirevolatile knowledge regarding such platforms and keep themselves updated.Accordingly, a decision model is required to analyze the decision criteria usingsystematic identification and evaluation of potential alternative solutions for adevelopment project. We have developed a theoretical framework to assist softwareengineers with a set of Multi-Criteria Decision-Making problems in software production.This study presents a decision model as a Multi-Criteria Decision-Making problem forthe decentralized autonomous organization platform selection problem. Weconducted three industry case studies in the context of three decentralizedautonomous organizations to evaluate the effectiveness and efficiency of the decisionmodel in assisting decision-makers.


Levels of explainable artificial intelligence for human-aligned conversational explanations

arXiv.org Artificial Intelligence

Over the last few years there has been rapid research growth into eXplainable Artificial Intelligence (XAI) and the closely aligned Interpretable Machine Learning (IML). Drivers for this growth include recent legislative changes and increased investments by industry and governments, along with increased concern from the general public. People are affected by autonomous decisions every day and the public need to understand the decision-making process to accept the outcomes. However, the vast majority of the applications of XAI/IML are focused on providing low-level `narrow' explanations of how an individual decision was reached based on a particular datum. While important, these explanations rarely provide insights into an agent's: beliefs and motivations; hypotheses of other (human, animal or AI) agents' intentions; interpretation of external cultural expectations; or, processes used to generate its own explanation. Yet all of these factors, we propose, are essential to providing the explanatory depth that people require to accept and trust the AI's decision-making. This paper aims to define levels of explanation and describe how they can be integrated to create a human-aligned conversational explanation system. In so doing, this paper will survey current approaches and discuss the integration of different technologies to achieve these levels with Broad eXplainable Artificial Intelligence (Broad-XAI), and thereby move towards high-level `strong' explanations.


Defining "Value" – the Key to AI Success

#artificialintelligence

I recently conducted a 3-day, remote "Data Monetization: Thinking Like a Data Scientist" workshop for a transportation agency in the Middle East. Doing this training remotely is a personal challenge as I miss the face-to-face interaction in ideating, validating, and prioritizing the business areas that can benefit from data and analytics. However, conducting the workshop remotely did provide some valuable learnings for me. One learning was my "Thinking Like a Data Scientist" visual was outdated (Figure 1). Figure 1 portrayed the "Thinking Like a Data Scientist" (TLADS) process as a linear process, where you would complete one step and then cleanly move onto the next step. But in reality, the process is highly iterative where it is common for learnings from one step to impact an earlier step such as refining the KPIs against which the targeted business initiative's progress and success will be measured.


Machine Learning Market Outlook 2021: Big Things are Happening - Digital Journal

#artificialintelligence

Global Machine Learning Market Report 2021 is latest research study released by HTF MI evaluating the market risk side analysis, highlighting opportunities and leveraged with strategic and tactical decision-making support. The report provides information on market trends and development, growth drivers, technologies, and the changing investment structure of the Global Machine Learning Market. Some of the key players profiled in the study are Microsoft Corporation, IBM Corporation, SAP SE, SAS Institute, Google, Amazon Web Services, Baidu, BigML, Fair Isaac Corporation (FICO), Hewlett Packard Enterprise Development LP (HPE), Intel Corporation, KNIME.com AG, RapidMiner, Angoss Software Corporation, H2O.ai, Alpine Data, Domino Data Lab, Dataiku, Luminoso Technologies, TrademarkVision, Fractal Analytics, TIBCO Software, Teradata, Dell, Oracle Corporation. The study provides comprehensive outlook vital to keep market knowledge up to date segmented by SMEs & Large Enterprises,, Cloud Deployment & On-premise Deployment and 18 countries across the globe along with insights on emerging & major players.


Artificial Intelligence in Healthcare: Intel's AI tool screens patients for vision loss

#artificialintelligence

In a country such as India that has a low doctor-patient ratio, Artificial Intelligence (AI) can enable greater access to expert care from anywhere, with telehealth and robotics applied across inpatient and outpatient environments. Experts says AI will bolster the role of healthcare by assisting in screening, diagnosis, and treatment of diseases thereby improving quality of life and reducing the cost burden for patients. "India has a tremendous opportunity to lead human-centric applications and democratise AI for the world backed by high skilled talent, technology, vast data availability, and the potential for population-scale AI adoption," says Prakash Mallya, vice-president and managing director of Sales, Marketing and Communications Group, Intel India. Intel has been focusing its efforts towards accelerating AI innovation to deliver transformative healthcare solutions and democratise healthcare access and delivery in India. The company's portfolio of compute, memory, storage, and networking technologies powers some of the most exciting healthcare and life sciences applications. The cloud-based AI solution Netra.AI is the latest example of the impact and innovation that can be made possible with Intel technology.


AI in Fintech Market development trends, key players, competitive landscape and key regions

#artificialintelligence

The report offers a complete understanding of the improvement approaches, procedures, cost structures, and future growth. Due to the effects of COVID-19, the implementation of AI in Fintech Marketis expected to witness a rapid advance, thereby resulting in the fast growth of the AI in Fintech Market. This is mainly due to the rapid adoption of the technology for mapping the spread of the disease and implementing preventive measures. Hence, various government organizations are utilizing the AI in Fintech Market technology for varied applications during the pandemic. Artificial intelligence enables FinTech to occur in real time.


MAJORITY-3SAT (and Related Problems) in Polynomial Time

arXiv.org Artificial Intelligence

Majority-SAT is the problem of determining whether an input $n$-variable formula in conjunctive normal form (CNF) has at least $2^{n-1}$ satisfying assignments. Majority-SAT and related problems have been studied extensively in various AI communities interested in the complexity of probabilistic planning and inference. Although Majority-SAT has been known to be PP-complete for over 40 years, the complexity of a natural variant has remained open: Majority-$k$SAT, where the input CNF formula is restricted to have clause width at most $k$. We prove that for every $k$, Majority-$k$SAT is in P. In fact, for any positive integer $k$ and rational $\rho \in (0,1)$ with bounded denominator, we give an algorithm that can determine whether a given $k$-CNF has at least $\rho \cdot 2^n$ satisfying assignments, in deterministic linear time (whereas the previous best-known algorithm ran in exponential time). Our algorithms have interesting positive implications for counting complexity and the complexity of inference, significantly reducing the known complexities of related problems such as E-MAJ-$k$SAT and MAJ-MAJ-$k$SAT. At the heart of our approach is an efficient method for solving threshold counting problems by extracting sunflowers found in the corresponding set system of a $k$-CNF. We also show that the tractability of Majority-$k$SAT is somewhat fragile. For the closely related GtMajority-SAT problem (where we ask whether a given formula has greater than $2^{n-1}$ satisfying assignments) which is known to be PP-complete, we show that GtMajority-$k$SAT is in P for $k\le 3$, but becomes NP-complete for $k\geq 4$. These results are counterintuitive, because the ``natural'' classifications of these problems would have been PP-completeness, and because there is a stark difference in the complexity of GtMajority-$k$SAT and Majority-$k$SAT for all $k\ge 4$.


Empowering NGOs in Countering Online Hate Messages

arXiv.org Artificial Intelligence

Studies on online hate speech have mostly focused on the automated detection of harmful messages. Little attention has been devoted so far to the development of effective strategies to fight hate speech, in particular through the creation of counter-messages. While existing manual scrutiny and intervention strategies are time-consuming and not scalable, advances in natural language processing have the potential to provide a systematic approach to hatred management. In this paper, we introduce a novel ICT platform that NGO operators can use to monitor and analyze social media data, along with a counter-narrative suggestion tool. Our platform aims at increasing the efficiency and effectiveness of operators' activities against islamophobia. We test the platform with more than one hundred NGO operators in three countries through qualitative and quantitative evaluation. Results show that NGOs favor the platform solution with the suggestion tool, and that the time required to produce counter-narratives significantly decreases.


Learning Semantic Segmentation of Large-Scale Point Clouds with Random Sampling

arXiv.org Artificial Intelligence

Abstract--We study the problem of efficient semantic segmentation of large-scale 3D point clouds. By relying on expensive sampling techniques or computationally heavy pre/post-processing steps, most existing approaches are only able to be trained and operate over small-scale point clouds. In this paper, we introduce RandLA-Net, an efficient and lightweight neural architecture to directly infer per-point semantics for large-scale point clouds. The key to our approach is to use random point sampling instead of more complex point selection approaches. Although remarkably computation and memory efficient, random sampling can discard key features by chance. To overcome this, we introduce a novel local feature aggregation module to progressively increase the receptive field for each 3D point, thereby effectively preserving geometric details. Comparative experiments show that our RandLA-Net can process 1 million points in a single pass up to 200 faster than existing approaches. Moreover, extensive experiments on five large-scale point cloud datasets, including Semantic3D, SemanticKITTI, Toronto3D, NPM3D and S3DIS, demonstrate the state-of-the-art semantic segmentation performance of our RandLA-Net. A key challenge is that the raw point clouds acquired by depth sensors are typically irregularly sampled, unstructured and unordered. Recently, the pioneering work PointNet [4] has emerged as a promising approach for directly processing 3D point clouds. It learns per-point features using shared multilayer perceptrons (MLPs). This is computationally efficient but fails to capture wider context information for each point.


Insights into Artificial Intelligence in Video Games Market In-detail Analysis till 2027 & COVID-19 Effect on Industry - The Manomet Current

#artificialintelligence

This Artificial Intelligence in Video Games market report is a summary of studies based on worldwide market possibilities & growth, business constraints, and recent limitations in the market. Several parts of the organization are explored in the worldwide market business, including application developers, present advancements, methods and resources that allow in greater understanding of the sector. This Artificial Intelligence in Video Games Market research serves as a model report for newcomers, providing information on upcoming trends, product categories, and growth size. It not only represents the present market situation, but this also focuses on the effect of COVID-19 on growing and developing market. The important companies can increase their profits by investing wisely in the market, as this research outlines the most effective marketing techniques.