自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

iterate7的博客

探索技术背后的算法,感受算法背后的智慧

  • 博客(5)
  • 资源 (6)
  • 收藏
  • 关注

原创 lucene检索得分模型

得分机制和思想对于搜索,一般包括从库里通过query搜索出docs并排序。 本质上是一个排名问题,检索的话比较简单,可以通过倒排文档的思路,直接通过词找到包括该词的文档(最原始的思路)。 lucene也是利用了两类模型:布尔模型和向量空间模型; [布尔模型]{http://blog.csdn.net/iterate7/article/details/77206613}负责检索到数据; 向量...

2018-02-26 15:25:26 564

原创 感知机perceptron

定义和模型f(x)=sign(w⋅x+b)(1)(1)f(x)=sign(w⋅x+b)f(x) = sign(w \cdot x+b) \tag{1} 其中, w和b是模型参数, w向量叫做权重向量; b叫偏置(bias)向量。 公式1就是感知机,是线性分类模型(liner classifier model),属于判别模型。几何解释超平面:w⋅x+b=0(2)(2)w⋅x+b=...

2018-02-18 23:19:58 597

原创 AI小常识

1. 人工智能历史上第一个战胜人类的棋类游戏是? 西洋双陆棋 backgammon. 1997年,由Hans Berliner(1929-2017)开发的一个西洋双陆棋程序,以7:1战胜当时的世界冠军Luigi Villa。创下了计算机第一次在智力游戏中击败冠军级别人类竞争对手的历史。2. ImageNet的模型中AlexNet的作者是? Geoffrey Hinton,...

2018-02-15 16:03:41 810

原创 leetcode 697. Degree of an Array 题解(数组的度)

题目Given a non-empty array of non-negative integers nums, the degree of this array is defined as the maximum frequency of any one of its elements.Your task is to find the smallest possible length o

2018-02-03 21:25:18 587

原创 leetcode:316. Remove Duplicate Letters 题解

题目Given a string which contains only lowercase letters, remove duplicate letters so that every letter appear once and only once. You must make sure your result is the smallest in lexicographical ord

2018-02-01 20:50:38 2159

milvus的milvus.yaml 官方配置文件

这是milvus的官方的milvus.yaml配置文件。 主要是官网的地址无法wget rawgit下载。 所以搞一份方便大家。

2020-11-01

gridsearch_kfold.ipynb

grid search with cross validation 网络搜索和交叉检验

2019-10-06

方差标准差.ipynb

sklearn 预处理的方法。 包括归一化、标准化、正则化等。

2019-10-05

pku_training.utf8

分词训练用的pku训练集,主要是说明相似度计算的样例数据。

2019-05-25

word2vec googlecode 官方代码

The word2vec tool takes a text corpus as input and produces the word vectors as output. It first constructs a vocabulary from the training text data and then learns vector representation of words. The resulting word vector file can be used as features in many natural language processing and machine learning applications.

2015-12-14

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除