上一页 1 2 3 4 5 6 7 8 9 ··· 20 下一页
摘要: 目录: 第六章 线性回归: 1.1三种方法实现: import numpy as np import pandas as pd from scipy import stats df = pd.read_csv("DBS_SingDollar.csv") # X = df[df.columns[0]] 阅读全文
posted @ 2022-08-20 19:20 0MrMKG 阅读(122) 评论(0) 推荐(0)
摘要: 关于RNN(循环神经网络)(简略了解): https://zhuanlan.zhihu.com/p/105383343 关于LSTM(长短期记忆网络)以及GRU: Q1:LSTM如何实现长短期记忆?(《百面深度学习》p54) 一般的RNN(循环神经网络)中,一般是参数共享的【1】,存在对于短期的数据 阅读全文
posted @ 2022-08-20 19:19 0MrMKG 阅读(24) 评论(0) 推荐(0)
摘要: 前序中序后序遍历: https://blog.csdn.net/weixin_38442390/article/details/113756957 https://blog.csdn.net/qq_44668555/article/details/105216360?ops_request_misc 阅读全文
posted @ 2022-08-15 10:48 0MrMKG 阅读(176) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 20 下一页