240 发简信
IP属地:北京
  • Resize,w 360,h 240
    WebStorm配置及技巧

    录制宏命令并添加对应的快捷键[https://www.bilibili.com/video/BV1hz4y1Q7fX/?spm_id_from=...

  • 【树莓派】首次安装系统-2020-06-02

    参考树莓派3b+安装Raspbian系统 准备 系统镜像microSD卡快速格式化 写入镜像 将镜像压缩包解压,打开win32diskimage...

  • 【Deep Learning笔记】导论 - 深度学习神经网络

    导论 - 深度学习神经网络 Nonlinear Neutral Models logistic sigmoid function 用于不同行为的...

  • Pycharm同步Github

    【已安装git】1)File -> Settings搜索github,添加Github账户信息2)VCS -> Import into Vers...

  • Pycharm同步远程服务器

    1)Tools -> Deployment -> Configuration2)左上角 “+”,添加SFTP(Secure File Trans...

  • 改变Jupyter Notebook的背景

    https://github.com/dunovank/jupyter-themes Install with pip list availab...

  • Jupyter Notebook内调用另外的Notebook

    在Notebook内可以调用之前写好的代码 或者 如果是要调用其他Notebook(.ipynb)文件内的函数,则需要在目录下新建如下的Ipyn...

  • Win10-pytorch-GPU 安装

    已经通过 conda install pytorch 安装过cpu版本 安装GPU版本 安装CUDA https://developer.nvi...

  • 梯度下降法

    gradient descent / steepest descent (求解无约束最优化问题)(一阶连续偏导,极小值) 求解目标函数的梯度向量...