Skip to content

Instantly share code, notes, and snippets.

@SOVIETIC-BOSS88
Last active March 16, 2020 19:57
Show Gist options
  • Save SOVIETIC-BOSS88/80af2ed18800ea6249ef6be97cd0508e to your computer and use it in GitHub Desktop.
Save SOVIETIC-BOSS88/80af2ed18800ea6249ef6be97cd0508e to your computer and use it in GitHub Desktop.
FAST AI JOURNEY: COURSE V3. PART 2. LESSON 12. Documenting my fast.ai journey: PAPER REVIEW. RETHINKING THE INCEPTION ARCHITECTURE FOR COMPUTER VISION.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# FAST AI JOURNEY: COURSE V3. PART 2. LESSON 12.\n",
"## Documenting my fast.ai journey: PAPER REVIEW. RETHINKING THE INCEPTION ARCHITECTURE FOR COMPUTER VISION."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"In this project we dived into the 2015 paper, named Rethinking the Inception Architecture for Computer Vision, by Christian Szegedy, Vincent Vanhoucke, Sergey Ioffe, Jonathon Shlens, Zbigniew Wojna. Particularly, we will focus on the the Section 7 of the paper, summarized in the following [Medium Post](https://medium.com/@surhar88/fast-ai-journey-part-2-lesson-12-8e715abde70b)."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.7"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# FAST AI JOURNEY: PART 2. LESSON 12.\n",
"## Documenting my fast.ai journey: PAPER REVIEW. RETHINKING THE INCEPTION ARCHITECTURE FOR COMPUTER VISION."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"In this project we dived into the 2015 paper, named Rethinking the Inception Architecture for Computer Vision, by Christian Szegedy, Vincent Vanhoucke, Sergey Ioffe, Jonathon Shlens, Zbigniew Wojna. Particularly, we will focus on the the Section 7 of the paper, summarized in the following [Medium Post](https://medium.com/@surhar88/fast-ai-journey-part-2-lesson-12-8e715abde70b)."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.7"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment