原创 Tensorflow 模型保存與恢復

https://www.jianshu.com/p/c9fd5c01715e https://blog.csdn.net/yjl9122/article/details/78341689

原创 Tensorflow: tflite_convert and interpreter

一 . Convert ".pb"  to ".tflite"   Method 1: Python Convert  graph_def_file = "retrained_graph_mobilenet_v2_1.4_224.pb"

原创 hash

144178669576795419332699232123923006113591%1003 * (100 / 1003)

原创 python 複製文件

import shutil shutil.copy(old, new)   import tensorflow as tf   tf.gfile.copy(old, new)

原创 python裝飾器

http://www.runoob.com/w3cnote/python-func-decorators.html def use_decrating(fun):          def wrapppppper(*args, *kar

原创 Linux 使用記錄

scp  data.txt  [email protected]:~/data/file 如果文件名中有括號,則需要用反斜槓轉義: scp  data\(20181101\).txt  [email protected]:~/data

原创 xgboost: predict 和 predict_proba 分類器正確率計算的討論

sklearn接口的xgboost 分類器: xgboost.XGBClaaifier() xgboost.fit(x,y) 1. xgboost.predict(test_x)   2. xgboost.predict_proba(te

原创 機器學習中的數據清洗與特徵處理綜述

https://tech.meituan.com/machinelearning_data_feature_process.html   機器學習中的數據清洗與特徵處理綜述 caohao ·2015-02-10 11:30 背景 隨着美團

原创 特徵工程集錦:A Comprehensive Guide to Data Exploration

https://www.analyticsvidhya.com/blog/2016/01/guide-data-exploration/ 譯文:http://josephguan.github.io/2016/06/29/comprehe

原创 wordcloud使用

from wordcloud import WordCloud import matplotlib.pyplot as plt import pandas as pd       train_qs = pd.Series(['abc',

原创 mac 通過堡壘機上傳下載文件

https://lvtao.net/tool/mac-iterm2-sz-rz.html

原创 python函數中,雙星號**的作用

https://www.geeksforgeeks.org/packing-and-unpacking-arguments-in-python/  https://blog.csdn.net/xiaoqu001/article/detai

原创 XGBoost 作者ppt

https://homes.cs.washington.edu/~tqchen/pdf/BoostedTree.pdf

原创 【CUDA for GTX一次點亮】winows10 + GTX1050Ti + tensorflow1.8 + CUDA9.0 + cudnn7.1

按如下步驟,一次安裝成功CUDA9.0 for GTX。 搭配GPU,計算速度果然飛速提升。 O. 本人計算機及軟件配置:        i7-8750H 、GTX1050Ti 、Anaconda3 -64bit (安裝時選擇了將路徑添加

原创 XGBOOST詳解

轉載:http://dataunion.org/15787.html 作者:陳天奇,畢業於上海交通大學ACM班,現就讀於華盛頓大學,從事大規模機器學習研究。 註解:truth4sex  編者按:本文是對開源xgboost庫理論層面的介紹,