原创 caffe_基礎

Caffe (Convolution Architecture For Feature Embedding (Extraction)) 網絡各層詳細解釋 http://caffe.berkeleyvision.org/tutorial/l

原创 Caffe_RecurrentLayers

1. Recurrent 2. RNN 3. Long-Short Term Memory (LSTM)   點贊 收藏 分享 文章舉報 丟丟 and 二狗 發佈了31 篇原創

原创 Caffe_CommonLayer

1. Inner Product - fully connected layer. 2. Dropout 3. Embed - for learning embeddings of one-hot encoded vector (take

原创 Keras_callback

1.ReduceLROnPlateau keras.callbacks.ReduceLROnPlateau(monitor='val_loss', factor=0.1, patience=10, verbose=0, mode='aut

原创 Keras_model

Keras中文官方文檔:https://keras-cn.readthedocs.io/en/latest/models/model/ 1. compile詳解 keras model.compile(loss='目標函數 ', opti

原创 Caffe_UtilityLayers

1. Flatten 2. Reshape 3. Batch Reindex 4. Split 5. Concat 6. Slicing 7. Eltwise - element-wise operations such as prod

原创 reusable_code

### jupyter notebook 中執行代碼指定GPU import os os.environ["CUDA_DEVICE_ORDER"]="PCI_BUS_ID" os.environ["CUDA_VISIBLE_DEVICES

原创 限制對比度自適應直方圖均衡化算法

限制對比度自適應直方圖均衡化算法參考網址: https://www.cnblogs.com/Imageshop/archive/2013/04/07/3006334.html 1. 簡述 自適應直方圖均衡化(AHE)用來提升圖像的對比度的

原创 命令行命令

jupyter登錄:jupyter notebook --ip=0.0.0.0 瀏覽器輸入對應網址 ps -ef 查看當前運行進程 pip/python install ... --user (安裝在對應目錄下) CUDA_VISIBLE

原创 python

1. import argparse(python中管理命令行參數的庫) 用法: import argparse # 導入庫 parser = argparse.ArgumentParser() # 構建解析對象 parser.add_a

原创 計算機視覺會議

1. CVPR Internaltional Conference on Computer Vision and Pattern Recogintion 一年一次的會議 2. ICCV International Comference o

原创 Keras_input_介紹

Input(shape=None,batch_shape=None,name=None,dtype=K.floatx(),sparse=False,tensor=None) Input():用來實例化一個keras張量     Keras

原创 雜記

1. 隨機數種子: 該組隨機數的編號,在需要重複試驗的時候,保證得到一組一樣的隨機數。比如你每次都填1,其他參數一樣的情況下你得到的隨機數組是一樣的。但填0或不填,每次都會不一樣。 2. 安裝cv2: 命令: pip / pip3 in

原创 Ubuntu 16.04無法使用中文輸入法

安裝命令(1): sudo add-apt-repository ppa:shawn-p-huang/ppa  sudo apt-get update  sudo apt-get install ibus-gtk ibus-qt4 ibu

原创 Ubuntu16.04系統無法識別無線網

折騰了一下午,試過幾十種方法,踩過無數坑,最終找到了以下最直接最有效的解決方案:   1.  使用手機USB共享網絡,此時保證電腦可以上網 2. 系統設置--》軟件和更新--》開發者選項   把提前釋放出的更新打勾了。(太慢,也不知是有問