Browse Source

Update 'README.md'

master^2
Soroush Omranpour 2 years ago
parent
commit
61b8392410
1 changed files with 7 additions and 5 deletions
  1. 7
    5
      README.md

+ 7
- 5
README.md View File

@@ -1,10 +1,12 @@
# CSI-Code
This project is a pytorch implementation of the paper [CSI: A Hybrid Deep Model for Fake News Detection"](https://dl.acm.org/citation.cfm?id=3132877)
This project is a pytorch implementation of the paper [CSI: A Hybrid Deep Model for Fake News Detection"](https://dl.acm.org/citation.cfm?id=3132877).

Several modifications have been made on the [original code](https://github.com/sungyongs/CSI-Code) including:
- minor bugs were fixed
- code is cleaner, standard, organized, and more understandable
- the main model is reimplemented using Pytorch and Pytorch_lightning
- training is integrated with Ray Tune for the sake of hyperparameter tuning

- minor bugs were fixed
- code is cleaner, standard, organized, and more understandable
- the main model is reimplemented using Pytorch and Pytorch_lightning
- training is integrated with Ray Tune for the sake of hyperparameter tuning
## Getting started

Loading…
Cancel
Save