Skip to content

devanshisingh/Fake-Instagram-Profile-Detection

Repository files navigation

Fake-Instagram-Profile-Detection

This is a mini-project I completed under Coursera Project Network.

In this hands-on project, I have built a deep neural network model to detect spam (fake) Instagram accounts.

  • Dataset Used - Uploaded as insta_train.csv and instra_test.csv
    Parameters Used
    FeatureValuesType of value
    Profile PicYes or No0 or 1
    Full NameNo. of wordsInteger
    Description LengthNo. of wordsInteger
    PrivateYes or No0 or 1
    PostsNo. of postsInteger
    FollowersNo. of followersInteger
  • Exploratory Data Analysis - Checked for null values and analysed the statistical summary of the data.
  • Data Visualisation - Using Seaborn and Matplotlib libraries in Python
  • Data Preprocessing - Data Normalisation using Scikit Learn and transformed 'Fake' column data to categorical using Keras
  • Creating model - Sequential Model. Used ReLU activation function for the input and the hidden layers and Softmax activation function for the output layer.
  • Training the model - Used 20 epochs for training the model.
  • Evaluation - Getting an accuracy of 91%.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors