搜索资源列表
numpy_softmax.py.tar
- 用numpy数学库实现的softmax, 效率比较高.-softmax using numpy library, high efficiency.
plotCurve2
- 在PYTHON中实现基本的绘图功能以及添加文字说明 其中用到numpy库(Drawing function)
sndiap-4.0.0-4.0-Win-x64-py2.7
- python实现矩阵运算、画图、数据预处理等(numpu package this is a good way)
Char-RNN-PyTorch-master
- # Char-RNN-PyTorch 使用字符级别的RNN进行文本生成,使用PyTorch框架。[Gluon实现] ## Requirements - PyTorch 0.2 - numpy ## Basic Usage 如果希望训练网络,使用如下的代码 ```bash python main.py \ --state train \ --txt './data/poetry.txt' \ # 训练用的txt文本 --batch 128 \ # batch_siz
sklearn
- sklearn是基于numpy和scipy的一个机器学习算法库,设计的非常优雅,它让我们能够使用同样的接口来实现所有不同的算法调用(Sklearn is a machine learning algorithm library based on numpy and SciPy, which is designed so elegant that it allows us to use the same interface to implement all the different algori