Skip to content

Commit

Permalink
CLP on COIL-100, extracted features from 42 objects, tutorial01 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
elvinhajizada committed Jun 29, 2023
1 parent df8f56e commit 5d4beae
Show file tree
Hide file tree
Showing 4 changed files with 1,097 additions and 3 deletions.
3 changes: 3 additions & 0 deletions tutorials/in_depth/clp/coil100_features_separated_objs.npy
Git LFS file not shown
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,6 @@
"n_samples = 15\n",
"n_clusters = 3\n",
"random_state = 54\n",
"v_min = 0\n",
"v_max = 2\n",
"\n",
"# Generate synthetic data\n",
"X, y = make_blobs(\n",
Expand Down
1,093 changes: 1,093 additions & 0 deletions tutorials/in_depth/clp/tutorial03_clp_on_coil100.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tutorials/in_depth/clp/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def plot_spikes_time_series(time, time_series, spikes, figsize, legend,
plt.tight_layout(pad=3.0)

plt.subplot(212)
plt.step(time, time_series, color=colors[-1])
plt.step(time, time_series)

plt.title(title[0])
plt.xlabel("Time steps")
Expand Down

0 comments on commit 5d4beae

Please sign in to comment.