notes
Here are 227 public repositories matching this topic...
Slides, paper notes, class notes, blog posts, and research on machine learning, statistics, and artificial intelligence.
-
Updated
May 28, 2020 - HTML
Helping junior developers navigate the complex world of software engineering without experiencing information overload.
-
Updated
Apr 10, 2020 - HTML
使用场景
你正在做一个项目,然而在过去的某个时候,你把两个重大的改动提交到了一个版本A中。 直到又进行了几次提交之后,你才发现有必要将之前那两个重大改动拆分成版本A和版本B。
使用步骤
- 先
git rebase -i HASH返回到你需要拆分的版本 git reset HEAD~返回到你需要拆分的上一个版本(此时的代码保持的版本A与版本B的共同内容)- 删除版本记录
git rm file --cache - 拆分文件,提交版本A的代码
gti commit --amend -m ‘Version A’ - 将版本B的代码加入,提交版本B的代码
git commit -m ‘Version B’ - 结束交互式rebase
git rebase - -contine - 然后你就会发现,需要拆分的版本已
使用certbot申请HTTPS证书
a bunch of notes about machine learning, image statistics, theoretical neuroscience, etc.
-
Updated
Jul 26, 2018 - HTML
Reading notes on deep learning papers---深度学习论文阅读笔记
-
Updated
Aug 24, 2019 - HTML
前端开发学习指南
-
Updated
Jun 3, 2020 - HTML
-
Updated
Apr 20, 2020 - HTML
Notes for using R language to do data mining and machine learning (Chinese)
-
Updated
Dec 20, 2019 - HTML
Some collected notes about nmap
-
Updated
May 20, 2020 - HTML
Заметки по программированию и предпринимательству для
-
Updated
Mar 25, 2020 - HTML
A small repo of resources for my lecture students.
-
Updated
May 6, 2017 - HTML
-
Updated
Oct 29, 2017 - HTML
-
Updated
Feb 19, 2020 - HTML
HypnosNova / AI
对吴恩达的深度学习课进行整理
-
Updated
Sep 18, 2017 - HTML
Apps notes for Windows, iOS and Android with P2P sync / Приложения заметок для Windows, iOS и Android, с P2P синхронизацией
-
Updated
Jan 28, 2020 - HTML
My notes about how to become a Certified Neo4j Professional - you can download the pdf version here:
-
Updated
Jul 10, 2019 - HTML
Improve this page
Add a description, image, and links to the notes topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the notes topic, visit your repo's landing page and select "manage topics."


为了更加方便大家在线阅读,我目前已经将项目发布在 GitHub Page 上,阅读请点我。
另外,大家如果有转载的需求,请注明出处,毕竟我花了大量的时间整理了这一系列知识。