Python deep learning often uses package summaries
Update history
2021/2/28
1.pytorch
Website: https://pytorch.org/
Current installed version: 1.7.1
pip install torch===1.7.1+cu110 torchvision===0.8.2+cu110 torchaudio===0.7.2 -f https://download.pytorch.org/whl/torch_stable.html
2. scikit-learn(sklearn)
pip install scikit-learn
Current version: 0.24.1
3.pandas
pip install pandas
Current version: 1.2.2
Installing Pandas will install Numpy
4.numpy
pip install numpy
Current version: 1.20.1
Previous installers of PyTorch did not use the latest Numpy. 1.16.6 does.
But now the latest version does.
5.matplotlib
pip install matplotlib
Current version: 3.3.4
6 tensorflow 1.15
pip install tensorflow==1.15 -i http://pypi.douban.com/simple/
Less use of
1.networkx
NetworkX is a Python package for building and manipulating complex graph structures and providing algorithms for analyzing graphs.
pip install networkx
Current version: 2.5
Read More:
- The function of flatten layer in deep learning
- OpenGL learning summary (1)
- Deep learning: derivation of sigmoid function and loss function
- caffe deep learning [three] compilation error: fatal error: hdf5.h: No such file or directory compilation terminated.
- SCSS use / deep / error, the latest usage: v-deep
- KeyError: ‘/home/xxx/anaconda3/lib/python3.8/site-packages/parso/python/grammar38.txt‘
- Learning notes of Python 3: debugger speedups using Python not found
- Package summary of installing python with CONDA
- Python module learning-Paramiko-Use python to throw an exception: Authentication failed.
- Installing sklearn (scikit learn) module related to Python machine learning in Windows
- Summary of solutions to open flash back problem after Python packaging
- R language packages installation failed: Error in install.packages: error reading from connection
- Android learning notes 03: some problems and solutions in the learning process
- Cannot remove entries from nonexistent file /usr/local/bin/anaconda2/lib/python2.7/site-packages/eas
- Errors occured, no packages were upgraded. ⇒ ERROR: Failed to install packages to new root.
- OpenGL learning notes and other learning thinking
- Python learning notes (5) — cross entropy error runtimeerror: 1D target tensor expected, multi target not supported
- Vue + element, SCSS plus / deep / style does not work
- Deep understanding of async await asynchronous programming synchronization
- Anaconda + vscode usage problem summary