文件名称:逻辑回归matlab代码-mnist-plus:用纹理对手写数字进行分类
文件大小:11.41MB
文件格式:ZIP
更新时间:2024-06-16 18:56:28
系统开源
逻辑回归matlab代码机器学习数字分类项目
数据集基于数据集,并带有经过修改的图像。
提供完整说明
实施:
逻辑回归(Matlab)
前馈神经网络(Python)
线性SVM(来自)
卷积神经网络()
===此项目使用python
2.7。
#
pip
install
numpy
#
pip
install
scikit-learn
#
pip
install
h5py
要运行神经网络代码:
#
cd
python
&&
python
neural_network.py
卷积神经网络
可以找到所使用的体系结构。
要运行cNN:
#
cd
scripts
&&
python
create_lmdb.py
#
git
clone
https://github.com/npow/caffe
$CAFFE_ROOT
#
cd
$CAFFE_ROOT
#