05 2016 档案

TensorFlow学习笔记之五——源码分析之最近算法
摘要:import numpy as npimport tensorflow as tf# Import MINST dataimport input_datamnist = input_data.read_data_sets("/tmp/data/", one_hot=True)#这里主要是导入数据,... 阅读全文

posted @ 2016-05-23 16:54 爱你一万年123 阅读(160) 评论(0) 推荐(0) 编辑

使用kdb和kgdb调试Linux内核(3)
摘要:This article was firstly published from http://oliveryang.net. The content reuse need include the original link.1. Debug kernel modules by ... 阅读全文

posted @ 2016-05-13 09:05 爱你一万年123 阅读(1182) 评论(0) 推荐(0) 编辑

TensorFlow学习笔记之四——源码分析之基本操作
摘要:例子源码地址:https://github.com/aymericdamien/TensorFlow-Examples/blob/master/examples/1%20-%20Introduction/basic_operations.py根据网上的入门例子,一点点的熟悉代码和TensorFlo... 阅读全文

posted @ 2016-05-11 11:13 爱你一万年123 阅读(174) 评论(0) 推荐(0) 编辑

TensorFlow学习笔记之三——适合入门的一些资源
摘要:Github上除了有TensorFlow的源码库之外,还有一些很不错的适合入门的资源。现在将目前已经接触到的资源整理出来,和大家分享。1、TensorFlow源码库https://github.com/tensorflow/tensorflow2、TensorFlow中文文档https://git... 阅读全文

posted @ 2016-05-11 10:16 爱你一万年123 阅读(97) 评论(0) 推荐(0) 编辑

TensorFlow学习笔记之二——安装和运行
摘要:通过阅读TensorFlow的论文和相关博文之后,接下来,对TensorFlow进行一个简单的初步运行。1、安装了Ubuntu 16.04.(ubuntu-16.04-desktop-amd64.iso)2、sudo apt-get update3、# Ubuntu/Linux 64-bit ... 阅读全文

posted @ 2016-05-09 13:48 爱你一万年123 阅读(142) 评论(0) 推荐(0) 编辑

TensorFlow博客翻译——用TensorFlow在云端进行机器学习
摘要:原文地址Machine Learning in the Cloud, with TensorFlowWednesday, March 23, 2016Posted by Slaven Bilac, Software Engineer, Google Research用TensorFlow在云端进行... 阅读全文

posted @ 2016-05-09 08:54 爱你一万年123 阅读(250) 评论(0) 推荐(0) 编辑

TensorFlow博客翻译——TensorFlow 0.8发布
摘要:原文地址Announcing TensorFlow 0.8 – now with distributed computing support!Wednesday, April 13, 2016Posted by Derek Murray, Software EngineerTensorFlow0.... 阅读全文

posted @ 2016-05-06 20:44 爱你一万年123 阅读(151) 评论(0) 推荐(0) 编辑

TensorFlow博客翻译——DeepMind转向TensorFlow
摘要:原文地址DeepMind moves to TensorFlowDeepMind转向TensorFlowFriday, April 29, 2016Posted by Koray Kavukcuoglu, Research Scientist, Google DeepMindAt DeepMind... 阅读全文

posted @ 2016-05-06 15:49 爱你一万年123 阅读(158) 评论(0) 推荐(0) 编辑

TensorFlow学习笔记之一——初步印象
摘要:最近工作太忙,赶上孩子刚刚出生不久,简直是忙的四脚朝天。对技术的跟踪、论文的阅读和代码的编写,都拉下了一段时间。跟朋友聊天的时候得知TensorFlow,而且是朋友极力推荐的开源项目,马上关注了一下。知道TensorFlow是Google的项目,我就马上去找到了关于TensorFlow的论文:地址... 阅读全文

posted @ 2016-05-06 14:25 爱你一万年123 阅读(161) 评论(0) 推荐(0) 编辑

Hyper-V 虚拟设备简介
摘要:This article was firstly published from http://oliveryang.net. The content reuse need include the original link.Similar with other virtuali... 阅读全文

posted @ 2016-05-04 07:54 爱你一万年123 阅读(476) 评论(0) 推荐(0) 编辑

Linux内核抢占机制 - 实现
摘要:本文首发于 http://oliveryang.net,转载时请包含原文或者作者网站链接。本文主要围绕 Linux 内核调度器 Preemption 的相关实现进行讨论。其中涉及的一般操作系统和 x86 处理器和硬件概念,可能也适用于其它操作系统。1. Scheduler Ov... 阅读全文

posted @ 2016-05-02 19:19 爱你一万年123 阅读(1244) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示