Thanks to visit codestin.com
Credit goes to github.com

Skip to content

dddf-fly/CS222

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS222

CS222 final project

This repository contains an implementation of learned Bloom filter and sandwiched learned Bloom filter introduced in recent work. Please refer to LBF.py and SLBF.py for the implementations of the filters. Refer to phishing_RNN.ipynb for an application of these filters on real dataset.

Environment Set up:

  1. Make sure python3 is correctly installed locally. Version # above 3.6.1, ideally.
  2. Install Pytorch and relative dependencies locally:
    • (Mac) conda install pytorch torchvision -c pytorch
    • (Windows) conda install pytorch -c pytorch; pip3 install torchvision

About

CS222 final project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published