Skip to content

prateek025/nlp-using-nn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Natural Language Processing using Neural Networks

I. Repository Overview

  • This repository contains tutorials that cover different NLP applications leveraging Neural Network models. Currently 1 tutorial notebook is available in this repository:
    1. nlp_classfication_lstm.ipynb

II. Tutorial notebooks details

  1. nlp_classfication_lstm.ipynb
    • This notebook covers how to classify text data using an LSTM model build in Tensorflow framework.
    • Dataset used for analysis is the Clickbait Dataset taken from Kaggle website.
    • Two different binary classification LSTM models are built on this dataset to identify if a given news headline text a clickbait headline or not.
    • This notebook covers the usual data cleaning steps for processing text data, and other functionalites in tensorflow.keras.preprocessing.text and tensorflow.keras.preprocessing.sequence to transform and prepare text data so that it can used in an LSTM model.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published