Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
*.pyc
*.DS_Store
.ipynb*
*.ipynb
ourfirstscraper/tmp/
misc/
10 changes: 10 additions & 0 deletions Case_study_preferred_tools_ICLR2020/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Case Study on preferred tools by Research Community in ICLR 2020
===============================================================================

This repository contains code for the article "Key Insights from ICLR 2020 with a Case Study on preferred tool by Research Community - PyTorch or TensorFlow?" published on Analytics Vidhya

Structure:
---------

- original_code/
- Case_study_preferred_tools_ICLR2020.ipynb
Loading