An open API service indexing awesome lists of open source software.

https://github.com/machinelearningzuu/website-policy-classification

Classify different policy types in websites and detect anomaly policies to analyses scam websites.
https://github.com/machinelearningzuu/website-policy-classification

Last synced: 8 months ago
JSON representation

Classify different policy types in websites and detect anomaly policies to analyses scam websites.

Awesome Lists containing this project

README

          

# WebSite Policy Classification

Classify different policy types in websites and detect anomaly policies to analyse scam websites. Using LSTM model classify policy text by supervised learning techniques and
using that handle anomaly policy texts to identify scam websutes.

# Techniques

- Supervised Deep Learning
- Unsupervised Deep Learning
- Natural language processing
- Anomaly Detection
# Tools

* TensorFlow - Deep Learning Model
* pandas - Data Extraction and Preprocessing
* numpy - numerical computations
* scikit learn - Advanced preprocessing

### Installation

Install the dependencies and conda environment

```sh
$ conda create -n envname python=python_version
$ activate envname
$ conda install -c anaconda tensorflow-gpu
$ conda install -c anaconda nltk
$ conda install -c anaconda pandas
$ conda install -c anaconda matplotlib
$ conda install -c anaconda scikit-learn
```