原创 git | Linux 常用命令彙總

【git】 創建倉庫之後,常用命令: git 有三個狀態:已提交(committed)、已修改(modified)和已暫存(staged);對應下圖四個狀態:本地工作目錄,緩存區(索引),本地倉庫,遠程倉庫                

原创 git從入門到精通

教程1:git詳解 教程2:圖解git  

原创 dict-get用法

原创 檢索-推薦

檢索-搜索 1.Annoy(Approximate Nearest Neighbors Oh Yeah)算法是應用於稠密矩陣的最近鄰查找算法,Annoy的目標是建立一個數據結構,使得查詢一個最近鄰的時間是線性的。Annoy通過對輸入矩

原创 推薦系統及其embedding

ID embedding  https://zhuanlan.zhihu.com/p/104182282 點積 VS. MLP https://zhuanlan.zhihu.com/p/143161957

原创 推薦系統--論文

1. Deep Neural Networks for YouTube Recommendations   對應中文解讀 重讀Youtube深度學習推薦系統論文,字字珠璣,驚爲神文 2. https://github.com/wzhe06

原创 hadoop 簡單入門與streaming常用配置參數說明

1. Hadoop包含兩核心部分 hdfs Hadoop distribute file system -- hadoop分佈式文件系統,存儲數據 Namenode、Datanode 常用命令形式:hadoop fs -ls  /  h

原创 github readme markdown- readme格式在線工具

基本格式 在線工具

原创 檢索

1.Annoy(Approximate Nearest Neighbors Oh Yeah)算法是應用於稠密矩陣的最近鄰查找算法,Annoy的目標是建立一個數據結構,使得查詢一個最近鄰的時間是線性的。Annoy通過對輸入矩陣建樹來獲取O(

原创 python 多線程-demo

import threading def thread_num(ss, num): total = len(ss) split_data = [ss[i: i + int(total/num)] for i in ra

原创 Linux sendmail 報警郵件

參考 https://blog.csdn.net/qq_35326134/article/details/90312932 參考 https://www.runoob.com/w3cnote/centos-mail-command-sen

原创 github readme markdown

在線工具

原创 tar 打包壓縮-解壓文件

背景 常需要將本地工具上傳集羣,並在集羣解壓,涉及到解壓後的路徑問題,故整理壓縮解壓tar.gz指令 壓縮 壓縮分成兩個步驟:打包;壓縮 1. 打包成tar文件,打包路徑,影響解壓路徑 1. tar -cf YOUFILE.tar bi

原创 python - 技巧

1. 安裝過多第三方包,通過 python -c "import mxnet; print mxnet.__file__"輸出安裝包路徑  

原创 paper list

Chris Dyer Neural architectures for named entity recognition