- Machine Learning for Developers
- Rodolfo Bonnin
- 163字
- 2021-07-02 15:46:45
Jupyter notebook
Jupyter is a clear example of a successful Python-based project, and it's also one of the most powerful devices we will employ to explore and understand data through code.
Jupyter notebooks are documents consisting of intertwined cells of code, graphics, or formatted text, resulting in a very versatile and powerful research environment. All these elements are wrapped in a convenient web interface that interacts with the IPython interactive interpreter.
Once a Jupyter notebook is loaded, the whole environment and all the variables are in memory and can be changed and redefined, allowing research and experimentation, as shown in the following screenshot:

This tool will be an important part of this book's teaching process, because most of the Python examples will be provided in this format. In the last chapter of the book, you will find the full installation instructions.
- Python快樂編程:人工智能深度學習基礎
- 小程序實戰視頻課:微信小程序開發全案精講
- ASP.NET Core 5.0開發入門與實戰
- PostgreSQL for Data Architects
- arc42 by Example
- 區塊鏈架構與實現:Cosmos詳解
- Learning OpenCV 3 Computer Vision with Python(Second Edition)
- Multithreading in C# 5.0 Cookbook
- Android移動開發案例教程:基于Android Studio開發環境
- GameMaker Essentials
- 深入實踐Kotlin元編程
- 微課學人工智能Python編程
- C++程序設計教程(第2版)
- Mastering Gephi Network Visualization
- Android Game Programming by Example