码迷,mamicode.com
首页 >  
搜索关键字:learning    ( 4460个结果
机器学习---逻辑回归(二)(Machine Learning Logistic Regression II)
在《机器学习 逻辑回归(一)(Machine Learning Logistic Regression I)》一文中,我们讨论了如何用逻辑回归解决二分类问题以及逻辑回归算法的本质。现在来看一下多分类的情况。 现实中相对于二分类问题,我们更常遇到的是多分类问题。多分类问题如何求解呢?有两种方式。一种是 ...
分类:系统相关   时间:2019-06-23 20:48:12    阅读次数:170
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
4460条   上一页 1 ... 67 68 69 70 71 ... 446 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!