soundarzozm / hacctoberrrrr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues MIT License LinkedIn


Hactober

Hactober hactober oo aa oo aa
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

TEST.

Built With

Getting Started

The project consists of three stages:

  1. Data Processing
  2. Model Definition
  3. Model training, and evaluation

The .ipynb (Jupyter Notebook) file contains the three stages of the project.

Data Processing

Data Processing refers to the analysis, manipulation/transformation of the dataset to obtain a usable form of the data.
This consists of data partitioning, tokenization, padding, etc.

Model Definition

Model definition refers to the process of choosing the models those are best suited for the dataset, along with the initial hyperparameters.

Model Training, and Evaluation

Model training refers to the process of fitting the models to the training data.
Model evaluation refers to the process of evaluating the process of the models using certain appropriate evaluation metrics and tuning the hyperparameters again based on the results.

It is an iterative process until required performance is obtained.

Usage

This model can be used to analyse the sentiment in a given piece of text. This has its various applications such as:

  • Spam Classification
  • Business Analytics
  • Social Monitoring
  • Market Research
  • Product Analysis

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Soundar Murugan - @soundarzozm
E-Mail - soundarmurugan91@gmail.com

Project Link: https://github.com/soundarzozm/hactoberrrrr

Acknowledgements

About