├── README.md ├── data preprocessing.ipynb ├── requirement.txt ├── src ├── data.py └── model.py └── train.ipynb /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s-omranpour/Fake-News-Detection-Pytorch/HEAD/README.md -------------------------------------------------------------------------------- /data preprocessing.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s-omranpour/Fake-News-Detection-Pytorch/HEAD/data preprocessing.ipynb -------------------------------------------------------------------------------- /requirement.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s-omranpour/Fake-News-Detection-Pytorch/HEAD/requirement.txt -------------------------------------------------------------------------------- /src/data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s-omranpour/Fake-News-Detection-Pytorch/HEAD/src/data.py -------------------------------------------------------------------------------- /src/model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s-omranpour/Fake-News-Detection-Pytorch/HEAD/src/model.py -------------------------------------------------------------------------------- /train.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s-omranpour/Fake-News-Detection-Pytorch/HEAD/train.ipynb --------------------------------------------------------------------------------