摘要:
scp -r root@IP:/path/to/file(file path on the server) /path/to/filedestination(local path) 阅读全文
摘要:
import warnings warnings.filterwarnings("ignore") 阅读全文
摘要:
Source from : https://medium.com/analytics-vidhya/importing-your-own-python-module-or-python-file-into-colab-3e365f0a35ec Step 1 Primarily, you must M 阅读全文
摘要:
nbconvert, Google sites 阅读全文
摘要:
遇到了几种情况: 1. for 循环没加{} 2. $\textbf{T_i}$, 想要加粗T,但是把i也扩进去了,latex就不懂了,于是一直recompile不出来说超时什么什么的,把i放到外面就好了。 $\textbf{T}_i$. 3. 另外有个很好的comment功能,在所需要解释的代码后 阅读全文
摘要:
一个详细介绍怎么推导Derivative of the Sigmoid function的文章~ https://towardsdatascience.com/derivative-of-the-sigmoid-function-536880cf918e 阅读全文
摘要:
Array, sorting with respect to the starting value; intervals 阅读全文
摘要:
leftProduct array and rightProduct array 阅读全文
摘要:
Array, peak, expand from center to left and right 阅读全文
摘要:
lambda, palindrome, center to left and right. 阅读全文