這篇文章主要介紹了關於numpy實現合併多維矩陣、list的擴展方法,有著一定的參考價值,現在分享給大家,有需要的朋友可以參考一下
一、合併多個numpy矩陣
1、先建立兩個多維矩陣
矩陣a的大小為(2,3, 2)
矩陣b的大小為(3,2,3)
採用concatentate這個函數就可以合併兩個多維矩陣
合併之後應為(5, 3,2)
In [1]: import numpy as np In [2]: a = np.ndarray((3, 2, 3)) In [3]: b = np.ndarray((2, 2, 3)) In [4]: print(a.shape, b.shape) (3, 2, 3) (2, 2, 3) In [5]: c = np.concatenate((a, b), axis = 0) In [6]: print(c.shape) (5, 2, 3) In [7]:
#二、矩陣的追加
##矩陣的追加是採用append這個函數,list也有這個函數,但是二者的使用方式略有不同。1、建立一個ndarray
2、然後使用np.append()函數來追加(注意是np.append, 不是a.append)
In [2]: import numpy as np In [3]: a = np.array([1, 2, 3, 4, 5]) In [4]: a = np.append(a, 10) In [5]: a Out[5]: array([ 1, 2, 3, 4, 5, 10]) In [6]: a = np.append(a, [1, 2, 3]) In [7]: a Out[7]: array([ 1, 2, 3, 4, 5, 10, 1, 2, 3])
三、清單的擴充(extend)
1、列表的擴充就是把兩個列表合併
2、採用extend函數
In [9]: a = [1, 2, 3, 4] In [10]: b = [5, 6, 7, 8] In [11]: a Out[11]: [1, 2, 3, 4] In [12]: b Out[12]: [5, 6, 7, 8] In [13]: c = a.extend(b) In [14]: c In [15]: a Out[15]: [1, 2, 3, 4, 5, 6, 7, 8]請注意extend這個函數的回傳值是None,所以上面第13行c的輸出為空,而a的值已經變了,所以它是直接在a後面擴展的,並沒有任何回傳值。
四、清單的追加
清單的追加直接用append就行1、建立清單a
2、在a的後面追加資料
#
In [28]: a = [1, 2,3,4] In [29]: a.append(6) In [30]: a Out[30]: [1, 2, 3, 4, 6] In [31]:相關推薦:
#
以上是numpy實作合併多維矩陣、list的擴充方法的詳細內容。更多資訊請關注PHP中文網其他相關文章!

Pythonarrayssupportvariousoperations:1)Slicingextractssubsets,2)Appending/Extendingaddselements,3)Insertingplaceselementsatspecificpositions,4)Removingdeleteselements,5)Sorting/Reversingchangesorder,and6)Listcomprehensionscreatenewlistsbasedonexistin

NumPyarraysareessentialforapplicationsrequiringefficientnumericalcomputationsanddatamanipulation.Theyarecrucialindatascience,machinelearning,physics,engineering,andfinanceduetotheirabilitytohandlelarge-scaledataefficiently.Forexample,infinancialanaly

useanArray.ArarayoveralistinpythonwhendeAlingwithHomoGeneData,performance-Caliticalcode,orinterfacingwithccode.1)同質性data:arraysSaveMemorywithTypedElements.2)績效code-performance-calitialcode-calliginal-clitical-clitical-calligation-Critical-Code:Arraysofferferbetterperbetterperperformanceformanceformancefornallancefornalumericalical.3)

不,notalllistoperationsareSupportedByArrays,andviceversa.1)arraysdonotsupportdynamicoperationslikeappendorinsertwithoutresizing,wheremactsperformance.2)listssdonotguaranteeconecontanttanttanttanttanttanttanttanttanttimecomplecomecomplecomecomecomecomecomecomplecomectacccesslectaccesslecrectaccesslerikearraysodo。

toAccesselementsInapythonlist,useIndIndexing,負索引,切片,口頭化。 1)indexingStartSat0.2)否定indexingAccessesessessessesfomtheend.3)slicingextractsportions.4)iterationerationUsistorationUsisturessoreTionsforloopsoreNumeratorseforeporloopsorenumerate.alwaysCheckListListListListlentePtotoVoidToavoIndexIndexIndexIndexIndexIndExerror。

Arraysinpython,尤其是Vianumpy,ArecrucialInsCientificComputingfortheireftheireffertheireffertheirefferthe.1)Heasuedfornumerericalicerationalation,dataAnalysis和Machinelearning.2)Numpy'Simpy'Simpy'simplementIncressionSressirestrionsfasteroperoperoperationspasterationspasterationspasterationspasterationspasterationsthanpythonlists.3)inthanypythonlists.3)andAreseNableAblequick

你可以通過使用pyenv、venv和Anaconda來管理不同的Python版本。 1)使用pyenv管理多個Python版本:安裝pyenv,設置全局和本地版本。 2)使用venv創建虛擬環境以隔離項目依賴。 3)使用Anaconda管理數據科學項目中的Python版本。 4)保留系統Python用於系統級任務。通過這些工具和策略,你可以有效地管理不同版本的Python,確保項目順利運行。

numpyarrayshaveseveraladagesoverandastardandpythonarrays:1)基於基於duetoc的iMplation,2)2)他們的aremoremoremorymorymoremorymoremorymoremorymoremoremory,尤其是WithlargedAtasets和3)效率化,效率化,矢量化函數函數函數函數構成和穩定性構成和穩定性的操作,製造


熱AI工具

Undresser.AI Undress
人工智慧驅動的應用程序,用於創建逼真的裸體照片

AI Clothes Remover
用於從照片中去除衣服的線上人工智慧工具。

Undress AI Tool
免費脫衣圖片

Clothoff.io
AI脫衣器

Video Face Swap
使用我們完全免費的人工智慧換臉工具,輕鬆在任何影片中換臉!

熱門文章

熱工具

SublimeText3 Mac版
神級程式碼編輯軟體(SublimeText3)

MinGW - Minimalist GNU for Windows
這個專案正在遷移到osdn.net/projects/mingw的過程中,你可以繼續在那裡關注我們。 MinGW:GNU編譯器集合(GCC)的本機Windows移植版本,可自由分發的導入函式庫和用於建置本機Windows應用程式的頭檔;包括對MSVC執行時間的擴展,以支援C99功能。 MinGW的所有軟體都可以在64位元Windows平台上運作。

PhpStorm Mac 版本
最新(2018.2.1 )專業的PHP整合開發工具

SublimeText3漢化版
中文版,非常好用

記事本++7.3.1
好用且免費的程式碼編輯器