Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Prakash_Agarwal_ML/Prakash_Agarwal_FakeNewsDetection_ML.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FakeNewsDetection : We are using Dataset of Famous Published article some with Fake News and Some with True News
Then we will tokenize it and process it, To extract the words/data we need to detect
With Sequential Model and LSTM, We will create a model to detect the Fake News with 90%+ accuracy
For visualization of data we are using Matplotlib.pyplot, seaborn and wordcloud
Loading