上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 35 下一页

2017年11月16日

ubuntu16.04 安装caffe以及python接口

摘要: http://blog.csdn.net/qq_25073253/article/details/72571714http://blog.csdn.net/greed7480/article/details/68486039 首先在你要安装的路径下 clone :git clone https:// 阅读全文

posted @ 2017-11-16 10:59 Maddock 阅读(438) 评论(0) 推荐(0) 编辑

linux profile\bashrc\bash_profile之间的区别和联系

摘要: /etc/profile 每个用户,首次登录时被执行; /etc/bashrc 每个运行bash shell的用户都执行此文件,当bsh被打开时,该文件被读取; ~/.bash_profile 专用于本用户的shell信息,仅被执行一次; ~/.bashrc 文件包含本用户的bsh信息,登录及每次打 阅读全文

posted @ 2017-11-16 10:51 Maddock 阅读(360) 评论(0) 推荐(0) 编辑

2017年11月14日

ubuntu 16.04 安装pycharm

摘要: Ubuntu16.04下安装Cuda8.0+Caffe+TensorFlow-gpu+Pycharm过程(Simple) ubuntu 16.04 安装pycharm 1、安装java jdk 直接打开终端,执行下面的命令; sudo add-apt-repository ppa:webupd8te 阅读全文

posted @ 2017-11-14 16:36 Maddock 阅读(3412) 评论(0) 推荐(0) 编辑

Ubuntu下配置samba实现文件夹共享

摘要: Ubuntu下配置samba实现文件夹共享 一. samba的安装: sudo apt-get install samba sudo apt-get install smbfs sudo apt-get install cifs-utils 执行第二命令时出现了如下的错误 正在读取软件包列表... 阅读全文

posted @ 2017-11-14 13:15 Maddock 阅读(10013) 评论(0) 推荐(1) 编辑

2017年11月10日

TensorFlow基础笔记(9) Tensorboard可视化显示以及查看pb meta模型文件的方法

摘要: 参考: http://blog.csdn.net/l18930738887/article/details/55000008 http://www.jianshu.com/p/19bb60b52dad http://blog.csdn.net/sinat_33761963/article/detai 阅读全文

posted @ 2017-11-10 15:54 Maddock 阅读(21635) 评论(1) 推荐(0) 编辑

2017年11月9日

Deep Learning 经典网路回顾#之LeNet、AlexNet、GoogLeNet、VGG、ResNet

摘要: #Deep Learning回顾#之LeNet、AlexNet、GoogLeNet、VGG、ResNet 深入浅出——网络模型中Inception的作用与结构全解析 图像识别中的深度残差学习(Deep Residual Learning for Image Recognition), 论文来源,翻译 阅读全文

posted @ 2017-11-09 21:08 Maddock 阅读(773) 评论(0) 推荐(0) 编辑

机器学习中的范数规则化之(一)L0、L1与L2范数

摘要: http://blog.csdn.net/zouxy09/article/details/24971995 一般来说,监督学习可以看做最小化下面的目标函数: 其中,第一项L(yi,f(xi;w)) 衡量我们的模型(分类或者回归)对第i个样本的预测值f(xi;w)和真实的标签yi之前的误差。因为我们的 阅读全文

posted @ 2017-11-09 13:39 Maddock 阅读(345) 评论(0) 推荐(0) 编辑

2017年11月5日

python 人脸识别

摘要: """Performs face alignment and calculates L2 distance between the embeddings of images.""" # MIT License # # Copyright (c) 2016 David Sandberg # # Permission is hereby granted, free of charge, to ... 阅读全文

posted @ 2017-11-05 23:35 Maddock 阅读(806) 评论(0) 推荐(0) 编辑

2017年11月3日

opencv 摄像头人脸检测

摘要: PYTHON ubuntu16.04 默认安装的Python版本2.7.12,当用pip install opencv-python 安装了opencv for python 3.3.0.10后,运行命令 python -c "import cv2;cap=cv2.VideoCapture(0);p 阅读全文

posted @ 2017-11-03 17:34 Maddock 阅读(521) 评论(0) 推荐(0) 编辑

2017年11月1日

tensorflow 保存训练模型ckpt 查看ckpt文件中的变量名和对应值

摘要: TensorFlow 模型保存与恢复 一个快速完整的教程,以保存和恢复Tensorflow模型。 在本教程中,我将会解释: 这个教程假设你已经对神经网络有了一定的了解。如果不了解的话请查阅相关资料。 1. 什么是TensorFlow模型? 训练了一个神经网络之后,我们希望保存它以便将来使用。那么什么 阅读全文

posted @ 2017-11-01 08:50 Maddock 阅读(22082) 评论(0) 推荐(1) 编辑

上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 35 下一页

导航