91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 24KB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2021-01-01
  • 語言: C/C++
  • 標簽: CNN??

資源簡介

卷積神經網絡的簡單實現 開發語言:C++ 便宜環境:Ubuntu 16.04 依賴庫eigen3

資源截圖

代碼片段和文件信息

/*
?*?Activationlayer.cpp
?*
?*??Created?on:?Feb?8?2018
?*??????Author:?user
?*/

#include?“Activationlayer.h“

namespace?DeepLearning?{

Activationlayer::Activationlayer(layerType?layerType)
????:?layer(layerType){
????//?TODO?Auto-generated?constructor?stub

}

Activationlayer::~Activationlayer()?{
????//?TODO?Auto-generated?destructor?stub
}

/*-----------------------------------------------------------------------------------
?*?public?interface
?*----------------------------------------------------------------------------------*/
int?Activationlayer::Forward(const?vector?&input?vector?&output){

????if(input.empty()){
????????return?-1;
????}

????//?save?input?data.
????this->m_input?=?input;

????this->m_output.clear();
????for(unsigned?int?i?=?0;?i?

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-02-10?02:32??hello_cnn-master\
?????文件????????2251??2018-02-10?02:32??hello_cnn-master\Activationlayer.cpp
?????文件?????????993??2018-02-10?02:32??hello_cnn-master\Activationlayer.h
?????文件?????????486??2018-02-10?02:32??hello_cnn-master\CMakeLists.txt
?????文件????????1870??2018-02-10?02:32??hello_cnn-master\Cifar.cpp
?????文件?????????473??2018-02-10?02:32??hello_cnn-master\Cifar.h
?????文件???????12922??2018-02-10?02:32??hello_cnn-master\Convolutionlayer.cpp
?????文件????????2292??2018-02-10?02:32??hello_cnn-master\Convolutionlayer.h
?????文件????????1066??2018-02-10?02:32??hello_cnn-master\DebugPrint.h
?????文件????????7852??2018-02-10?02:32??hello_cnn-master\FullConnect.cpp
?????文件????????1441??2018-02-10?02:32??hello_cnn-master\FullConnect.h
?????文件????????3510??2018-02-10?02:32??hello_cnn-master\layer.cpp
?????文件????????1116??2018-02-10?02:32??hello_cnn-master\layer.h
?????文件????????3228??2018-02-10?02:32??hello_cnn-master\Minst.cpp
?????文件?????????554??2018-02-10?02:32??hello_cnn-master\Minst.h
?????文件????????5320??2018-02-10?02:32??hello_cnn-master\Net.cpp
?????文件????????1444??2018-02-10?02:32??hello_cnn-master\Net.h
?????文件????????4510??2018-02-10?02:32??hello_cnn-master\Poolinglayer.cpp
?????文件????????1059??2018-02-10?02:32??hello_cnn-master\Poolinglayer.h
?????文件?????????641??2018-02-10?02:32??hello_cnn-master\README.md
?????文件????????1131??2018-02-10?02:32??hello_cnn-master\Relulayer.cpp
?????文件?????????564??2018-02-10?02:32??hello_cnn-master\Relulayer.h
?????文件????????1175??2018-02-10?02:32??hello_cnn-master\Sigmoidlayer.cpp
?????文件?????????566??2018-02-10?02:32??hello_cnn-master\Sigmoidlayer.h
?????文件????????3627??2018-02-10?02:32??hello_cnn-master\Softmaxlayer.cpp
?????文件????????1174??2018-02-10?02:32??hello_cnn-master\Softmaxlayer.h
?????文件????????1117??2018-02-10?02:32??hello_cnn-master\Tanhlayer.cpp
?????文件?????????545??2018-02-10?02:32??hello_cnn-master\Tanhlayer.h
?????文件????????4690??2018-02-10?02:32??hello_cnn-master\main.cpp
?????文件?????????629??2018-02-10?02:32??hello_cnn-master\readme

評論

共有 條評論