首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
大使
掘友等级
获得徽章 0
动态
文章
专栏
沸点
收藏集
关注
作品
赞
110
文章 109
沸点 1
赞
110
返回
|
搜索文章
大使
赞了这篇文章
我是王大你是谁
NLP,算法,大模型 @宇宙尽头
·
2年前
关注
leetcode 1143. Longest Common Subsequence(python)
leetcode 1143. Longest Common Subsequence 本题是典型的 LCS 模版问题,使用动态规划解题即可...
3
评论
分享
大使
赞了这篇文章
我是王大你是谁
NLP,算法,大模型 @宇宙尽头
·
2年前
关注
leetcode 12. Integer to Roman (python)
leetcode 12. Integer to Roman (python)主要考查的是常见的贪心思想...
4
评论
分享
大使
赞了这篇文章
我是王大你是谁
NLP,算法,大模型 @宇宙尽头
·
2年前
关注
leetcode 219. Contains Duplicate II(python)
leetcode 219. Contains Duplicate II(python)使用贪心思想解题...
3
评论
分享
大使
赞了这篇文章
我是王大你是谁
NLP,算法,大模型 @宇宙尽头
·
2年前
关注
leetcode 173. Binary Search Tree Iterator(python)
leetcode 173. Binary Search Tree Iterator(python)考察的就是经典的二叉树中序遍历操作,以及对列表的基本操作...
4
评论
分享
大使
赞了这篇文章
我是王大你是谁
NLP,算法,大模型 @宇宙尽头
·
2年前
关注
leetcode 99. Recover Binary Search Tree (python)
leetcode 99. Recover Binary Search Tree (python)考察的是树的中序遍历...
4
评论
分享
大使
赞了这篇文章
我是王大你是谁
NLP,算法,大模型 @宇宙尽头
·
2年前
关注
leetcode 1239. Maximum Length of a Concatenated String with Unique Characters
leetcode 1239. Maximum Length of a Concatenated String with Unique Characters 主要使用集合暴力...
4
评论
分享
大使
赞了这篇文章
我是王大你是谁
NLP,算法,大模型 @宇宙尽头
·
2年前
关注
leetcode 2088. Count Fertile Pyramids in a Land(python)
leetcode 2088. Count Fertile Pyramids in a Land(python)使用动态规划解题...
4
评论
分享
大使
赞了这篇文章
我是王大你是谁
NLP,算法,大模型 @宇宙尽头
·
2年前
关注
leetcode 523. Continuous Subarray Sum (python)
leetcode 523. Continuous Subarray Sum (python)使用前缀和和数学原理解题...
4
评论
分享
大使
赞了这篇文章
我是王大你是谁
NLP,算法,大模型 @宇宙尽头
·
2年前
关注
leetcode 835. Image Overlap(python)
leetcode 835. Image Overlap(python)使用 hash 和计数器来解题...
8
评论
分享
大使
赞了这篇文章
我是王大你是谁
NLP,算法,大模型 @宇宙尽头
·
2年前
关注
leetcode 59. Spiral Matrix II (python)
leetcode 59. Spiral Matrix II (python)找规律题,考察的就是二维列表的复杂遍历操作...
4
评论
分享
大使
赞了这篇文章
我是王大你是谁
NLP,算法,大模型 @宇宙尽头
·
2年前
关注
leetcode 2092. Find All People With Secret(python)
leetcode 2092. Find All People With Secret(python)使用 union find 算法解题...
4
评论
分享
大使
赞了这篇文章
我是王大你是谁
NLP,算法,大模型 @宇宙尽头
·
2年前
关注
leetcode 2086.Minimum Number of Buckets Required to Collect Rainwater from House
leetcode 2086. Minimum Number of Buckets Required to Collect Rainwater from Houses(pyt...
5
评论
分享
大使
赞了这篇文章
我是王大你是谁
NLP,算法,大模型 @宇宙尽头
·
2年前
关注
Tensorflow 2.1 MNIST 图像分类
本文主要介绍了使用 cpu 版本的 Tensorflow 2.1 搭建深度学习模型,完成对于 MNIST 数据的图片分类的任务。...
16
1
分享
大使
赞了这篇文章
我是王大你是谁
NLP,算法,大模型 @宇宙尽头
·
2年前
关注
Tensorflow 2.1 实现 Fashion 图像分类
本次实践项目我们要使用 tensorflow-cpu 的 2.1 版本搭建模型,完成对 Fashion 数据集进行训练、评估和测试任务。...
12
2
分享
大使
赞了这篇文章
我是王大你是谁
NLP,算法,大模型 @宇宙尽头
·
2年前
关注
Tensorflow 2.1 实现文本中情感分类
本文主要是用 cpu 版本的 tensorflow 2.1 搭建深度学习模型,完成对电影评论的情感分类任务。...
8
评论
分享
大使
赞了这篇文章
我是王大你是谁
NLP,算法,大模型 @宇宙尽头
·
2年前
关注
Tensorflow 2.1 完成对 MPG 的回归预测任务
本文的主要内容是使用 cpu 版本的 tensorflor-2.1 完成对 Auto MPG 数据集的回归预测任务。...
15
评论
分享
大使
赞了这篇文章
我是王大你是谁
NLP,算法,大模型 @宇宙尽头
·
2年前
关注
Tensorflow 2.1 结合 HIGGS 数据解决过拟合与欠拟合
本文使用 cpu 版本的 tensorflow-2.1 来说明过拟合与欠拟合现象,并介绍多种方法来解决此类问题。...
10
评论
分享
大使
赞了这篇文章
我是王大你是谁
NLP,算法,大模型 @宇宙尽头
·
2年前
关注
Tensorflow 2.1 完成权重或模型的保存和加载
本文主要使用 cpu 版本的 tensorflow-2.1 来完成深度学习权重参数/模型的保存和加载操作。...
16
评论
分享
大使
赞了这篇文章
我是王大你是谁
NLP,算法,大模型 @宇宙尽头
·
2年前
关注
Tensorflow 2.4 使用 Tuner 选择模型的最佳超参
本文使用 cpu 版本的 tensorflow 2.4 ,选用 Keras Tuner 工具以 Fashion 数据集的分类任务为例,完成最优超参数的快速选择任务。...
9
评论
分享
大使
赞了这篇文章
我是王大你是谁
NLP,算法,大模型 @宇宙尽头
·
2年前
关注
Tensorflow 2.4 加载和处理图片的三种方式
本文通过使用 cpu 版本的 tensorflow 2.4 ,介绍三种方式进行加载和预处理图片数据。...
11
评论
分享
下一页
关注了
1
关注者
1
收藏集
0
关注标签
0
加入于
2022-09-24