看过前面的例子,会发现实现深度神经网络需要使用 tensorflow.nn 这个核心模块。我们通过源码来一探究竟。# Copyright 2015 Google Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this fil...
分类:
其他好文 时间:
2016-05-23 15:10:38
阅读次数:
1351
/*
* Copyright 2013 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You ma...
分类:
其他好文 时间:
2016-05-12 20:20:18
阅读次数:
242
/*
* Copyright (C) 2014 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may...
分类:
其他好文 时间:
2016-05-12 20:11:52
阅读次数:
237
#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information re...
分类:
其他好文 时间:
2016-05-12 11:46:20
阅读次数:
198
requests模块 在Python内置模块(urllib、urllib2、httplib)的基础上进行了高度的封装,从而使得Pythoner更好的进行http请求,使用Requests可以轻而易举的完成浏览器可有的任何操作。Requests 是使用 Apache2 Licensed 许可证的 基于... ...
分类:
编程语言 时间:
2016-05-11 23:25:41
阅读次数:
362
/*
* Copyright 2002-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Y...
分类:
编程语言 时间:
2016-05-06 15:18:25
阅读次数:
384
!/usr/bin/env pythonCopyright 2013-2014 NaviNet Inc.#Licensed under the Apache License, Version 2.0 (the “License”);you may not use this file except in compliance with the License.You may obtain a copy...
分类:
其他好文 时间:
2016-04-29 17:47:34
阅读次数:
233
1: redis 是什么Redis is an open source (BSD licensed), in-memory data structure store, used as database, cache and message broker. It supports data struc ...
分类:
其他好文 时间:
2016-04-28 23:48:36
阅读次数:
175
!/usr/bin/env pythonCopyright 2013-2014 NaviNet Inc.#Licensed under the Apache License, Version 2.0 (the “License”);you may not use this file except in compliance with the License.You may obtain a copy...
分类:
其他好文 时间:
2016-04-26 20:01:59
阅读次数:
357
package com.tv.ui.metro.utils;/* * Copyright (C) 2010 Lytsing Huang http://lytsing.org * * Licensed under the Apache License, Version 2.0 (the "Licens ...
分类:
移动开发 时间:
2016-04-09 09:19:46
阅读次数:
197