/Trust-Inference

Trust Inference using Neural Nets

Primary LanguagePython

Main file :

train1.py

Model file :

model1.py

Data Handler and Segmentation file:

data_handler.py

To run the program

python train1.py num_items_threshold degree_threshold segment_using_degree_or_items

ex:

python train1.py 100 50 degree/items

Dependencies :

  1. Theano
  2. Numpy
  3. Networkx