当前位置:网站首页>3_ Jupiter notebook, numpy and mattlotlib
3_ Jupiter notebook, numpy and mattlotlib
2022-07-27 00:40:00 【Acowardintheworld】
The first 3 Chapter Jupyter Notebook, numpy and matplotlib
A good workman does his work well , You must sharpen your tools first . In this chapter , We will learn about the use of basic tools related to machine learning :Jupyter Notebook, numpy and matplotlib.
3-1 Jupyter Notebook Basics
3-2 Jupyter Notebook The magic command in


After understanding the basic operations, you can hide some tool functions through the red box settings , To expand the area where the code is displayed .
Basic operation ( The coordinates of the mouse point in the code area )
Reference documents
https://blog.csdn.net/enter89/article/details/90329754?ops_request_misc=%257B%2522request%255Fid%2522%253A%2522162599154116780264079515%2522%252C%2522scm%2522%253A%252220140713.130102334…%2522%257D&request_id=162599154116780264079515&biz_id=0&utm_medium=distribute.pc_search_result.none-task-blog-2allbaidu_landing_v2~default-1-90329754.first_rank_v2_pc_rank_v29&utm_term=jupyternotebook%E5%BF%AB%E6%8D%B7%E6%93%8D%E4%BD%9C
| Shortcut key | paraphrase | function |
|---|---|---|
| A | after | Add a cell to the current cell |
| B | before | Add a cell under the current cell |
| L | line | Switch the description of the number of rows in the display cell |
| X | Cut the current cell , It can be used when deleting cells | |
| – | – | – |
| Shift + Enter Run this unit , Select the next unit | – | Run this cell , Jump to the next cell |
| M | Markdown | The cell becomes a text description type |
| Y | yes, It's time for you to write code | Cells become code types |
github There are related Markdown Syntax document for :
https://guides.github.com/features/mastering-markdown/
3-3 Numpy Data base
3-4 establish Numpy Array ( And matrices )
3-5 Numpy Array ( And matrices ) Basic operation
3-6 Numpy Array ( And matrices ) The merger and division of
3-7 Numpy Matrix operations in
3-8 Numpy Aggregation operations in
3-9 Numpy Medium arg operation
3-10 Numpy The comparison between and Fancy Indexing
3-11 Matplotlib Fundamentals of data visualization
3-12 Data loading and simple data exploration
边栏推荐
- 【4.4 快速幂详解及快速幂求逆元】
- 运算符重载
- 8_多项式回归及模型泛化(Polynomial Regression and Model Generalization)
- 2022-07-17:1, 2, 3... N-1, N, n+1, n+2... In this sequence, only one number has repetition (n). This sequence is unordered. Find the repeated number n. This sequence is ordered. Find the repeated numb
- Matlab based medical imaging technology filtering backprojection simulation, including direct backprojection, S-L filtering, R-L filtering, LeWitt filtering
- C language is more than a variety of descriptions of size. Don't stick to one way of writing
- V-viewer use
- [acwing game 61]
- "Syntaxerror: future feature annotations is not defined"
- MySQL common functions (summary)
猜你喜欢
随机推荐
寻找真凶
Course notes of Professor Dalin of robotics platform
Input a string of letters and output the vowels inside. I hope you guys can give guidance
Three tier architecture simulation
Ubantu installing Oracle JDK
Comparative simulation of LEACH protocol performance, including the number of dead nodes, data transmission, network energy consumption, the number of cluster heads and load balance
Viterbi Viterbi decoding bit error rate simulation, modulation is QPSK, channel is Gaussian white noise
Operator overloading
Signal and system impulse response and step response
类与对象笔记一
Downloading and processing of sentinel-2
2020-12-20 99 multiplication table
Configure deeplobcut 1 with your head covered
[4.6 detailed explanation of Chinese remainder theorem]
Drawing warehouse-2 (function image)
"Syntaxerror: future feature annotations is not defined"
Shufflenet series (2): explanation of shufflenet V2 theory
继承,继承,继承
8_多项式回归及模型泛化(Polynomial Regression and Model Generalization)
画冲击函数


![[PCB open source sharing] stc8a8k64d4 development board](/img/df/14f47295dace857c0a32545c3eca39.png)






