Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
update nn and cnn and add fgsm
Browse files Browse the repository at this point in the history
  • Loading branch information
keon committed May 29, 2018
1 parent ab24813 commit 8f20e4d
Show file tree
Hide file tree
Showing 18 changed files with 2,338 additions and 833 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,5 @@ ENV/
# dataset
data/
.data/

tmp/
37 changes: 37 additions & 0 deletions 03-Coding-Neural-Networks-In-PyTorch/basic-feed-forward.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"import torch\n",
"import numpy\n",
"from sklearn.datasets import make_blobs\n",
"import matplotlib.pyplot as plot\n"
]
}
],
"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.5.2"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
118 changes: 0 additions & 118 deletions 04-Neural-Network-For-Fashion/01-fashion-mnist.py

This file was deleted.

Loading

0 comments on commit 8f20e4d

Please sign in to comment.