Category: Algrithm

基于协同过滤的推荐系统

views 293 views    0
2013-11-01    Algrithm    views 293 views    0   

在米扑博客上一篇《基于内容和基于协同过滤的混合推荐系统》博文中,我已经总结了几种主要的推荐方法,其中,基于内容 […]

基于内容和基于协同过滤的混合推荐系统

views 701 views    0
2013-11-01    Algrithm    views 701 views    0   

在前面的博文中,已经详细介绍了基于内容和基于协同的推荐系统,它们都有各自的优点和缺点。 因此,目前有很多学者都 […]

聚类算法之KMeans(Java实现)

views 315 views    0
2013-11-01    Algrithm    views 315 views    0   

KMeans算法的基本思想是初始随机给定K个簇中心,按照最邻近原则把待分类样本点分到各个簇。然后按平均法重新计 […]

Hulu的推荐引擎阅读笔记

views 287 views    0
2013-11-01    Algrithm    views 287 views    0   

一, Item Data shows’ type: on-air shows(直播剧) librar […]

【leetcode】ConstructBinaryTreefromInorderandPostorderTraversal

views 4,009 views    0
2013-05-04    Algrithm, CSDN    views 4,009 views    0   

Question: Given inorder and postorder traversal of a tr […]

【leetcode】ConstructBinaryTreefromPreorderandInorderTraversal

views 4,354 views    0
2013-05-03    Algrithm, CSDN    views 4,354 views    0   

Question: Given preorder and inorder traversal of a tre […]

【leetcode】BinaryTreeInorderTraversal

views 2,869 views    0
2013-05-03    Algrithm, CSDN    views 2,869 views    0   

Question : Given a binary tree, return the inorder trav […]

【leetcode】FlattenBinaryTreetoLinkedList

views 3,734 views    0
2013-05-02    Algrithm, CSDN    views 3,734 views    0   

Question : Given a binary tree, flatten it to a linked […]

【leetcode】BinaryTreeLevelOrderTraversalII

views 4,135 views    0
2013-05-01    Algrithm, CSDN    views 4,135 views    0   

Question : Given a binary tree, return the bottom-up le […]

【leetcode】BalancedBinaryTree

views 2,626 views    0
2013-05-01    Algrithm, CSDN    views 2,626 views    0   

Question : Given a binary tree, determine if it is heig […]

【leetcode】MinimumDepthofBinaryTree

views 2,488 views    0
2013-05-01    Algrithm, CSDN    views 2,488 views    0   

Question : Given a binary tree, find its minimum depth. […]

【leetcode】GenerateParentheses

views 3,192 views    0
2013-05-01    Algrithm, CSDN    views 3,192 views    0   

Question : Given n pairs of parentheses, write a functi […]

【leetcode】LongestValidParentheses

views 2,678 views    0
2013-05-01    Algrithm, CSDN    views 2,678 views    0   

Question: Given a string containing just the characters […]

【leetcode】ValidParentheses

views 3,172 views    0
2013-05-01    Algrithm, CSDN    views 3,172 views    0   

Question : Given a string containing just the character […]

【leetcode】BinaryTreeMaximumPathSum

views 2,489 views    0
2013-05-01    Algrithm, CSDN    views 2,489 views    0   

Question : Given a binary tree, find the maximum path s […]

【leetcode】LetterCombinationsofaPhoneNumber

views 3,352 views    0
2013-05-01    Algrithm, CSDN    views 3,352 views    0   

Question : Given a digit string, return all possible le […]

【leetcode】LongestConsecutiveSequence

views 2,444 views    0
2013-05-01    Algrithm, CSDN    views 2,444 views    0   

Question : Given an unsorted array of integers, find th […]

【leetcode】ValidNumber

views 3,166 views    0
2013-04-21    Algrithm, CSDN    views 3,166 views    0   

Question : Validate if a given string is numeric. Some […]

【leetcode】WordLadderII

views 3,400 views    0
2013-04-21    Algrithm, CSDN    views 3,400 views    0   

Question : Given two words ( start and end ), and a dic […]

【leetcode】WordLadder

views 2,008 views    0
2013-04-21    Algrithm, CSDN    views 2,008 views    0   

Question : Given two words ( start and end ), and a dic […]

【leetcode】BestTimetoBuyandSellStockIII

views 1,907 views    0
2013-04-21    Algrithm, CSDN    views 1,907 views    0   

Question : Say you have an array for which the i th ele […]

【leetcode】BestTimetoBuyandSellStockII

views 1,579 views    0
2013-04-21    Algrithm, CSDN    views 1,579 views    0   

Quesion : Say you have an array for which the i th elem […]

【leetcode】BestTimetoBuyandSellStock

views 2,165 views    0
2013-04-21    Algrithm, CSDN    views 2,165 views    0   

Question : Say you have an array for which the i th ele […]

【leetcode】IntegertoRoman

views 2,341 views    0
2013-04-21    Algrithm, CSDN    views 2,341 views    0   

Question : Given an integer, convert it to a roman nume […]

【leetcode】RomantoInteger

views 2,292 views    0
2013-04-21    Algrithm, CSDN    views 2,292 views    0   

Question : Given a roman numeral, convert it to an inte […]