算法
【LeetCode】*0060 第k个排列
https://leetcode-cn.com/problems/permutation-sequence/ # -*- coding:utf-8 -*- class Solution(object) 阅读更多…
https://leetcode-cn.com/problems/permutation-sequence/ # -*- coding:utf-8 -*- class Solution(object) 阅读更多…
吴恩达深度学习第二课第一周 深度学习的实用层面 本周我们将学习超参数的调优 如何构建数据 如何确保优化算法快速运行。 1.数据的划分 数据集的科学划分往往可以提高网络的准确率以及评价的中肯 阅读更多…
https://leetcode-cn.com/problems/spiral-matrix-ii/ # -*- coding:utf-8 -*- class Solution(object): de 阅读更多…
https://leetcode-cn.com/problems/merge-intervals/ # -*- coding:utf-8 -*- class Solution(object): def 阅读更多…
https://leetcode-cn.com/problems/jump-game/ # -*- coding:utf-8 -*- class Solution(object): def canJu 阅读更多…
https://leetcode-cn.com/problems/spiral-matrix/ # -*- coding:utf-8 -*- class Solution(object): def s 阅读更多…
https://leetcode-cn.com/problems/valid-number/ https://leetcode-cn.com/problems/biao-shi-shu-zhi-de- 阅读更多…
https://leetcode-cn.com/problems/integer-break/ https://leetcode-cn.com/problems/jian-sheng-zi-lcof/ 阅读更多…
https://leetcode-cn.com/problems/ji-qi-ren-de-yun-dong-fan-wei-lcof/ # -*- coding:utf-8 -*- class So 阅读更多…
https://leetcode-cn.com/problems/word-search/ https://leetcode-cn.com/problems/ju-zhen-zhong-de-lu-j 阅读更多…