2018-05-10 faceNet - A Unified Embedding for Face Recognition and Clustering Face 3D A Unified Embedding for Face Recognition and Clustering本文主要是根据很多的论文集合成了一个人脸识别的算法。 直接学习从人脸图像到欧式空间的映射。这个映射就等价于人脸的相似程度。只要学习
2018-05-08 Distance Metric Learning for Large Margin Nearest Neighbor Classification machine learning 特征提取 1. 简介本文在马氏矩阵的基础上,kNN 是依赖于计算距离的矩阵。本文引入了 Mahalanobis distance metric 马氏距离矩阵。本方法基于,矩阵k阶相近的是相同的类别,不同的类别有着很大的距离,提出了新的分类LMNN对于
2018-05-05 leetcode-123 Best Time to Buy and Sell Stock algorithmarraydp leetcode Best Time to Buy and Sell Stock题目Say you have an array for which the ith element is the price of a given stock on day i.
2018-05-03 leetcode-121 Best Time to Buy and Sell Stock algorithmarraydp leetcode Best Time to Buy and Sell Stock题目Say you have an array for which the ith element is the price of a given stock on day i.
2018-05-03 leetcode-70. Climbing Stairs algorithmarraydp leetcode Climbing Stairs题目You are climbing a stair case. It takes n steps to reach to the top. Each time you can either climb 1 o
2018-05-01 knn machine learning 特征提取 kNNkNN 是叫k阶邻近算法 算法思想主要是计算计算点到各已知点的距离,然后通过排序前k个样本,判断前k个样本的类别,来做出分类 (未完待续)
2018-05-01 leetcode-53 Maximum Subarray algorithmarraydp leetcode Maximum Subarray题目Given an integer array nums, find the contiguous subarray (containing at least one number) which has t
2018-05-01 leetcode-7 Reverse Integer algorithm leetcode Reverse Integer题目Given a 32-bit signed integer, reverse digits of an integer.Example 1: Input: 123 Output: 321 Example 2
2018-05-01 leetcode-5 Longest Palindromic Substring algorithmdpstring leetcode 5. Longest Palindromic Substring题目Given a string s, find the longest palindromic substring in s. You may assume that the
2018-04-30 2DPCA machine learning 特征提取 Two-dimensional-PCA-a-new-approach-to-appearance-based-face-representation-and-recognition 读后感概览本文介绍了传统的 ICA 方法和 PCA 方法更