KO
|
EN
gitlite — search
Search
#ai-agent
#python
#mcp-server
#dsh-plugin
#agentic-ai
#automation
#genpark
#llm-tools
#deepseek-harness
#ai-agents
#dsh
#claude-code
simpleNN
★ 49
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
Ankify
:
Ankify notes into anki cards
Medical-Named-Entity-Rec-Based-on-Dilated-CNN
:
基于膨胀卷积神经网络(Dilated Convolutions)训练好的医疗命名实体识别工具
lapidary
:
Creating beautiful gem5 simulations
kuboard-example
:
eip-service-dashboard-example
cnblog-theme-simpcode
:
一款简单干净的博客园主题
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
simpleNN
?
Download (.md)
# SimpleNN SimpleNN is a simple package used for training Convolutional Neural Network (CNN) with following supports: - _MATLAB_/_Octave_ package - _Python_ (implemented in Tensorflow) Currently, both implementations support two optimization methods: Newton method and stochastic gradient method (SG). The implementation document of Newton method is available at [https://www.csie.ntu.edu.tw/~cjlin/papers/cnn/newton-CNN.pdf](https://www.csie.ntu.edu.tw/~cjlin/papers/cnn/newton-CNN.pdf). Authors: - _MATLAB_/_Octave_: CHIEN-CHIH WANG, KENT LOONG TAN, CHIH-JEN LIN - _Python_: PENGRUI QUAN, CHIH-JEN LIN