環(huán)境:
IDE(anaconda,pycharm)
線上運(yùn)行環(huán)境(python3)
語法:
基本讀寫語法(print*,? 注釋#"""? 縮進(jìn)表示: 多行\(zhòng) )
變量與操作(賦值= 數(shù)據(jù)類型-數(shù)字-字符串-弱類型的列表[]-只讀列表元組()-字典{}[]keys()values() 運(yùn)算-加減乘除乘方模整比較布爾in is )
邏輯控制:(if elif else,while for in,break continue pass)
函數(shù):(def function return,參數(shù):必備 默認(rèn) 不定長*arg)
類與對象:class ClassName(Father): def__init__(self,arg):? 封裝繼承多態(tài)
用法(包纯丸,庫文狱,框架):
numpy 數(shù)值計算包:創(chuàng)建np. array([[],[]]),屬性(ndm,shape,size,dtype,itemsize)超埋,打印(print()),基本操作(算數(shù) 對應(yīng)乘* 點乘.dot()寄狼,統(tǒng)計 min max sum exp sqrt square 隨機(jī)數(shù)組 seed rand binomial beta normal 索引切片迭代 [1:3] in)
matplotlib繪圖庫:創(chuàng)建圖(線形plt.plot()枫振,散點plt.scatter(),直方圖plt.hist()蒋纬,餅圖plt.pie()) 標(biāo)簽圖例 子圖
pytorch深度學(xué)習(xí)框架: