会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
LilyLiya
博客园
首页
新随笔
联系
管理
订阅
2022年5月5日
copy file from remote server to local
摘要: scp -r root@IP:/path/to/file(file path on the server) /path/to/filedestination(local path)
阅读全文
posted @ 2022-05-05 10:31 LilyLiya
阅读(28)
评论(0)
推荐(0)
2022年4月23日
Ignore warnings
摘要: import warnings warnings.filterwarnings("ignore")
阅读全文
posted @ 2022-04-23 02:42 LilyLiya
阅读(45)
评论(0)
推荐(0)
2022年4月15日
Importing Your Own Python Module or Python File into Colab
摘要: Source from : https://medium.com/analytics-vidhya/importing-your-own-python-module-or-python-file-into-colab-3e365f0a35ec Step 1 Primarily, you must M
阅读全文
posted @ 2022-04-15 07:20 LilyLiya
阅读(87)
评论(0)
推荐(0)
jupyter nbconvert --to FORMAT xxx
摘要: nbconvert, Google sites
阅读全文
posted @ 2022-04-15 07:09 LilyLiya
阅读(54)
评论(0)
推荐(0)
2022年4月4日
Latex Algorithm 语法错误导致无法编译
摘要: 遇到了几种情况: 1. for 循环没加{} 2. $\textbf{T_i}$, 想要加粗T,但是把i也扩进去了,latex就不懂了,于是一直recompile不出来说超时什么什么的,把i放到外面就好了。 $\textbf{T}_i$. 3. 另外有个很好的comment功能,在所需要解释的代码后
阅读全文
posted @ 2022-04-04 12:08 LilyLiya
阅读(275)
评论(0)
推荐(0)
2021年8月9日
Derivative of the Sigmoid function
摘要: 一个详细介绍怎么推导Derivative of the Sigmoid function的文章~ https://towardsdatascience.com/derivative-of-the-sigmoid-function-536880cf918e
阅读全文
posted @ 2021-08-09 08:04 LilyLiya
阅读(99)
评论(0)
推荐(0)
2021年7月19日
Merge Overlapping Intervals
摘要: Array, sorting with respect to the starting value; intervals
阅读全文
posted @ 2021-07-19 08:53 LilyLiya
阅读(168)
评论(0)
推荐(0)
2021年7月18日
Array of products
摘要: leftProduct array and rightProduct array
阅读全文
posted @ 2021-07-18 09:18 LilyLiya
阅读(75)
评论(0)
推荐(0)
2021年7月14日
Longest Peak
摘要: Array, peak, expand from center to left and right
阅读全文
posted @ 2021-07-14 01:19 LilyLiya
阅读(76)
评论(0)
推荐(0)
2021年6月16日
Longest Palindromic Substring
摘要: lambda, palindrome, center to left and right.
阅读全文
posted @ 2021-06-16 06:50 LilyLiya
阅读(62)
评论(0)
推荐(0)
下一页