码迷,mamicode.com
首页 >  
搜索关键字:learn    ( 3442个结果
11.分类与监督学习,朴素贝叶斯分类算法
1.理解分类与监督学习、聚类与无监督学习。 简述分类与聚类的联系与区别。 分类:目的是为了确定一个点的类别,具体哪些类别是已知的,常用的算法是KNN,是一种有监督学习。 聚类:是将一系列点分成若干类,事先没有类别的常用K-means算法,是一种无监督学习。 简述什么是监督学习与无监督学习。 监督学习 ...
分类:编程语言   时间:2020-05-07 18:15:01    阅读次数:69
1 - Markdown学习
1 - Makdown学习 标题 三级标题 四级标题 字体 Hello, world! Hello, world! Hello, world! Hello, world! 引用 人生苦短,我学Python!(不是 分割线 图片 超链接 Java学习框架 列表 A B C A B C 表格 名字性别生 ...
分类:其他好文   时间:2020-05-06 22:02:25    阅读次数:68
[Java工程实践] SpringBoot流水账~
1. spring-boot-starter-parent 你的项目pom.xml文件中,应该存在如下代码: <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</ar ...
分类:编程语言   时间:2020-05-05 20:28:17    阅读次数:89
命令创建vue项目
vue h vue create learn vue ? Manually select features 选择下面的组件(空格为选中/取消)回车确认 使用 history mode 使用node sass 使用ESLint + Airbnb config 保存时检查代码 配置文件保存在单独的文件中 ...
分类:其他好文   时间:2020-05-05 00:42:39    阅读次数:120
[React Testing] Test your Custom Hook Module with react-hooks-testing-library
It's always important to test your code, especially if you're open-sourcing it for others to use. In this video, we'll learn how to use react-hooks-te ...
分类:其他好文   时间:2020-05-04 19:40:17    阅读次数:73
机器学习算法的优点和缺点总结
机器学习算法的优点和缺点总结 1.正则化算法(Regularization Algorithms) 它是另一种方法(通常是回归方法)的拓展,这种方法会基于模型复杂性对其进行惩罚,它喜欢相对简单能够更好的泛化的模型。 例子: 岭回归(Ridge Regression) 最小绝对收缩与选择算子(LASS ...
分类:编程语言   时间:2020-05-04 15:53:05    阅读次数:97
[热!][已解决]Windows如何查看已经连接WiFi的密码
cmd -> $ netsh wlan show profiles // 会弹出电脑已经连接过的wifi名称。 $ netsh wlan show profile name="wifi名称"(可换成wifi名称)key=clearnetsh 找到安全设置-关键内容,后方就是wifi密码。 ...
分类:Windows程序   时间:2020-05-04 15:39:21    阅读次数:97
【半监督学习】Π-model、temporal ensemble
Π-model 和 temporal ensemble 都出自论文 Temporal Ensembling for Semi-Supervised Learning,都是利用一致性约束(consistency regularization)来进行半监督学习(semi-supervised learn... ...
分类:其他好文   时间:2020-05-04 13:28:02    阅读次数:123
sklearn中的PCA
1. scikit learn PCA类介绍 在scikit learn中,与PCA相关的类都在sklearn.decomposition包中。最常用的PCA类就是sklearn.decomposition.PCA,我们下面主要也会讲解基于这个类的使用的方法。 除了PCA类以外,最常用的PCA相关类 ...
分类:其他好文   时间:2020-05-03 20:29:40    阅读次数:70
salesforce零基础学习(九十六)Platform Event浅谈
本篇参考:https://developer.salesforce.com/blogs/2018/07/which-streaming-event-do-i-use.html https://trailhead.salesforce.com/content/learn/modules/platfor ...
分类:其他好文   时间:2020-05-03 00:46:44    阅读次数:83
3442条   上一页 1 ... 19 20 21 22 23 ... 345 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!