Goto

Collaborating Authors

 Africa


Move over, artificial intelligence. Scientists announce a new 'organoid intelligence' field

#artificialintelligence

Organoids are lab-grown tissues that resemble organs. These three-dimensional structures, usually derived from stem cells, have been used in labs for nearly two decades, where scientists have been able to avoid harmful human or animal testing by experimenting on the stand-ins for kidneys, lungs and other organs. Brain organoids don't actually resemble tiny versions of the human brain, but the pen dot-size cell cultures contain neurons that are capable of brainlike functions, forming a multitude of connections. Scientists call the phenomenon "intelligence in a dish." This magnified image shows a brain organoid produced in Hartung's lab.


Python Engineer (Data Engineering) at YouGov - Milan, United Kingdom

#artificialintelligence

YouGov is an international market research and data analytics group. Our mission is to supply a continuous stream of accurate data and insight into what the world thinks, so that companies, governments and institutions can better serve the people and communities that sustain them. We have the best data and the best tools. We continuously challenge conventional approaches to research, and we disrupt our industry to ensure that our clients always get the best solutions. We are driven by a set of shared values.


'Of course it's disturbing': will AI change Hollywood forever?

#artificialintelligence

What will AI (artificial intelligence) do to Hollywood? Who better to answer that question than ChatGPT, a thrilling but scary chatbot developed by OpenAI. When the Guardian asked it about AI's potential impact on the film industry, it made the following points: Scriptwriting: AI can be used to analyze existing screenplays and create new ones, potentially leading to more efficient and cost-effective screenwriting. Pre-production: AI can be used to streamline the pre-production process, including casting, location scouting and storyboarding. Special effects: AI can be used to create more realistic and immersive special effects, potentially reducing the need for practical effects and saving time and money in post-production.


Should Zimbabweans Be Scared of Artificial Intelligence: More Job Losses - Premium Tech News and Analysis

#artificialintelligence

As the world continues to advance technologically, there has been a growing concern about the impact of Artificial Intelligence (AI) on society. This concern is particularly relevant in third-world countries like Zimbabwe, where many people are already struggling to make ends meet. It is important to understand what AI is and how it works. AI refers to the development of computer systems that can perform tasks that would normally require human intelligence, such as learning, problem-solving, and decision-making. These systems use algorithms and data to analyze information and make predictions or recommendations based on that analysis. One of the main concerns about AI is that it could lead to job losses as machines replace human workers.


Derivative-based Shapley value for global sensitivity analysis and machine learning explainability

arXiv.org Artificial Intelligence

We introduce a new Shapley value approach for global sensitivity analysis and machine learning explainability. The method is based on the first-order partial derivatives of the underlying function. The computational complexity of the method is linear in dimension (number of features), as opposed to the exponential complexity of other Shapley value approaches in the literature. Examples from global sensitivity analysis and machine learning are used to compare the method numerically with activity scores, SHAP, and KernelSHAP.


Decentralized Adversarial Training over Graphs

arXiv.org Artificial Intelligence

The vulnerability of machine learning models to adversarial attacks has been attracting considerable attention in recent years. Most existing studies focus on the behavior of stand-alone single-agent learners. In comparison, this work studies adversarial training over graphs, where individual agents are subjected to perturbations of varied strength levels across space. It is expected that interactions by linked agents, and the heterogeneity of the attack models that are possible over the graph, can help enhance robustness in view of the coordination power of the group. Using a min-max formulation of diffusion learning, we develop a decentralized adversarial training framework for multi-agent systems. We analyze the convergence properties of the proposed scheme for both convex and non-convex environments, and illustrate the enhanced robustness to adversarial attacks.


Skip Connections in Spiking Neural Networks: An Analysis of Their Effect on Network Training

arXiv.org Artificial Intelligence

Spiking neural networks (SNNs) have gained attention as a promising alternative to traditional artificial neural networks (ANNs) due to their potential for energy efficiency and their ability to model spiking behavior in biological systems. However, the training of SNNs is still a challenging problem, and new techniques are needed to improve their performance. In this paper, we study the impact of skip connections on SNNs and propose a hyperparameter optimization technique that adapts models from ANN to SNN. We demonstrate that optimizing the position, type, and number of skip connections can significantly improve the accuracy and efficiency of SNNs by enabling faster convergence and increasing information flow through the network. Our results show an average +8% accuracy increase on CIFAR-10-DVS and DVS128 Gesture datasets adaptation of multiple state-of-the-art models.


IoT trust and reputation: a survey and taxonomy

arXiv.org Artificial Intelligence

IoT is one of the fastest-growing technologies and it is estimated that more than a billion devices would be utilized across the globe by the end of 2030. To maximize the capability of these connected entities, trust and reputation among IoT entities is essential. Several trust management models have been proposed in the IoT environment; however, these schemes have not fully addressed the IoT devices features, such as devices role, device type and its dynamic behavior in a smart environment. As a result, traditional trust and reputation models are insufficient to tackle these characteristics and uncertainty risks while connecting nodes to the network. Whilst continuous study has been carried out and various articles suggest promising solutions in constrained environments, research on trust and reputation is still at its infancy. In this paper, we carry out a comprehensive literature review on state-of-the-art research on the trust and reputation of IoT devices and systems. Specifically, we first propose a new structure, namely a new taxonomy, to organize the trust and reputation models based on the ways trust is managed. The proposed taxonomy comprises of traditional trust management-based systems and artificial intelligence-based systems, and combine both the classes which encourage the existing schemes to adapt these emerging concepts. This collaboration between the conventional mathematical and the advanced ML models result in design schemes that are more robust and efficient. Then we drill down to compare and analyse the methods and applications of these systems based on community-accepted performance metrics, e.g. scalability, delay, cooperativeness and efficiency. Finally, built upon the findings of the analysis, we identify and discuss open research issues and challenges, and further speculate and point out future research directions.


Mordecai 3: A Neural Geoparser and Event Geocoder

arXiv.org Artificial Intelligence

Mordecai3 is a new end-to-end text geoparser and event geolocation system. The system performs toponym resolution using a new neural ranking model to resolve a place name extracted from a document to its entry in the Geonames gazetteer. It also performs event geocoding, the process of linking events reported in text with the place names where they are reported to occur, using an off-the-shelf question-answering model. The toponym resolution model is trained on a diverse set of existing training data, along with several thousand newly annotated examples. The paper describes the model, its training process, and performance comparisons with existing geoparsers. The system is available as an open source Python library, Mordecai 3, and replaces an earlier geoparser, Mordecai v2, one of the most widely used text geoparsers (Halterman 2017).


POTATO: The Portable Text Annotation Tool

arXiv.org Artificial Intelligence

We present POTATO, the Portable text annotation tool, a free, fully open-sourced annotation system that 1) supports labeling many types of text and multimodal data; 2) offers easy-to-configure features to maximize the productivity of both deployers and annotators (convenient templates for common ML/NLP tasks, active learning, keypress shortcuts, keyword highlights, tooltips); and 3) supports a high degree of customization (editable UI, inserting pre-screening questions, attention and qualification tests). Experiments over two annotation tasks suggest that POTATO improves labeling speed through its specially-designed productivity features, especially for long documents and complex tasks. POTATO is available at https://github.com/davidjurgens/potato and will continue to be updated.