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

2017年11月16日

Tensorflow学习资源

摘要: https://tensorflow.google.cn/ 中文官网 https://www.w3cschool.cn/tensorflow_python/tensorflow_python-gnwm2c68.html [1] 安装Tensorflow(Linux ubuntu) http://bl 阅读全文

posted @ 2017-11-16 19:03 Maddock 阅读(689) 评论(0) 推荐(0) 编辑

opencv3.2 dnn 图像分割

摘要: 下载 http://dl.caffe.berkeleyvision.org/fcn32s-heavy-pascal.caffemodel 在opencv_contrib-3.2.0/modules/dnn/samples目录中找到下面的文件 fcn32s-heavy-pascal.prototxt 阅读全文

posted @ 2017-11-16 13:46 Maddock 阅读(1019) 评论(0) 推荐(0) 编辑

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 阅读(440) 评论(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 阅读(361) 评论(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 阅读(3421) 评论(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 阅读(10143) 评论(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 阅读(21797) 评论(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 阅读(776) 评论(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 阅读(356) 评论(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 阅读(808) 评论(0) 推荐(0) 编辑

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

导航