码迷,mamicode.com
首页 >  
搜索关键字:learning to rank    ( 5900个结果
主席树|求区间第k小模板
主席树 学了主席树,用来求区间上的第k小 写一下自己整理后的模板 求区间第k小 include using namespace std; //poi2014 const int maxn = 500001; struct node{ int v,lc,rc; }T[maxn 21]; int n,m ...
分类:其他好文   时间:2020-01-22 21:37:27    阅读次数:81
Python命令行传参之sys.argv
介绍 实际工作中,我们往往希望在运行程序时来指定需要传入的参数,比如传入指定的learning rate,batch size等等,使用sys.argv会是一个很方便的方式。 用法 我们通过一个实例来演示一下sys.argv的使用,首先创建一个Python脚本test.py 然后运行一下 简单! ...
分类:编程语言   时间:2020-01-22 18:08:30    阅读次数:94
K-means VS K-NN and 手肘法
1. The difference between classification and clustering. from here. Classification: supervised learning with labels. Clustering: unsupervised learning ...
分类:其他好文   时间:2020-01-22 01:06:15    阅读次数:124
E - Arctic Network
E - Arctic Network The Department of National Defence (DND) wishes to connect several northern outposts by a wireless network. Two different communica ...
分类:Web程序   时间:2020-01-21 23:45:57    阅读次数:125
Deep Learning with Python
Deep Learning with Python 适合立志研究人工智能、深度学习的初学者及有经验的开发者,本书分为两部分,第一部分是入门篇,讲解什么叫人工智能和深度学习,介绍一些基础概念,初级实例,适合初学者了解什么是深度学习;第二部分是高级篇,深度学习在计算机视觉、文本处理的方法和理论方法,也有 ...
分类:编程语言   时间:2020-01-21 18:12:49    阅读次数:96
PAT (Advanced Level) 1025 PAT Ranking
题解 模拟水题。 代码 #include<bits/stdc++.h> using namespace std; struct node { string name; int final_rank,loc_num,loc_rank,grade; node(string name,int loc_nu ...
分类:其他好文   时间:2020-01-21 13:31:06    阅读次数:63
AutoAugment
AutoAugment : Learning Augmentation Strategies from Data Summary 区别与传统数据增强方法。本文提出了一种自动化搜索优化的数据增强策略的方法 AutoAugment 实际应用中直接应用于兴趣数据集耗费太大,一般尝试迁移其他数据集的数据增强 ...
分类:其他好文   时间:2020-01-21 10:39:27    阅读次数:168
t-SNE
Don't look back. Don't hesitate, just do it. 从SNE到t-SNE再到LargeVis tSNEJS Supplementary knowledge: 1. what is manifold learning流形学习? 2. what does tsne ...
分类:其他好文   时间:2020-01-21 00:53:23    阅读次数:136
A - Cow Contest
A - Cow Contest N (1 ≤ N ≤ 100) cows, conveniently numbered 1..N, are participating in a programming contest. As we all know, some cows code better th ...
分类:其他好文   时间:2020-01-21 00:23:35    阅读次数:73
node.js中http-server的使用
http-server的特点: http-server is a simple, zero-configuration command-line http server. It is powerful enough for production usage, but it's simple and ...
分类:Web程序   时间:2020-01-20 12:43:21    阅读次数:142
5900条   上一页 1 ... 50 51 52 53 54 ... 590 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!