• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
鱼市口
博客园    首页    新随笔    联系   管理    订阅  订阅
2023年10月4日
ARIMA
摘要: ARIMA(p,d,q) forecasting equation: ARIMA models are, in theory, the most general class of models for forecasting a time series which can be made to be 阅读全文
posted @ 2023-10-04 15:42 鱼市口 阅读(86) 评论(0) 推荐(0)
2023年9月26日
NLP经典论文,自我回顾笔记
摘要: (持续更新,目前找工作中) 1. Sequence to Sequence Learning with Neural Networks(2014 Google Research) However, the first few words in the source language are now 阅读全文
posted @ 2023-09-26 19:11 鱼市口 阅读(49) 评论(0) 推荐(0)
2023年9月18日
Python Class Recap -2 tricky problems
摘要: Test cases as below:$ python3 >>> from quiz_8 import * >>> Point() ... quiz_8.PointError: Need two coordinates, point not created. >>> Point(0) ... qu 阅读全文
posted @ 2023-09-18 00:51 鱼市口 阅读(53) 评论(0) 推荐(0)
2023年9月15日
python coding感想,持续更新
摘要: 发觉很多python coding不怎么用,很多基本结构有所生疏。近期会持续把常用的数据结构用python搞一搞,会更新: d = {} res = '' for i in range(11): d[i] = chr(i) for i in range(11): key = list(d.keys( 阅读全文
posted @ 2023-09-15 01:34 鱼市口 阅读(49) 评论(0) 推荐(0)
2023年9月7日
PyTorch notes 3rd party
摘要: Will keep the note https://www.bilibili.com/read/cv25687486/?spm_id_from=333.999.0.0 阅读全文
posted @ 2023-09-07 11:49 鱼市口 阅读(13) 评论(0) 推荐(0)
2023年9月5日
知识图谱Knowledge Spectrum
摘要: 基于图的数据结构,由节点(Point)和边(Edge)组成。在知识图谱里,每个节点表示现实世界中存在的“实体”,每条边为实体与实体之间的“关系”。知识图谱是关系的最有效的表示方式。通俗地讲,知识图谱就是把所有不同种类的信息(Heterogeneous Information)连接在一起而得到的一个关 阅读全文
posted @ 2023-09-05 15:38 鱼市口 阅读(53) 评论(0) 推荐(0)
2023年9月1日
Q-learning and RL implementation
摘要: Aim: Train a model to properly play vintage video games... Deep Q-learning Algo~ Very short Brief of Notations: {A,pi(Policy),Q(quality of action-at a 阅读全文
posted @ 2023-09-01 19:14 鱼市口 阅读(20) 评论(0) 推荐(0)
knowledge Spectrum miscellaneous
摘要: WordNet WordNet is a dataset that describes the associative characteristics between English vocabulary words and also serves as a database. This datab 阅读全文
posted @ 2023-09-01 01:18 鱼市口 阅读(23) 评论(0) 推荐(0)
2023年8月31日
UW-Madison GI Tract Image Segmentation - Prize
摘要: Sep 2021 Question: Of these patients who get gastro-intestinal tract to diagnose cancer worldwide, about half are eligible for radiation therapy, usua 阅读全文
posted @ 2023-08-31 13:59 鱼市口 阅读(46) 评论(0) 推荐(0)
2023年8月28日
Leetcode 55
摘要: class Solution: def canJump(self, nums: List[int]) -> bool: if len(nums) == 1:return True i = 0;j = i for i in range(100000): if j > i+nums[i]:pass el 阅读全文
posted @ 2023-08-28 01:47 鱼市口 阅读(16) 评论(0) 推荐(0)
下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3