Skip to content

Commit

Permalink
Reintroduce noise in spiral classification
Browse files Browse the repository at this point in the history
  • Loading branch information
Atcold committed Oct 30, 2019
1 parent f4525cc commit 6ab5280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 04-spiral_classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
" # When t = 1\n",
" (2 * math.pi / C) * (2 + c),\n",
" N\n",
" ) + torch.randn(N) * 0\n",
" ) + torch.randn(N) * 0.2\n",
" \n",
" for ix in range(N * c, N * (c + 1)):\n",
" X[ix] = t[index] * torch.FloatTensor((\n",
Expand Down

0 comments on commit 6ab5280

Please sign in to comment.