Goto

Collaborating Authors

 Government


A spectral regularisation framework for latent variable models designed for single channel applications

arXiv.org Machine Learning

Latent variable models (LVMs) are commonly used to capture the underlying dependencies, patterns, and hidden structure in observed data. Source duplication is a by-product of the data hankelisation pre-processing step common to single channel LVM applications, which hinders practical LVM utilisation. In this article, a Python package titled spectrally-regularised-LVMs is presented. The proposed package addresses the source duplication issue via the addition of a novel spectral regularisation term. This package provides a framework for spectral regularisation in single channel LVM applications, thereby making it easier to investigate and utilise LVMs with spectral regularisation. This is achieved via the use of symbolic or explicit representations of potential LVM objective functions which are incorporated into a framework that uses spectral regularisation during the LVM parameter estimation process. The objective of this package is to provide a consistent linear LVM optimisation framework which incorporates spectral regularisation and caters to single channel time-series applications.


'My NHS hell waiting for surgery and information'

BBC News

I also sense that, in some cases, new computer systems are slowing not speeding information through the system. On Saturday morning, as we waited in the surgical assessment unit, four nurses gathered around a computer screen while a fifth explained to them all the steps needed to check-in a patient and get them into a bed. It took about 20 minutes and appeared to be akin to mastering some complex video game beset with bear traps.


Iran's Proxies Fire Back After U.S. Airstrikes

NYT > Middle East

Just hours after U.S. fighter jets bombed facilities used by Iran's Islamic Revolutionary Guards Corps and its proxies in Syria early Friday, the proxies fired back -- launching an attack drone at U.S. forces in western Iraq. American air defenses shot down the drone a few miles from Al Asad Air Base, causing no injuries or damage on the ground, U.S. officials said on Friday. Pentagon officials also said that rockets were fired into northern Syria on Friday but landed far from American troops. Pentagon officials have attributed the attacks to Iran-backed militias. But the tit-for-tat raised questions about whether the airstrikes that were carried out after a flurry of rocket and drone attacks against U.S. forces in Iraq and Syria can achieve one of their major goals: to deter further attacks.


Is your boss spying on you?

FOX News

Defense companies exploring artificial intelligence will help the U.S. military "keep up" with rivals like China, a former fighter pilot told Fox News. Did you know that your boss can watch what you're up to when you're working, especially if you're using the company's equipment or networks. That's their legal right, but they also have to play by some rules, be transparent, and tell you about it. This way, you can trust them and they can avoid legal issues. CLICK TO GET KURT'S FREE CYBERGUY NEWSLETTER WITH SECURITY ALERTS, QUICK VIDEO TIPS, TECH REVIEWS, AND EASY HOW-TO'S TO MAKE YOU SMARTER Is your boss spying on you? (Cyberguy.com)


How America can win the race against China for military tech supremacy

FOX News

Defense companies exploring artificial intelligence will help the U.S. military "keep up" with rivals like China, a former fighter pilot told Fox News. American defense startups developing artificial intelligence systems are crucial to helping the U.S. armed forces keep up with rivals like China, a military tech executive told Fox News "There [are] massive amounts of effort going into innovation in China, and we shouldn't be naive to that," said Red 6 CEO Dan Robinson. "Be under no illusion: the threat from China, specifically the [Chinese Communist Party], is real." Weapons equipped with artificial intelligence capabilities are a key focus for the U.S. and Chinese militaries. "What we're understanding as a nation is that a lot of innovation now is coming from nontraditional pathways," Robinson, who was previously an F-22 pilot for the Air Force, continued.


Israel's terrifying arsenal of ROBOT weaponry: How AI-powered turrets, remote-control boats and unmanned attack bots will be used as the IDF prepares for a full-scale ground invasion of Gaza

Daily Mail - Science & tech

