Skip to content

I have implemented Multi Layer Perceptron model to learn and predict the sentiment of sentence written in Azerbaijani. In order to perform this sentiment task, we use a mixture of baseline machine learning models and deep learning models to learn and predict the sentiment of binary reviews.

License

Notifications You must be signed in to change notification settings

NijatZeynalov/SENTIMENT-ANALYZER-FOR-AZERBAIJANI-SENTENCES.

Repository files navigation

SENTIMENT-ANALYZER-FOR-AZERBAIJANI-SENTENCES.

The goal of most sentiment tasks is to identify the overall sentiment polarity of the documents in question, i.e. is the sentiment of the document positive or negative? For our case, we will enter sentence in Azerbaijani and model will predict its sentiment. In order to perform this sentiment task, we use a mixture of baseline machine learning models and deep learning models to learn and predict the sentiment of binary reviews.

I have implemented Multi Layer Perceptron model to learn and predict the sentiment of sentences

ezgif com-video-to-gif (6)

This poses a supervised learning task. For this purpose, we will use bag-of-words features with machine learning algorithms which is very simply and efficient, while having the ability to achieve very high accuracy. We will develop a neural bag-of-words model, which collects high-level structural and semantic meaning of the words.

The project performs sentiment classification via neural bag-of-words approach. After preparing data and building model, I have deployed this project using Flask.

About

I have implemented Multi Layer Perceptron model to learn and predict the sentiment of sentence written in Azerbaijani. In order to perform this sentiment task, we use a mixture of baseline machine learning models and deep learning models to learn and predict the sentiment of binary reviews.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published