Commit Graph

25 Commits (dceec95323c07b6b48e1cc0a5e541208affb33ef)

Author SHA1 Message Date
Victor Khaustov 8dcd85ead2 Remove redundant parentheses 2022-05-13 19:05:00 +09:00
Victor Khaustov 0ee2d2d626 Remove unnecessary comma 2022-05-13 18:28:52 +09:00
Victor Khaustov 507505743f Fix diff conflict 2022-05-13 18:24:04 +09:00
Victor Khaustov b2ba41f05a Update docs links and correct typos in tools_numpy 2022-05-13 18:15:41 +09:00
Aurélien Geron 0a28fab583 Add notebook outputs 2022-02-19 22:24:54 +13:00
Aurélien Geron 5a4db9ea46 Update tools_numpy.ipynb to the latest libs 2021-11-23 16:01:28 +13:00
Aurélien Geron aa319d94f0 Require and upgrade to Python 3.8 2021-10-17 14:27:34 +13:00
Aurélien Geron 1b96533668 Replace 'Open in Colab' button 2021-05-26 07:40:58 +12:00
Aurélien Geron 974c4fe858 Add 'Open in Kaggle' button 2021-05-26 07:31:19 +12:00
Aurélien Geron b2d197711f Change np.fromfunction() example and fix typo in explanation, fixes #403 2021-03-10 08:30:14 +13:00
Aurélien Geron b201196be1 Add Colab button, fixes #346 2021-03-02 10:13:13 +13:00
Richaldo Elias fd54bc6e8c Update tools_numpy.ipynb
To create an ndarray using NumPy's `arange` function, which is similar to python's built-in `range` function
2020-07-25 18:42:30 +02:00
Aurélien Geron cdfad2d003 Link to matrix multiplication and Hadarmard product 2020-04-24 16:54:38 +12:00
Aurélien Geron 8fb49ea7e0 plt.hist() normed renamed to density 2020-04-24 16:49:42 +12:00
Aurélien Geron 2f7ab70295 Update notebooks to latest nbformat 2020-04-06 19:13:12 +12:00
Aurélien Geron f6dfa0ff76 Remove from __future__ imports as we move away from Python 2 2019-10-12 16:40:05 +09:30
Vladimir Tikhonov b399190846 Fix small typo in numpy notebook 2018-03-24 17:34:38 +03:00
Aurélien Geron 8370cafbb7 Remove one level of headers 2016-03-03 18:40:31 +01:00
Aurélien Geron bd11e52242 Small tweak to the NumPy tutorial 2016-02-20 21:47:44 +01:00
Aurélien Geron da0fc99dec Remove tons of unecessary print() calls 2016-02-19 15:29:24 +01:00
Aurélien Geron d191442ff7 Fix a few remaining python 2/3 glitches 2016-02-19 13:24:08 +01:00
Aurélien Geron 1d9aa457d3 Revert notebooks back to python 2 so they can work on both python 2 and 3 2016-02-19 12:42:03 +01:00
Aurélien Geron 793c3a2574 Make notebooks compatible with both python 2 and python 3 2016-02-19 12:22:42 +01:00
Aurélien Geron a09e15ffca Finished the numpy tutorial 2016-02-18 22:00:33 +01:00
Aurélien Geron 821c3c5b7d Added (unfinished) NumPy tutorial. 2016-02-18 00:09:50 +01:00