码迷,mamicode.com
首页 >  
搜索关键字:incremental learning    ( 4566个结果
OSCP Learning Notes - Netcat
Introduction to Netcat Connecting va Listening Bind Shells Attacker connects to victim on listening port Reverse Shells Victim connects to attacker on ...
分类:Web程序   时间:2019-06-23 18:56:31    阅读次数:117
GridSearchCV调参
GridSearchCV实际上可以看做是for循环输入一组参数后再比较哪种情况下最优. 参考:https://machinelearningmastery.com/grid-search-hyperparameters-deep-learning-models-python-keras/ https ...
分类:其他好文   时间:2019-06-23 15:59:31    阅读次数:119
OSCP Learning Notes - Enumeration(2)
HTTP Enumeration Target Host IP: 10.0.0.20 Brute Forcing using DirBuster 1. Start the dirbuster and set the options. Note: 1. The wordlist can be foun ...
分类:编程语言   时间:2019-06-22 21:19:21    阅读次数:164
OSCP Learning Notes - Enumeration(1)
Installing Kioptrix: Level 1 Download the vm machine form https://www.vulnhub.com/entry/kioptrix-level-1-1,22/. In the Kali Linux: Find the devices in ...
分类:编程语言   时间:2019-06-22 19:59:59    阅读次数:160
AAAI 2018 分析
AAAI 2018 分析 word embedding Learning Sentiment Specific Word Embedding via Global Sentiment Representation Context based word embedding learning appro ...
分类:其他好文   时间:2019-06-22 10:37:06    阅读次数:96
spring动态代理
原文 http://wiki.jikexueyuan.com/project/ssh-noob-learning/dynamic-proxy.html 原文 https://blog.csdn.net/gwblue/article/details/39668211 ...
分类:编程语言   时间:2019-06-20 17:32:30    阅读次数:120
mobile-deep-learning
现代框架移植到移动端问题不大,caffe2在支持facebook应用需要的layer以及全protobuf情况下小于1MB,核心大概在100多kb,看起来和mdl一致。 移动端最重要问题是如何优化。绝大多数数学库优化是针对server或者GPU来做的,移动端可以跑但是跑不快。 需要着重考虑的点: 1 ...
分类:其他好文   时间:2019-06-17 17:30:48    阅读次数:97
vue-learning:38 - router - 前端路由的发展
前端路由的发展 参考博客 "前端路由是什么东西?" 什么是路由 在jQuery时代,我们使用``实现页面切换。 其响应过程是这样的 1.浏览器发出请求 2.服务器监听到指定端口的请求,并解析url路径 3.浏览器根据数据包的Content Type来决定如何解析数据 4.根据服务器的路由配置,返回相 ...
分类:其他好文   时间:2019-06-16 15:44:30    阅读次数:113
vue-learning:37 - router - 目录
vue路由vue router 目录 1. 前端路由历史 1. 服务端渲染(SSR:server side render) 1. 客户端路由(client side routing) 1. 前端路由实现原理 1. hash模式: location.hash 和 hashChange事件 1. his ...
分类:其他好文   时间:2019-06-16 15:44:09    阅读次数:84
vue-learning:26 - component - 组件三大API之一:prop
组件三大API之一: prop prop的大小写 prop接收类型 字符串数组形式 对象形式: type / required / default / validator prop传递类型: 静态传递 / 动态绑定 单向数据流 非prop:替换或合并 / 禁用inheritAttrs:false / ...
分类:Windows程序   时间:2019-06-16 14:01:03    阅读次数:194
4566条   上一页 1 ... 68 69 70 71 72 ... 457 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!