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 ?

    沙耶加是最棒的也是最强的,今天换我来拯救世界!
  • 相关阅读:
    Easy Install详细参数
    linux.backspace乱码(转)
    RemoteFX
    netsh
    sc.exe
    WinRM和WinRS
    安全配置向导
    使用 Sconfig.cmd 配置服务器核心服务器
    FSMO
    Windows Server 2012之活动目录域服务的卸载
  • 原文地址:https://www.cnblogs.com/wanghui626/p/6801974.html
Copyright © 2011-2022 走看看