Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tapyu authored Mar 22, 2024
1 parent a7cc975 commit 428ea2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@

- [`course`](https://www.youtube.com/playlist?list=PLkDaE6sCZn6Gl29AoE31iwdVwSG-KnDzF) **Convolutional Neural Networks** - A DeepLearningAI course on YouTube.
- [`book`](https://libgen.rs/book/index.php?md5=6C72973849A5A771F5D66BF9A2694FC6) [`code`](https://github.com/dynamicslab/databook_matlab) **Data-Driven Science and Engineering: Machine Learning, Dynamical Systems, and Control** - By Steven L. Brunton and J. Nathan Kutz. 1th edition.
- [`book`](https://mml-book.github.io/book/mml-book.pdf) [`reading`](https://mml-book.github.io/) [`code`](https://github.com/mml-book/mml-book.github.io) **Mathematics for Machine Learning Book** - by A. Aldo Faisal, Cheng Soon Ong, and Marc Peter Deisenroth. <!-- It uses numerator layout! -->
- [`book`](https://github.com/xinlin192/DeepLearning/blob/master/Neural%20Networks%20and%20Learning%20Machines%20(3rd%20Edition).pdf) [`code`](https://github.com/irustandi/Neural-Networks-and-Learning-Machines-Haykin) [`code`](https://www.mathworks.com/matlabcentral/fileexchange/123880-fundamentals-of-neural-networks) [`code`](https://github.com/ocimakamboj/NNLS?tab=readme-ov-file) **Neural Networks and Learning Machines** - By Simon Haykin. 3th edition.
- [`dataset`](https://archive.ics.uci.edu) **UCI** - UC Irvine Machine Learning Repository.
- [`dataset`](https://www.timeseriesclassification.com/) [`dataset`](http://tseregression.org/) [`dataset`](https://www.cs.ucr.edu/%7Eeamonn/time_series_data_2018/) [`reading`](https://arxiv.org/pdf/2006.10996.pdf) [`reading`](https://arxiv.org/pdf/1810.07758.pdf) [`reading`](https://www.cs.ucr.edu/%7Eeamonn/time_series_data_2018/BriefingDocument2018.pdf) [`reading`](https://arxiv.org/pdf/1811.00075.pdf) **UEA & UCR Time Series Datasets** - Two widely used time series datasets, which are frequently used toghether for Time Series Classification (TSC), Time Series Clustering (TSCL) and Time Series Extrinsic Regression (TSER).
Expand Down

0 comments on commit 428ea2f

Please sign in to comment.