taspinar / siml

Machine Learning algorithms implemented from scratch
http://www.ataspinar.com
MIT License
484 stars 259 forks source link

Typo #3

Closed yashuvishnalia closed 4 years ago

yashuvishnalia commented 5 years ago

https://github.com/taspinar/siml/blob/1d76e79d0cf37e64f5f992e1d5d7870f722eb5e2/notebooks/Machine%20Learning%20with%20Signal%20Processing%20techniques.ipynb#L83

[no_signals_train, no_steps_train, no_components_train] = np.shape(train_signals) [no_signals_test, no_steps_test, no_components_test] = np.shape(train_signals)==>test_signals

taspinar commented 4 years ago

@yashuvishnalia Thanks! notebook has been updated.