paper-with-me

홈 › Papers

Strongly-Typed Recurrent Neural Networks

2016-02-06 · David Balduzzi, Muhammad Ghifary

Recurrent neural networks are increasing popular models for sequential learning. Unfortunately, although the most effective RNN architectures are perhaps excessively complicated, extensive searches have not found simpler alternatives. This paper imports ideas from physics and functional programming into RNN design to provide guiding principles. From physics, we introduce type constraints, analogous to the constraints that forbids adding meters to seconds. From functional programming, we require that strongly-typed architectures factorize into stateless learnware and state-dependent firmware, reducing the impact of side-effects. The features learned by strongly-typed nets have a simple semantic interpretation via dynamic average-pooling on one-dimensional convolutions. We also show that strongly-typed gradients are better behaved than in classical architectures, and characterize the representational power of strongly-typed nets. Finally, experiments show that, despite being more constrained, strongly-typed architectures achieve lower training and comparable generalization error to classical architectures.

📄 PDF Abstract BibTeX arXiv:1602.02218

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Logical Semantics and Commonsense Knowledge: Where Did we Go Wrong, and How to Go Forward, Again

2018-08-06 · Walid S. Saba

We argue that logical semantics might have faltered due to its failure in distinguishing between two fundamentally very different types of concepts: ontological concepts, that should be types in a strongly-typed ontology…

Strongly-Typed Agents are Guaranteed to Interact Safely

2017-02-24 · ICML 2017 8 · David Balduzzi

As artificial agents proliferate, it is becoming increasingly important to ensure that their interactions with one another are well-behaved. In this paper, we formalize a common-sense notion of when algorithms are well-b…

blind source separationCommon Sense ReasoningTensor Decomposition

Evolving Financial Trading Strategies with Vectorial Genetic Programming

2025-04-07 · Rui Menoita, Sara Silva

Establishing profitable trading strategies in financial markets is a challenging task. While traditional methods like technical analysis have long served as foundational tools for traders to recognize and act upon market…

One Lens, Many Worlds : A Capability-Typed Interface for World-Model Interpretability

2026-06-07 · Bhavith Chandra Challagundla, Sanskar Pandey, Param Thakkar, Rishikesh Mallagundla 외 arxiv

World models are now built on substantially different computational substrates. Latent recurrent state-space models such as PlaNet and the Dreamer family compress observations into recurrent states; token-based models su…

Cortical microcircuits as gated-recurrent neural networks

2017-11-07 · NeurIPS 2017 12 · Rui Ponte Costa, Yannis M. Assael, Brendan Shillingford, Nando de Freitas 외

Cortical circuits exhibit intricate recurrent architectures that are remarkably similar across different brain areas. Such stereotyped structure suggests the existence of common computational principles. However, such pr…

image-classificationImage ClassificationLanguage ModellingSequential Image Classification