上一页 1 ··· 124 125 126 127 128 129 130 131 132 ··· 186 下一页
摘要: Keras Documentation https://keras.io/ You have just found Keras. Keras is a high-level neural networks API, written in Python and capable of running o 阅读全文
posted @ 2018-04-26 17:19 papering 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 使用 LDA 挖掘的用户喜好主题 阅读全文
posted @ 2018-04-26 16:46 papering 阅读(225) 评论(0) 推荐(0) 编辑
摘要: Lookalike的原理是基于某目标人群,从海量的其他人群中找出和目标人群相似的人群,以拓展目标人群规模。在实际广告业务应用场景中,Lookalike能基于广告主已有的消费者,找出和已有消费者相似的潜在消费者,以此有效帮助广告主挖掘新客、拓展业务。目前,腾讯社交广告Lookailke相似人群拓展已集 阅读全文
posted @ 2018-04-26 16:40 papering 阅读(771) 评论(0) 推荐(0) 编辑
摘要: 借助ltp 逐步程序化实现规则库 文本生成引擎基于规则库和业务词库 去生成文本 - xl0808tx - 博客园 http://www.cnblogs.com/yuanjiangw/p/8043877.html 机器学习新手使用入门 | TensorFlow https://tensorflow.g 阅读全文
posted @ 2018-04-26 16:11 papering 阅读(374) 评论(0) 推荐(0) 编辑
摘要: 视频特效 FFmpeg Filters Documentation http://www.ffmpeg.org/ffmpeg-filters.html#drawtext-1 ffmpeg 滤镜及其效果 - CSDN博客 https://blog.csdn.net/dangxw_/article/de 阅读全文
posted @ 2018-04-26 15:33 papering 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 90% 1.65 <class 'list'>: [1.6400000000000006, 0.8989948330517928, 6.786100643460162e-14] <class 'list'>: [1.6500000000000006, 0.9010570639327039, 8.07 阅读全文
posted @ 2018-04-26 14:47 papering 阅读(4931) 评论(0) 推荐(0) 编辑
摘要: 当总体服从正太分布或总体不是正太分布但为大样本时,样本均值的抽样分布为正态分布 阅读全文
posted @ 2018-04-25 23:10 papering 阅读(162) 评论(0) 推荐(0) 编辑
摘要: gevent GitHub - gevent/gevent: Coroutine-based concurrency library for Python https://github.com/gevent/gevent gevent - 廖雪峰的官方网站 https://www.liaoxuefe 阅读全文
posted @ 2018-04-25 21:46 papering 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 【要解决的问题】 判断微信群聊天中的视频的拍摄机型 手机 帧宽度 照片 宽度 帧大小与帧长度 - CSDN博客 https://blog.csdn.net/zy_whatafuck/article/details/79459772 结论: 1、总比特率=数据速率(图像)+ 音频比特率 +1 2、同一 阅读全文
posted @ 2018-04-25 20:34 papering 阅读(891) 评论(0) 推荐(0) 编辑
摘要: 即时通讯协议(Instant Messaging),即时消息和表示协议IMPP(Instant Messaging And PresenceProtocol),表示和即时消息协议PRIM(Presence and Instant Messaging Protocol),SIP即时消息和表示扩展协议S 阅读全文
posted @ 2018-04-25 19:36 papering 阅读(534) 评论(0) 推荐(0) 编辑
摘要: a 阅读全文
posted @ 2018-04-25 15:04 papering 阅读(304) 评论(0) 推荐(0) 编辑
摘要: s = '推荐 252阅读 14评论 0涨粉 0转发 0收藏 0' # 3.5万 for i in range(len(s) - 1): sub_ = s[i:i + 1] try: t = int(sub_) except Exception as e: s = s.replace(sub_, 'X') prin... 阅读全文
posted @ 2018-04-25 14:27 papering 阅读(215) 评论(0) 推荐(0) 编辑
摘要: s = ''' 赠汪伦 唐代:李白 李白乘舟将欲行,忽闻岸上踏歌声。 桃花潭水深千尺,不及汪伦送我情。 ''' old_rows_l = s.split('\n') new_cols_num = len(old_rows_l) new_rows_num = max([len(i.replace(' ', '')) for i in old_rows_l]) l_l = [] new... 阅读全文
posted @ 2018-04-25 13:33 papering 阅读(262) 评论(0) 推荐(0) 编辑
摘要: 重复校验的实时性 阅读全文
posted @ 2018-04-25 11:20 papering 阅读(651) 评论(0) 推荐(0) 编辑
摘要: python beautifulsoup获取特定html源码 - 吴悟无 - 博客园 https://www.cnblogs.com/vickey-wu/p/6843411.html PyQuery库的使用 - CSDN博客 https://blog.csdn.net/qw_xingzhe/arti 阅读全文
posted @ 2018-04-25 09:06 papering 阅读(648) 评论(0) 推荐(0) 编辑
摘要: t 阅读全文
posted @ 2018-04-25 08:31 papering 阅读(636) 评论(0) 推荐(0) 编辑
摘要: from selenium import webdriver import os import time import pymysql from bs4 import BeautifulSoup import requests import threading from selenium.webdriver.common.keys import Keys h, pt, u, p, db =... 阅读全文
posted @ 2018-04-25 04:23 papering 阅读(356) 评论(0) 推荐(0) 编辑
摘要: from selenium import webdriver import time import random from bs4 import * browser = webdriver.Chrome() url = 'https://so.gushiwen.org/shiwenv_ee16df5673bc.aspx' browser.get(url) ck_l_ori_len = l... 阅读全文
posted @ 2018-04-24 20:43 papering 阅读(1547) 评论(0) 推荐(0) 编辑
摘要: 提示:为了获得更好的推荐量和点击量,请尽可能使用大尺寸图片,建议分辨率:1280×720(最小宽度为 640 像素)。 请务必上传和视频内容相关、有引导价值的图片,如有作弊情况将被封号处理。 js 判断上传图片尺寸大小(var img =new Image()) - CSDN博客 https://b 阅读全文
posted @ 2018-04-24 16:49 papering 阅读(411) 评论(0) 推荐(0) 编辑
摘要: a 翻译 搜索 复制 阅读全文
posted @ 2018-04-24 13:03 papering 阅读(226) 评论(0) 推荐(0) 编辑
摘要: 于强化学习的文本生成技 阅读全文
posted @ 2018-04-23 21:33 papering 阅读(175) 评论(0) 推荐(0) 编辑
摘要: RFC 7231 - Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content https://tools.ietf.org/html/rfc7231#section-6.5.3 6.5.3. 403 Forbidden The 40 阅读全文
posted @ 2018-04-23 21:27 papering 阅读(3251) 评论(0) 推荐(0) 编辑
摘要: 使用selenium实现右键另存为保存文件 - 乔叶叶 - 博客园 http://www.cnblogs.com/qiaoyeye/p/4614430.html 阅读全文
posted @ 2018-04-23 21:15 papering 阅读(413) 评论(0) 推荐(0) 编辑
摘要: 已知有至少70个视频的播放地址,检测在网页端的可播放性--仅要求打开视频有画面:同学甲:自动化脚本+屏幕截图+肉眼检测截图同学乙;脚本生成html代码,放到相同环境下,打开这个页面 甲就是早上“取出2万”的员工,乙则是“取出2万1千”的主管 阅读全文
posted @ 2018-04-23 19:40 papering 阅读(245) 评论(0) 推荐(0) 编辑
摘要: get_screenshot_as_file(self, filename) 阅读全文
posted @ 2018-04-23 18:42 papering 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-04-23 14:35 papering 阅读(579) 评论(0) 推荐(0) 编辑
摘要: ffmpeg缩小视频尺寸 | 楚盟博客 https://www.5yun.org/13126.html ffmpeg -i test.mp4 -s 480×360 out.mp4 常用分辨率: 1080P=1920*1080720p=1280×720480p=720X480360p=480×3602 阅读全文
posted @ 2018-04-23 14:13 papering 阅读(881) 评论(0) 推荐(0) 编辑
摘要: tmp 阅读全文
posted @ 2018-04-23 08:51 papering 阅读(195) 评论(0) 推荐(0) 编辑
摘要: Generative Adversarial Networks 阅读全文
posted @ 2018-04-22 23:07 papering 阅读(150) 评论(0) 推荐(0) 编辑
摘要: http://my-bucket.oss-cn-beijing.aliyuncs.com/gen_mydir_video%2Fmy.mp4 阅读全文
posted @ 2018-04-21 11:37 papering 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 从代码里能分析出一个人的处事的积极与消极,妥协退让与迎面直击 阅读全文
posted @ 2018-04-20 21:34 papering 阅读(349) 评论(0) 推荐(0) 编辑
摘要: Message: unknown error: Element is not clickable at point google chrome - Debugging "Element is not clickable at point" error - Stack Overflow https:/ 阅读全文
posted @ 2018-04-20 21:14 papering 阅读(693) 评论(0) 推荐(0) 编辑
摘要: 解决ES集群状态异常教程(存在UNASSIGNED)_百度经验 https://jingyan.baidu.com/article/9158e00013f787a255122843.html 阅读全文
posted @ 2018-04-20 17:31 papering 阅读(760) 评论(0) 推荐(0) 编辑
摘要: 1)安装setuptools https://pypi.Python.org/pypi/setuptools python setup.py install 2)之后 安装 pip pip · PyPI https://pypi.org/project/pip/#files python setup 阅读全文
posted @ 2018-04-20 14:38 papering 阅读(269) 评论(0) 推荐(0) 编辑
摘要: sum([len(d[u]) for u in d]) 阅读全文
posted @ 2018-04-20 13:10 papering 阅读(174) 评论(0) 推荐(0) 编辑
摘要: ls -lR|grep "^-"|wc -l Linux 统计某个字符串出现的次数 - ywl925 - 博客园 https://www.cnblogs.com/ywl925/p/3947778.html 阅读全文
posted @ 2018-04-20 11:48 papering 阅读(160) 评论(0) 推荐(0) 编辑
摘要: a 阅读全文
posted @ 2018-04-20 10:40 papering 阅读(252) 评论(0) 推荐(0) 编辑
摘要: from selenium import webdriver import os import time import pymysql from bs4 import BeautifulSoup import requests import threading from selenium.webdriver.common.keys import Keys h, pt, u, p, db... 阅读全文
posted @ 2018-04-19 23:12 papering 阅读(263) 评论(0) 推荐(0) 编辑
摘要: # [libx264 @ 00000275eb57fec0] height not divisible by 2 (520x325) 阅读全文
posted @ 2018-04-19 16:34 papering 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 视频生成 量产 阅读全文
posted @ 2018-04-19 14:54 papering 阅读(258) 评论(0) 推荐(0) 编辑
上一页 1 ··· 124 125 126 127 128 129 130 131 132 ··· 186 下一页