# BowTie - A deep learning feedforward neural network for sentiment   analysis

**Authors:** Apostol Vassilev

arXiv: 1904.12624 · 2020-06-02

## TL;DR

This paper introduces BowTie, a computationally-efficient feedforward neural network designed for sentiment analysis, achieving high accuracy and low loss by effectively modeling text semantics and demonstrating superior performance on benchmark datasets.

## Contribution

The paper presents a novel feedforward neural network architecture for sentiment analysis that combines semantic modeling with efficient training, improving accuracy and transferability.

## Key findings

- High accuracy on benchmark datasets
- Low loss estimates for trained models
- Outperforms existing sentiment analysis methods

## Abstract

How to model and encode the semantics of human-written text and select the type of neural network to process it are not settled issues in sentiment analysis. Accuracy and transferability are critical issues in machine learning in general. These properties are closely related to the loss estimates for the trained model. I present a computationally-efficient and accurate feedforward neural network for sentiment prediction capable of maintaining low losses. When coupled with an effective semantics model of the text, it provides highly accurate models with low losses. Experimental results on representative benchmark datasets and comparisons to other methods show the advantages of the new approach.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.12624/full.md

## Figures

9 figures with captions in the complete paper: https://tomesphere.com/paper/1904.12624/full.md

## References

20 references — full list in the complete paper: https://tomesphere.com/paper/1904.12624/full.md

---
Source: https://tomesphere.com/paper/1904.12624