Skip to content

Implementation of Deep Pyramid Convolutional Neural Network (DPCNN) model for text categorization and its orchestration with DynamoDB using Azure Kubernetes Services

Notifications You must be signed in to change notification settings

kunaldesai97/dpcnn

Repository files navigation

project - DPCNN

Instructions:

Setting up the virtual environment
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
source venv/bin/activate

Setting up the jupyter notebook with venv

 python -m ipykernel install --user --name=venv
 jupyter notebook
For running the evaluation script:
cd output
python evaluate.py

About

Implementation of Deep Pyramid Convolutional Neural Network (DPCNN) model for text categorization and its orchestration with DynamoDB using Azure Kubernetes Services

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published