windows10安装anaconda,配置tensorflow
摘要:1、安装anaconda 3.5.5 默认安装,注意,把添加到path勾选上,其他默认安装(能搜到这篇文章,相信大家都有过变成经验,这些环境变量的重要性就不要窝在多说了) 2、以管理员身份,打开anaconda prompt(否则会出现permission denied。) (1)安装python3
阅读全文
MNIST机器学习进阶
摘要:# -*- coding: utf-8 -*-"""Created on Wed Oct 17 08:49:28 2018 @author: Administrator"""import tensorflow as tf"引入input_data.py,注:Python文件必须与input_data
阅读全文
MNIST机器学习入门
摘要:"python: 3.5" # -*- coding: utf-8 -*-"""Created on Tue Oct 16 15:29:38 2018 @author: Administrator""" import tensorflow as tf"引入input_data.py,注:Python
阅读全文
下载MNIST数据集脚本input_data源码
摘要:# Copyright 2015 Google Inc. All Rights Reserved.## Licensed under the Apache License, Version 2.0 (the "License");# you may not use this file except
阅读全文