paper-with-me

홈 › Papers

Parallel Multi-path Feed Forward Neural Networks (PMFFNN) for Long Columnar Datasets: A Novel Approach to Complexity Reduction

2024-11-09 · Ayoub Jadouli, Chaker El Amrani

Traditional Feed-Forward Neural Networks (FFNN) and one-dimensional Convolutional Neural Networks (1D CNN) often encounter difficulties when dealing with long, columnar datasets that contain numerous features. The challenge arises from two primary factors: the large volume of data and the potential absence of meaningful relationships between features. In conventional training, large datasets can overwhelm the model, causing significant portions of the input to remain underutilized. As a result, the model may fail to capture the critical information necessary for effective learning, which leads to diminished performance. To overcome these limitations, we introduce a novel architecture called Parallel Multi-path Feed Forward Neural Networks (PMFFNN). Our approach leverages multiple parallel pathways to process distinct subsets of columns from the input dataset. By doing so, the architecture ensures that each subset of features receives focused attention, which is often neglected in traditional models. This approach maximizes the utilization of feature diversity, ensuring that no critical data sections are overlooked during training. Our architecture offers two key advantages. First, it allows for more effective handling of long, columnar data by distributing the learning task across parallel paths. Second, it reduces the complexity of the model by narrowing the feature scope in each path, which leads to faster training times and improved resource efficiency. The empirical results indicate that PMFFNN outperforms traditional FFNNs and 1D CNNs, providing an optimized solution for managing large-scale data.

📄 PDF Abstract BibTeX arXiv:2411.06020

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Interplay of degeneracy and non-degeneracy in fluctuations propagation in coherent feed-forward loop motif

2023-08-29 · Tuhin Subhra Roy, Mintu Nandi, Pinaki Chaudhury, Sudip Chattopadhyay 외

We present a stochastic framework to decipher fluctuations propagation in classes of coherent feed-forward loops. The systematic contribution of the direct (one-step) and indirect (two-step) pathways is considered to qua…

Identifying the sources of noise synergy and redundancy in the feed-forward loop motif

2025-06-23 · Mintu Nandi, Sudip Chattopadhyay, Suman K Banik

The propagation of noise through parallel regulatory pathways is a prominent feature of feed-forward loops in genetic networks. Although the contributions of the direct and indirect regulatory pathways of feed-forward lo…

Learning the Connections in Direct Feedback Alignment

2021-01-01 · Matthew Bailey Webster, Jonghyun Choi, changwook Ahn

Feedback alignment was proposed to address the biological implausibility of the backpropagation algorithm which requires the transportation of the weight transpose during the backwards pass. The idea was later built upon…

Image Classification

Path Planning and Robust Path Tracking Control of an Automated Parallel Parking Maneuver

2024-10-07 · Xincheng Cao, Levent Guvenc

Self driving vehicles should be able to perform parallel parking or a similar maneuver successfully. With this motivation, the S shaped maneuverability test of the Ohio driver license examination is chosen here for autom…

Accelerating Feedforward Computation via Parallel Nonlinear Equation Solving

2020-02-10 · Yang Song, Chenlin Meng, Renjie Liao, Stefano Ermon

Feedforward computation, such as evaluating a neural network or sampling from an autoregressive model, is ubiquitous in machine learning. The sequential nature of feedforward computation, however, requires a strict order…