码迷,mamicode.com
首页 >  
搜索关键字:Feature Engineering    ( 2434个结果
git提交代码日志规范
feature: 功能添加 bugfix: bug修复 change: 调整,比如配置,某些方法替换等 optimize: 优化过程 doc: 文档变更 refactor: 重构,功能不变 tests: 测试代码的调整 merge:分支合并 delete:分支删除 假如既添加了功能又优化了过程 Fe ...
分类:其他好文   时间:2020-03-12 12:57:17    阅读次数:57
oto记录
其中 feature 前面的主键是:User_id 、Merchant_id、Coupon_id。 jichu:User_id user:User_id merchant:Merchant_id coupon:Coupou_id uc:User_id、Coupon_id left是以左边的为标准连接 ...
分类:其他好文   时间:2020-03-11 19:47:59    阅读次数:50
git使用
git checkout releasegit checkout -b feature/push-191204git add .git commit -m 'feat: xxxx'git push 合入主库 git checkout releasegit pullgit checkout featu ...
分类:其他好文   时间:2020-03-11 10:38:33    阅读次数:36
AS tips 01
Code completion A special variant of the Code Completion feature invoked by pressing twice allows you to complete XML tag names from namespaces not de ...
分类:其他好文   时间:2020-03-08 23:28:36    阅读次数:83
AutoEncoder
自编码AutoEncoder是一种无监督学习的算法,他利用反向传播算法,让目标值等于输入值。什么意思呢,下面举个例子 有一个神经网络,它在做的事情是,输入一张图片,通过一个Encoder神经网络,输出一个比较"浓缩的"feature map。之后将这个feature map通过一个Decoder网络 ...
分类:Web程序   时间:2020-03-04 22:31:01    阅读次数:71
SIP 协议详解
SIP 协议详解 一、Sip协议简介: SIP(Session Initiation Protocol,会话初始协议)是由IETF(Internet Engineering Task Force,因特网工程任务组)制定的多媒体通信协议。广泛应用于CS(Circuit Switched,电路交换)、N ...
分类:其他好文   时间:2020-03-04 21:06:16    阅读次数:104
Build a DNS server in Ubuntu 14.04
I want to test a device DNS feature, so I build a DNS server in my Ubuntu PC. In this example, I want to my device to send the report to report.com wh ...
分类:系统相关   时间:2020-03-04 12:46:27    阅读次数:87
SSD系列算法理解
SSD(Single Shot MultiBox Detector)系列算法属于one-stage算法; SSD算法采用直接回归计算出目标类别和位置。处理对象为原始图像经过卷积之后的feature map。 与two-stage算法的区别是,不需要proposal box候选框的提取,即不需要RPN ...
分类:编程语言   时间:2020-03-03 10:50:17    阅读次数:95
Tensorflow实现LeNet5网络并保存pb模型,实现自定义的手写数字识别(附opencv-python调用代码)
关于LeNet5 LeNet-5是一个简单的卷积神经网络,是用于手写字体的识别的一个经典CNN 前向传播过程如下: INPUT层这是神经网络的输入,输入图像的尺寸统一为32×32。 C1层输入图片:32×32 卷积核大小:5×5 卷积核种类:6 输出feature map大小:28×28 神经元数量 ...
分类:编程语言   时间:2020-03-02 23:02:30    阅读次数:237
qa问答机器人pysparnn问题的召回
""" 构造召回的模型 """ from sklearn.feature_extraction.text import TfidfVectorizer import pysparnn.cluster_index as ci from cut_sentence import cut import js ...
分类:其他好文   时间:2020-02-29 22:50:15    阅读次数:127
2434条   上一页 1 ... 13 14 15 16 17 ... 244 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!