码迷,mamicode.com
首页 >  
搜索关键字:encoder    ( 430个结果
搭建简单的直播系统
一、环境: Ubuntu :Nginx-rtmp-module Windows:Adobe Flash Media Live Encoder 二、 1.安装git:sudo apt-get install git 2.查看所有服务:service --status-all 查询nginx进程:ps ...
分类:其他好文   时间:2016-04-16 18:32:09    阅读次数:154
Metasploit
windows下 调用module 使用的版本共有635种溢出(exploit)模块,314种辅助(auxiliary)模块,215种加载(payload)模块,27种编码(encoder),8种nops。 exploits总的来说共分为两类溢出(exploit)攻击方法,即主动溢出和被动溢出。主动 ...
分类:Web程序   时间:2016-04-16 18:26:01    阅读次数:398
使用Encoder-Decoder模型自动生成对联的思路
本文介绍了如何利用Encoder-Decoder框架来建立对联自动生成系统的主要思路。...
分类:Web程序   时间:2016-04-14 06:55:25    阅读次数:950
6.13 Neurons Networks Stack Auto Encoder
对于6.12提到的加深网络深度带来的问题,(gradient diffuse 局部最优等)可以使用stack autoencoder的方法来避免 stack autoencoder是哟中逐层贪婪(Greedy layer-wise training)的训练方法,逐层贪婪的主要思路是每次只训练网络中的 ...
分类:Web程序   时间:2016-04-08 11:50:25    阅读次数:228
神经网络机器翻译Neural Machine Translation(1): Encoder-Decoder Architecture
端到端的神经网络机器翻译(End-to-End Neural Machine Translation)是近几年兴起的一种全新的机器翻译方法。本文首先将简要介绍传统的统计机器翻译方法以及神经网络在机器翻译中的应用,然后介绍NMT中基本的“编码-解码”框架(Encoder-Decoder)。 转载请注明出处:http://blog.csdn.net/u011414416/article/details/...
分类:Web程序   时间:2016-04-03 10:34:22    阅读次数:318
x264代码剖析(七):encode()函数之x264_encoder_encode()函数
x264代码剖析(七):encode()函数之x264_encoder_encode()函数           encode()函数是x264的主干函数,主要包括x264_encoder_open()函数、x264_encoder_headers()函数、x264_encoder_encode()函数与x264_encoder_close()函数四大部分,其中x264_encoder_enc...
分类:Web程序   时间:2016-03-10 12:51:12    阅读次数:1060
x264代码剖析(五):encode()函数之x264_encoder_open()函数
x264代码剖析(五):encode()函数之x264_encoder_open()函数           我们知道x264源码从主观上分为两大块,一是解析函数parse(),另一个是编码函数encode()。解析函数parse()较简单,并且不涉及H.264编码算法,故不是重点,所以我们要学习的重点自然而然地就是编码函数encode()了。           encode()函数是x...
分类:Web程序   时间:2016-03-09 11:08:57    阅读次数:308
[2016-02-04][HDU][1053][Entropy]
[2016-02-04][HDU][1053][Entropy]EntropyTime Limit: 1000MSMemory Limit: 32768KB64bit IO Format: %I64d & %I64uSubmit StatusDescriptionAn entropy encoder...
分类:其他好文   时间:2016-02-05 01:53:41    阅读次数:241
[已解决]使用matplotlib生成jpg报错:encoder jpeg not available
工作需要,接触到了python的绘图工具matplotlib,但生成jpg文件时抛出异常“encoder jpeg not available”,多番搜索,这个错误,是由于jpeg依赖的pillow安装有异常造成的,找到如下解决办法:pip uninstall pillowpip install p...
分类:Web程序   时间:2016-01-07 13:29:41    阅读次数:1399
linux-matlab-VideoReader无法打开视频
错误:错误提示 matlab 缺少 h.264 encoder之类的。 原因分析:缺少插件 VideoReader函数根据操作系统不同需要配置响应的插件 Linux® Any format supported by your installed plug-ins for GStreamer 0.10...
分类:系统相关   时间:2015-12-15 21:15:11    阅读次数:760
430条   上一页 1 ... 33 34 35 36 37 ... 43 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!