https://github.com/riju18/pytorch-journey
Learning PyTorch to understand that where it's different from Tensorflow.
https://github.com/riju18/pytorch-journey
ann jupyter-notebook python3 pytorch
Last synced: about 2 months ago
JSON representation
Learning PyTorch to understand that where it's different from Tensorflow.
- Host: GitHub
- URL: https://github.com/riju18/pytorch-journey
- Owner: riju18
- Created: 2021-07-09T16:25:40.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-10T06:27:53.000Z (almost 4 years ago)
- Last Synced: 2025-01-28T12:44:27.013Z (4 months ago)
- Topics: ann, jupyter-notebook, python3, pytorch
- Language: Jupyter Notebook
- Homepage:
- Size: 262 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning & experimental Project :
## Comparison with Tensorflow :
+ ANN :
+ Speed :
+ Slower than TensorFlow in both CPU and GPU
+ Evaluation :
+ PyTorch reduced more FN than Tensorflow
+ Accuracy is 2-3% better than Tensorflow
+ Summary :
+ Need more experiments to evaluate which one is better in particular dataset