zoukankan      html  css  js  c++  java
  • 基于 tensorflow 的 mnist 数据集预测

    1. tensorflow 基本使用方法

    2. mnist 数据集简介与预处理

    3. 聚类算法模型

    4. 使用卷积神经网络进行特征生成

    5. 训练网络模型生成结果

    how to install tensorflow in anaconda based win7:

    first step:

    We do not have any Miniconda installers based on Python 3.5 yet, but are going to base our Miniconda3 installer on Python 3.5 in the future. So, currently, the easiest way to get Python 3.5 from us is to create a conda environment. For example:

    $ conda create -n py35 python=3.5

    Once the Python 3.5 conda environment is created, you can install Python packages into it. We currently have most Anaconda Python packages available on Unix, and are working on Windows packages.

    The Anaconda 2.4 release (which we have planned for the end of October) will feature Python 3.5 as the default Python version for our Anaconda3 installers.

    no modle 

    How to address the problem?

    I don't know how to change anacoda 4.3 to 3.5  

    how to exist two environment ?

    沙耶加是最棒的也是最强的,今天换我来拯救世界!
  • 相关阅读:
    字符串与Json操作
    默认让IE用最高文档模式浏览网页
    MVC中简单的文件下载代码
    2017年1月22日
    JDK环境变量设置
    如何实现windows命令提示符的tab补全
    win7热点设置
    为什么小米5不能适配win7
    各种错误锦集
    插头DP
  • 原文地址:https://www.cnblogs.com/wanghui626/p/6801974.html
Copyright © 2011-2022 走看看