Object-oriented way of using matplotlib – 1. The Reasons

This entry is part 1 of 8 in the series OO matplotlib

        I want to post a series of articles about object-oriented way of using matplotlib. It will explain why we should use object-oriented style and how to code like that. The main references are come from the official matplotlib website, “matplotlib.org” and  the book, 『Python Data Science Handbook: Essential Tools for Working with …

Read moreObject-oriented way of using matplotlib – 1. The Reasons

All about the NVIDIA Driver Installation

Currently I’ve struggled with Ubuntu settings. It’s specially about NVIDIA Drivers. I could see the official documentation, but it was not helpful for me. So, I decided to summarize the concepts about NVIDIA-Driver, CUDA Toolkit, CuDNN for using docker properly. I am using Ubuntu servers for running docker and NVIDIA Graphic cards are installed inside …

Read moreAll about the NVIDIA Driver Installation

Object-oriented way of using matplotlib – 6. Artist and Useful Links

This entry is part 8 of 8 in the series OO matplotlib

        I would like to post a series of articles about object-oriented way of using matplotlib. That explains why we should use that way and how to code like that. The main references are come from the official matplotlib website, “matplotlib.org” and  the book, 『Python Data Science Handbook: Essential Tools for Working with …

Read moreObject-oriented way of using matplotlib – 6. Artist and Useful Links

Object-oriented way of using matplotlib – 5. Customizing Plots, Ticks

This entry is part 6 of 8 in the series OO matplotlib

        I would like to post a series of articles about object-oriented way of using matplotlib. That explains why we should use that way and how to code like that. The main references are come from the official matplotlib website, “matplotlib.org” and  the book, 『Python Data Science Handbook: Essential Tools for Working with …

Read moreObject-oriented way of using matplotlib – 5. Customizing Plots, Ticks

Object-oriented way of using matplotlib – 5. Customizing Plots, Colorbar

This entry is part 7 of 8 in the series OO matplotlib

        I would like to post a series of articles about object-oriented way of using matplotlib. That explains why we should use that way and how to code like that. The main references are come from the official matplotlib website, “matplotlib.org” and  the book, 『Python Data Science Handbook: Essential Tools for Working with …

Read moreObject-oriented way of using matplotlib – 5. Customizing Plots, Colorbar

Object-oriented way of using matplotlib – 5. Customizing Plots, Legend

This entry is part 5 of 8 in the series OO matplotlib

        I would like to post a series of articles about object-oriented way of using matplotlib. That explains why we should use that way and how to code like that. The main references are come from the official matplotlib website, “matplotlib.org” and  the book, 『Python Data Science Handbook: Essential Tools for Working with …

Read moreObject-oriented way of using matplotlib – 5. Customizing Plots, Legend

Object-oriented way of using matplotlib – 4. Multiple Subplots

This entry is part 4 of 8 in the series OO matplotlib

        I would like to post a series of articles about object-oriented way of using matplotlib. That explains why we should use that way and how to code like that. The main references are come from the official matplotlib website, “matplotlib.org” and  the book, 『Python Data Science Handbook: Essential Tools for Working with …

Read moreObject-oriented way of using matplotlib – 4. Multiple Subplots

Object-oriented way of using matplotlib – 3. Basics of Object Oriented APIs

This entry is part 3 of 8 in the series OO matplotlib

        I would like to post a series of articles about object-oriented way of using matplotlib. That explains why we should use that way and how to code like that. The main references are come from the official matplotlib website, “matplotlib.org” and  the book, 『Python Data Science Handbook: Essential Tools for Working with …

Read moreObject-oriented way of using matplotlib – 3. Basics of Object Oriented APIs

Object-oriented way of using matplotlib – 2. MATLAB style versus OO style

This entry is part 2 of 8 in the series OO matplotlib

        I would like to post a series of articles about object-oriented way of using matplotlib. That explains why we should use that way and how to code like that. The main references are come from the official matplotlib website, “matplotlib.org” and  the book, 『Python Data Science Handbook: Essential Tools for Working with …

Read moreObject-oriented way of using matplotlib – 2. MATLAB style versus OO style

2. Linear Algebra

This entry is part 1 of 1 in the series Math for ML

    This series of posts is intended to summarize the contents or note memorable things in Mathematics for ML book which I’ve got some insights from the contents. The book is『MATHEMATICS for MACHINE LEARNING, Marc Peter Deisenroth, A. Aldo Faisal and Cheng Soon Ong, Cambridge University Press. https://mml-book.com』. This post is about 2nd Chapter of …

Read more2. Linear Algebra