八股搭建神经网络 发表于 2021-10-28 更新于 2021-10-30 分类于 机器学习/深度学习基础 使用八股搭建神经网络用Tensorflow API: tf. keras 六步法搭建神经网络第一步:import相关模块,如import tensorflow as tf。 阅读全文 »
第63场双周赛D 发表于 2021-10-28 分类于 算法题 , leetcode , 周赛 Trace两个有序数组的第K小乘积传送门:https://leetcode-cn.com/problems/kth-smallest-product-of-two-sorted-arrays/ 阅读全文 »
删除无效的括号 发表于 2021-10-27 更新于 2021-10-28 分类于 算法题 , leetcode , 每日一题 Trace10.27 每日一题传送门:https://leetcode-cn.com/problems/remove-invalid-parentheses/ 阅读全文 »
Jupyter notebook 快捷键 发表于 2021-10-26 分类于 机器学习/深度学习基础 Jupyter notebook 快捷键Jupyter Notebook 有两种键盘输入模式。编辑模式,允许你往单元中键入代码或文本;这时的单元框线是绿色的。 阅读全文 »
下一个更大元素I 发表于 2021-10-26 分类于 算法题 , leetcode , 每日一题 Trace10.26 下一个更大元素传送门:https://leetcode-cn.com/problems/next-greater-element-i/ 阅读全文 »
单调栈 发表于 2021-10-26 分类于 算法题 , 模板题 Traceacwing830 单调栈传送门:https://www.acwing.com/problem/content/832/ 阅读全文 »
统计最高分的节点数目 发表于 2021-10-25 分类于 算法题 , leetcode , 周赛 Trace第264场周赛C 统计最高分的节点数目传送门:https://leetcode-cn.com/problems/count-nodes-with-the-highest-score/ 阅读全文 »
并行课程 III 发表于 2021-10-25 分类于 算法题 , leetcode , 周赛 Trace第264场周赛D 并行课程 III传送门:https://leetcode-cn.com/problems/parallel-courses-iii/ 阅读全文 »
有向图的拓扑序列 发表于 2021-10-25 分类于 算法题 , 模板题 Traceacwing 848. 有向图的拓扑序列传送门:https://www.acwing.com/problem/content/850/ 阅读全文 »
最长递增路径 发表于 2021-10-25 分类于 算法题 , leetcode Trace剑指 Offer II 112. 最长递增路径传送门:https://leetcode-cn.com/problems/fpTFWP/ 阅读全文 »