码迷,mamicode.com
首页 >  
搜索关键字:incremental learning    ( 4566个结果
a simple machine learning system demo, for ML study.
Machine Learning System introduction This project is a full stack Django/React/Redux app that uses token based authentication with Knox. Then I add Ma ...
分类:系统相关   时间:2019-05-01 22:39:35    阅读次数:166
SVM支持向量机
支持向量机(Support Vector Machine, SVM)是一类按监督学习(supervised learning)方式对数据进行二元分类(binary classification)的广义线性分类器(generalized linear classifier),其决策边界是对学习样本求解 ...
分类:其他好文   时间:2019-05-01 18:47:27    阅读次数:157
机器学习---用python实现感知机算法和口袋算法(Machine Learning PLA Pocket Algorithm Application)
之前在《机器学习 感知机(Machine Learning Perceptron)》一文中介绍了感知机算法的理论知识,现在让我们来实践一下。 有两个数据文件:data1和data2,分别用于PLA和Pocket Algorithm。可在以下地址下载: 先回顾一下感知机算法: 1,初始化w 2,找出一 ...
分类:移动开发   时间:2019-05-01 16:09:50    阅读次数:167
Machine Learning with Oracle Database Advanced Analytics
ariticle from: http://www.ateam-oracle.com/ml-with-oracle-database-cloud-advanced-analytics Oracle DB + Oracle Data Mining + Oracle R Enterprise = Dat ...
分类:数据库   时间:2019-04-30 23:45:06    阅读次数:176
Reinforcement Learning by Sutton 第三章习题答案
好不容易写完了 想看全部的欢迎点击下面的github https://github.com/LyWangPX/Solutions-of-Reinforcement-Learning-An-Introduction-Sutton-2nd/blob/master/Solutions_to_Reinfor ...
分类:其他好文   时间:2019-04-30 09:25:35    阅读次数:320
learning websocket protocol
websocket的产生背景: 众所周知,Web应用的通信过程通常是客户端通过浏览器发出一个请求,服务器端接收请求后进行处理并返回结果给客户端,客户端浏览器将信息呈现。这种机制对于信息变化不是特别频繁的应用可以良好支撑,但对于实时要求高、海量并发的应用来说显得捉襟见肘,尤其在当前业界移动互联网蓬勃发 ...
分类:Web程序   时间:2019-04-29 17:32:56    阅读次数:148
Cmake实践(Cmake Practice)第一部分
参考资料地址:https://github.com/Akagi201/learning-cmake/blob/master/docs/cmake-practice.pdf 一、初识cmake 1. Cmake特点 开放源代码 跨平台 能够管理大型项目 简化编译构建和编译过程(常用流程:cmake + ...
分类:其他好文   时间:2019-04-29 15:52:18    阅读次数:150
postman进行https接口测试所遇到的ssl证书问题,参考别人方法
参考文档: https://learning.getpostman.com/docs/postman/sending_api_requests/certificates/ 随着 https 的推动,更多当然是为了让软件项目有更多安全保障,整个 web 的通信都使用了 ssl 证书。在使用 postm ...
分类:Web程序   时间:2019-04-28 12:56:28    阅读次数:1207
人工智能、机器学习和深度学习之间的区别与联系
大家都知道,在2016年,Google DeepMind的AlphaGo打败了韩国的围棋大师李世乭九段。在媒体描述DeepMind胜利的时候,将人工智能(AI)、机器学习(machine learning)和深度学习(deep learning)都用上了。这三者在AlphaGo击败李世乭的过程中都起 ...
分类:其他好文   时间:2019-04-26 16:18:06    阅读次数:134
Principle of DecisionTree Algorithm
Decision tree algorithm is a classic algorithm series in machine learning. It can be used as both a classification algorithm and a regression algorith ...
分类:其他好文   时间:2019-04-26 12:42:23    阅读次数:96
4566条   上一页 1 ... 76 77 78 79 80 ... 457 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!