上一页 1 2 3 4 5 6 ··· 17 下一页

2018年6月5日

判断一个图是否为普通的树

摘要: https://leetcode.com/problems/graph-valid-tree/ Given n nodes labeled from 0 to n - 1 and a list of undirected edges (each edge is a pair of nodes), w 阅读全文

posted @ 2018-06-05 22:31 mdumpling 阅读(4448) 评论(0) 推荐(0) 编辑

判断联通子图的个数

摘要: [LeetCode] Number of Connected Components in an Undirected Graph 无向图中的连通区域的个数 Given n nodes labeled from 0 to n - 1 and a list of undirected edges (ea 阅读全文

posted @ 2018-06-05 21:55 mdumpling 阅读(1312) 评论(0) 推荐(0) 编辑

2018年5月18日

优先级队列进行任务调度,字符串排序

该文被密码保护。 阅读全文

posted @ 2018-05-18 15:41 mdumpling 阅读(2) 评论(0) 推荐(0) 编辑

2018年5月16日

找出数组中重复数字

该文被密码保护。 阅读全文

posted @ 2018-05-16 19:03 mdumpling 阅读(3) 评论(0) 推荐(0) 编辑

二分法编程注意事项

该文被密码保护。 阅读全文

posted @ 2018-05-16 16:14 mdumpling 阅读(0) 评论(0) 推荐(0) 编辑

2018年5月12日

大佬的博客解析tensorflow

该文被密码保护。 阅读全文

posted @ 2018-05-12 14:43 mdumpling 阅读(0) 评论(0) 推荐(0) 编辑

2018年5月11日

交叉熵损失的含义简述

摘要: 交叉熵刻画两个概率分布的距离,交叉熵越小,概率分布越接近。。 刻画得是用概率分布q来表达概率分布p的困难程度。。 阅读全文

posted @ 2018-05-11 21:16 mdumpling 阅读(243) 评论(0) 推荐(0) 编辑

2018年5月10日

Python 中 with用法及原理

该文被密码保护。 阅读全文

posted @ 2018-05-10 21:46 mdumpling 阅读(2) 评论(0) 推荐(0) 编辑

2018年5月8日

Word2Vec介绍: 为什么使用负采样(negtive sample)

该文被密码保护。 阅读全文

posted @ 2018-05-08 22:20 mdumpling 阅读(1) 评论(0) 推荐(0) 编辑

2018年4月25日

极大似然和泰勒展开的关系

该文被密码保护。 阅读全文

posted @ 2018-04-25 14:30 mdumpling 阅读(2) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 17 下一页

导航