Along the border wall separating Israel and the Gaza Strip, tens of thousands of soldiers are making the final preparations for a full-scale ground invasion. But soon, the sight of massed troops might seem as much a relic of the past as knights on horseback appear to us now. That's because the wars of the future will not only be fought by humans, but also by machines. Already, the Israeli Defence Force (IDF) has developed and deployed a staggering arsenal of robotic and autonomous weapons which may soon see their first deployment at scale. From AI-powered turrets and drones to robotic tanks and boats these terrifying weapons will soon play a critical role in the conflict between Israel and Hamas.


Protests, clashes in Jerusalem and West Bank as Israel-Gaza war rages

Al Jazeera

Israeli security forces restricted young Palestinians from entering the Al-Aqsa Mosque in Jerusalem for prayers on Friday and deployed in strength across the Old City and beyond to quell any unrest spilling over from the conflict in Gaza. In the occupied West Bank, Israeli troops killed four Palestinians during raids, the official Palestinian news agency WAFA said. Two of the dead were identified by fighter groups as their members. Large numbers of Israeli police kept guard around Al-Aqsa, a flashpoint and often the scene of clashes, as Palestinians gathered for Friday prayers, reports said. At one point, the police fired tear gas at the Palestinians, according to Reuters.


Predicting Agricultural Commodities Prices with Machine Learning: A Review of Current Research

arXiv.org Artificial Intelligence

Agricultural price prediction is crucial for farmers, policymakers, and other stakeholders in the agricultural sector. However, it is a challenging task due to the complex and dynamic nature of agricultural markets. Machine learning algorithms have the potential to revolutionize agricultural price prediction by improving accuracy, real-time prediction, customization, and integration. This paper reviews recent research on machine learning algorithms for agricultural price prediction. We discuss the importance of agriculture in developing countries and the problems associated with crop price falls. We then identify the challenges of predicting agricultural prices and highlight how machine learning algorithms can support better prediction. Next, we present a comprehensive analysis of recent research, discussing the strengths and weaknesses of various machine learning techniques. We conclude that machine learning has the potential to revolutionize agricultural price prediction, but further research is essential to address the limitations and challenges associated with this approach.


Are All Steps Equally Important? Benchmarking Essentiality Detection of Events

arXiv.org Artificial Intelligence

Natural language expresses events with varying granularities, where coarse-grained events (goals) can be broken down into finer-grained event sequences (steps). A critical yet overlooked aspect of understanding event processes is recognizing that not all step events hold equal importance toward the completion of a goal. In this paper, we address this gap by examining the extent to which current models comprehend the essentiality of step events in relation to a goal event. Cognitive studies suggest that such capability enables machines to emulate human commonsense reasoning about preconditions and necessary efforts of everyday tasks. We contribute a high-quality corpus of (goal, step) pairs gathered from the community guideline website WikiHow, with steps manually annotated for their essentiality concerning the goal by experts. The high inter-annotator agreement demonstrates that humans possess a consistent understanding of event essentiality. However, after evaluating multiple statistical and largescale pre-trained language models, we find that existing approaches considerably underperform compared to humans. This observation highlights the need for further exploration into this critical and challenging task. The dataset and code are available at http://cogcomp.org/page/publication_view/1023.


D2NO: Efficient Handling of Heterogeneous Input Function Spaces with Distributed Deep Neural Operators

arXiv.org Artificial Intelligence

Neural operators have been applied in various scientific fields, such as solving parametric partial differential equations, dynamical systems with control, and inverse problems. However, challenges arise when dealing with input functions that exhibit heterogeneous properties, requiring multiple sensors to handle functions with minimal regularity. To address this issue, discretization-invariant neural operators have been used, allowing the sampling of diverse input functions with different sensor locations. However, existing frameworks still require an equal number of sensors for all functions. In our study, we propose a novel distributed approach to further relax the discretization requirements and solve the heterogeneous dataset challenges. Our method involves partitioning the input function space and processing individual input functions using independent and separate neural networks. A centralized neural network is used to handle shared information across all output functions. This distributed methodology reduces the number of gradient descent back-propagation steps, improving efficiency while maintaining accuracy. We demonstrate that the corresponding neural network is a universal approximator of continuous nonlinear operators and present four numerical examples to validate its performance.