App下載

詞條

大約有 300 項符合查詢結(jié)果 ,庫內(nèi)數(shù)據(jù)總量為 78,250 項。(搜索耗時:0.0135秒)

61.Matplotlib Pyplot

Pyplot 是 Matplotlib 的子庫,提供了和 MATLAB 類似的繪圖 API。 Pyplot 是常用的繪圖模塊,能很方便讓用戶繪制 2D 圖表。 Pyplot 包含一系列繪圖函數(shù)的相關(guān)函數(shù),每個函數(shù)會對當前的圖像進行一些修改,例如:給圖像加上標記,生新的...

http://www.o2fo.com/matplotlib/matplotlib-pyplot.html

62.PyTorch torchaudio教程

標題: https://pytorch.org/tutorials/beginner/audio_preprocessing_tutorial.html PyTorch 是一個開源深度學習平臺,提供了從研究原型到具有 GPU 支持的生產(chǎn)部署的無縫路徑。 解決機器學習問題的巨大努力在于數(shù)據(jù)準備。 torchaudio充分利用了 PyTorch ...

http://www.o2fo.com/pytorch/pytorch-52d93bnc.html

63.包裝用于TensorFlow操作的Python函數(shù)

tf.py_func 函數(shù)py_func( func, inp, Tout, stateful=True, name=None ) 定義在:tensorflow/python/ops/script_ops.py. 請參閱指南:包裝python函數(shù)>腳本語言運算符 包裝一個 Python 函數(shù),并將其用作 TensorFlow 操作. 給定一個 python 函數(shù) func,它將 numpy 數(shù)組作為...

http://www.o2fo.com/tensorflow_python/tensorflow_python-7eil2g75.html

64.Pandas 提高性能

Enhancing performanceIn this part of the tutorial, we will investigate how to speed up certain functions operating on pandas DataFrames using three different techniques: Cython, Numba and pandas.eval(). We will see a speed improvement of ~200 when we use Cython and Numba on a test function operating...

http://www.o2fo.com/hyspo/hyspo-1k3h372r.html

65.Pandas 排序

Pands 提供了兩種排序方法,分別是按標簽排序和按數(shù)值排序。本節(jié)講解 Pandas 的排序操作。 下面創(chuàng)建一組 DataFrame 數(shù)據(jù),如下所示:import pandas as pd import numpy as np #行標簽亂序排列,列標簽亂序排列 unsorted_df=pd.DataFrame(np.random.randn(...

http://www.o2fo.com/pandas/sorting.html

66.TensorFlow函數(shù):tf.svd

tf.svd函數(shù) 別名: tf.linalg.svd tf.svd tf.svd( tensor, full_matrices=False, compute_uv=True, name=None ) 定義在:tensorflow/python/ops/linalg_ops.py 請參閱指南:數(shù)學函數(shù)>矩陣數(shù)學函數(shù) 計算一個或多個矩陣的奇值分解. 計算 tensor 的每個內(nèi)矩陣的 SVD,使...

http://www.o2fo.com/tensorflow_python/tensorflow_python-i1th2n54.html

67.Pandas 基礎用法

