资源简介
用于编程语言处理的树结构卷积神经网络,Convolutional Neural Networks over Tree Structures for Programming Language Processing TBCNN 源码 python
代码片段和文件信息
# -*- coding: utf-8 -*-
“““
Created on Tue May 20 16:01:35 2014
@author: mou
“““
margin = 1
learnRate = 0.0025 # 0.0001
beta = .0001
momentum = 0.1
batchsize = 100
decay = momentum/(1-momentum)
alpha = learnRate * (1-momentum) / batchsize
encounterNAN = False
# for numerical gradient checking
numFea = 30#200
numCon = 600 # 50
numDis = 600 # 50
numOut = 104
#numWords = 209392 #400000#209392#100232# 209392
numPool = 3
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-08-27 09:27 03-ConstructCandW\
文件 10274 2015-04-14 19:56 03-ConstructCandW\constructNetwork.py
文件 4450 2015-04-14 20:46 03-ConstructCandW\constructNetwork.pyc
文件 6955 2015-03-28 16:54 03-ConstructCandW\constructNetwork.py~
文件 2721 2015-04-11 20:23 03-ConstructCandW\constructPretrainNetwork.py
文件 1925 2015-04-11 20:27 03-ConstructCandW\constructPretrainNetwork.pyc
文件 2332 2015-06-03 20:41 03-ConstructCandW\getNetData.py
文件 8478 2015-05-25 21:29 03-ConstructCandW\main.py
文件 8486 2015-06-03 19:53 03-ConstructCandW\main_countla
文件 4720 2015-06-03 18:27 03-ConstructCandW\main_countLines.py
文件 9438 2015-04-11 20:27 03-ConstructCandW\main_pretrain.py
目录 0 2018-08-27 09:27 04-train\
文件 3991 2015-03-05 14:42 04-train\read_data.py
文件 2988 2015-03-05 14:43 04-train\read_data.pyc
文件 3963 2014-12-23 18:22 04-train\read_data.py~
文件 1836 2015-04-13 01:01 04-train\read_param.py
文件 1030 2014-12-20 16:37 04-train\test_acc.py
文件 1063 2014-12-20 16:37 04-train\test_acc.pyc
文件 692827 2015-03-11 19:34 04-train\tmp_net.pkl
文件 3706 2015-05-25 21:28 04-train\train.py
文件 5159 2014-12-24 21:09 04-train\train.py~
文件 9357 2015-04-12 14:42 04-train\train_pretrain.py
目录 0 2018-08-27 09:27 Debug\
文件 8348 2015-03-24 23:01 Debug\log1.txt~
文件 8348 2015-03-24 23:01 Debug\log2.txt~
文件 8349 2015-03-24 23:00 Debug\log3.txt~
文件 8349 2015-03-24 22:59 Debug\log4.txt~
文件 14840 2015-03-17 04:45 Debug\log4_.txt~
文件 8372 2015-03-24 23:02 Debug\log5.txt~
文件 8304 2015-03-24 22:58 Debug\log6.txt~
文件 8305 2015-03-24 22:58 Debug\log7.txt~
............此处省略95个文件信息
- 上一篇:车牌号码识别python+opencv
- 下一篇:python 2.7 pip安装
相关资源
- faster rcnn(python+caffe)源代码
- CNN卷积神经网络PYTHON
- 基于CNN的图像搜索demo
- python实现的卷积神经网络CNN无框架
- 机器学习对应的相关python代码SVM、C
- 基于 CNN 的疲劳检测源码-Python
- CNN网络代码,数据集,及对应论文和
- Faster-RCNN-TensorFlow-Python3.5-master
- MTCNN源码python版
- keras实现中文文本分类
- pytorch版本手写体识别MNIST.zip
- Mask R-CNN源码(TensorFlow版本)
- TensorflowOpenCV实现的CNN车牌识别代码
- 文本分类代码集合含数据_TextCNN_Text
- python实现CNN中文文本分类
- Deep learning with Python Francois Chollet
- 基于卷积神经网络的手势识别
- CNN用于图像分类以外的数字序列.rar
- DnCNN tensorflow实现
- Python-Tensorflow实现SpatialAsDeepSpatialCNN
- CNN+pythoncode8.18.zip
- 肺结节识别采用CNN
- RNN python
- cifar-100-python.rar
- 车牌识别Tensorflow_CNN_python_opencv.zip
- cifar-10 90%+代码
- 深度学习testCNN的python实现
- 线性回归实现sklearn自带的糖尿病dat
- labelme标注数据集到COCO格式数据集转化
- 指静脉识别,keras,CNN
评论
共有 条评论