本節(jié)介紹 Pandas 數(shù)據(jù)結(jié)構(gòu)的基礎用法。下列代碼創(chuàng)建上一節(jié)(Pandas 數(shù)據(jù)結(jié)構(gòu))用過的示例數(shù)據(jù)對象:In [1]: index = pd.date_range('1/1/2000', periods=8) In [2]: s = pd.Series(np.random.randn(5), index=['a', 'b', 'c', 'd', 'e']) In [3]: df = pd.DataFrame(np.random.rand...

http://www.o2fo.com/hyspo/hyspo-anor3724.html

68.Pandas 聚合函數(shù)

在《Python Pandas窗口函數(shù)》一節(jié),我們重點介紹了窗口函數(shù)。我們知道,窗口函數(shù)可以與聚合函數(shù)一起使用,聚合函數(shù)指的是對一組數(shù)據(jù)求總和、最大值、最小值以及平均值的操作,本節(jié)重點講解聚合函數(shù)的應用。su應用聚合函數(shù)...

http://www.o2fo.com/pandas/pandas-aggregation.html

69.Pandas缺失值處理

在一些數(shù)據(jù)分析業(yè)務中,數(shù)據(jù)缺失是我們經(jīng)常遇見的問題,缺失值會導致數(shù)據(jù)質(zhì)量的下降,從而影響模型預測的準確性,這對于機器學習和數(shù)據(jù)挖掘影響尤為嚴重。因此妥善的處理缺失值能夠使模型預測更為準確和有效。為什么...

http://www.o2fo.com/pandas/pandas-fillna.html

70.Python3 pip

pip 是 Python 包管理工具,該工具提供了對 Python 包的查找、下載、安裝、卸載的功能。軟件包也可以在 https://pypi.org/ 中找到。目前最新的 Python 版本已經(jīng)預裝了 pip。查看是否已經(jīng)安裝 pip 可以使用以下命令:pip --version下載安裝包...

http://www.o2fo.com/python3/python3-pip.html

抱歉,暫時沒有相關(guān)的微課

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時沒有相關(guān)的視頻課程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時沒有相關(guān)的教程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

61.Matplotlib Pyplot

Pyplot 是 Matplotlib 的子庫,提供了和 MATLAB 類似的繪圖 API。 Pyplot 是常用的繪圖模塊,能很方便讓用戶繪制 2D 圖表。 Pyplot 包含一系列繪圖函數(shù)的相關(guān)函數(shù),每個函數(shù)會對當前的圖像進行一些修改,例如:給圖像加上標記,生新的...

http://www.o2fo.com/matplotlib/matplotlib-pyplot.html

62.PyTorch torchaudio教程

標題: https://pytorch.org/tutorials/beginner/audio_preprocessing_tutorial.html PyTorch 是一個開源深度學習平臺,提供了從研究原型到具有 GPU 支持的生產(chǎn)部署的無縫路徑。 解決機器學習問題的巨大努力在于數(shù)據(jù)準備。 torchaudio充分利用了 PyTorch ...

http://www.o2fo.com/pytorch/pytorch-52d93bnc.html

63.包裝用于TensorFlow操作的Python函數(shù)

tf.py_func 函數(shù)py_func( func, inp, Tout, stateful=True, name=None ) 定義在:tensorflow/python/ops/script_ops.py. 請參閱指南:包裝python函數(shù)>腳本語言運算符 包裝一個 Python 函數(shù),并將其用作 TensorFlow 操作. 給定一個 python 函數(shù) func,它將 numpy 數(shù)組作為...

http://www.o2fo.com/tensorflow_python/tensorflow_python-7eil2g75.html

64.Pandas 提高性能

Enhancing performanceIn this part of the tutorial, we will investigate how to speed up certain functions operating on pandas DataFrames using three different techniques: Cython, Numba and pandas.eval(). We will see a speed improvement of ~200 when we use Cython and Numba on a test function operating...

http://www.o2fo.com/hyspo/hyspo-1k3h372r.html

65.Pandas 排序

Pands 提供了兩種排序方法,分別是按標簽排序和按數(shù)值排序。本節(jié)講解 Pandas 的排序操作。 下面創(chuàng)建一組 DataFrame 數(shù)據(jù),如下所示:import pandas as pd import numpy as np #行標簽亂序排列,列標簽亂序排列 unsorted_df=pd.DataFrame(np.random.randn(...

http://www.o2fo.com/pandas/sorting.html

66.TensorFlow函數(shù):tf.svd

tf.svd函數(shù) 別名: tf.linalg.svd tf.svd tf.svd( tensor, full_matrices=False, compute_uv=True, name=None ) 定義在:tensorflow/python/ops/linalg_ops.py 請參閱指南:數(shù)學函數(shù)>矩陣數(shù)學函數(shù) 計算一個或多個矩陣的奇值分解. 計算 tensor 的每個內(nèi)矩陣的 SVD,使...

http://www.o2fo.com/tensorflow_python/tensorflow_python-i1th2n54.html

67.Pandas 基礎用法

本節(jié)介紹 Pandas 數(shù)據(jù)結(jié)構(gòu)的基礎用法。下列代碼創(chuàng)建上一節(jié)(Pandas 數(shù)據(jù)結(jié)構(gòu))用過的示例數(shù)據(jù)對象:In [1]: index = pd.date_range('1/1/2000', periods=8) In [2]: s = pd.Series(np.random.randn(5), index=['a', 'b', 'c', 'd', 'e']) In [3]: df = pd.DataFrame(np.random.rand...

http://www.o2fo.com/hyspo/hyspo-anor3724.html

68.Pandas 聚合函數(shù)

在《Python Pandas窗口函數(shù)》一節(jié),我們重點介紹了窗口函數(shù)。我們知道,窗口函數(shù)可以與聚合函數(shù)一起使用,聚合函數(shù)指的是對一組數(shù)據(jù)求總和、最大值、最小值以及平均值的操作,本節(jié)重點講解聚合函數(shù)的應用。su應用聚合函數(shù)...

http://www.o2fo.com/pandas/pandas-aggregation.html

69.Pandas缺失值處理

在一些數(shù)據(jù)分析業(yè)務中,數(shù)據(jù)缺失是我們經(jīng)常遇見的問題,缺失值會導致數(shù)據(jù)質(zhì)量的下降,從而影響模型預測的準確性,這對于機器學習和數(shù)據(jù)挖掘影響尤為嚴重。因此妥善的處理缺失值能夠使模型預測更為準確和有效。為什么...

http://www.o2fo.com/pandas/pandas-fillna.html

70.Python3 pip

pip 是 Python 包管理工具,該工具提供了對 Python 包的查找、下載、安裝、卸載的功能。軟件包也可以在 https://pypi.org/ 中找到。目前最新的 Python 版本已經(jīng)預裝了 pip。查看是否已經(jīng)安裝 pip 可以使用以下命令:pip --version下載安裝包...

http://www.o2fo.com/python3/python3-pip.html

抱歉,暫時沒有相關(guān)的文章

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

熱門課程