上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 58 下一页

2018年12月22日

摘要: Lecture note 4: Eager execution and interface Eager execution Eager execution is (1) a NumPy-like library for numerical computation with support for G 阅读全文
posted @ 2018-12-22 23:06 kexinxin 阅读(216) 评论(0) 推荐(0)
摘要: Linear and Logistic Regression in TensorFlow Graphs and sessions TF Ops: constants, variables, functions TensorBoard Lazy loading Linear Regression: P 阅读全文
posted @ 2018-12-22 23:05 kexinxin 阅读(567) 评论(0) 推荐(0)
摘要: TensorFlow Ops 1. Fun with TensorBoard In TensorFlow, you collectively call constants, variables, operators as ops. TensorFlow is not just a software 阅读全文
posted @ 2018-12-22 23:04 kexinxin 阅读(689) 评论(0) 推荐(0)
摘要: Lecture note 1: Introduction to TensorFlow Why TensorFlow TensorFlow was originally created by researchers at Google as a single infrastructure for ma 阅读全文
posted @ 2018-12-22 23:03 kexinxin 阅读(273) 评论(0) 推荐(0)

2018年12月20日

摘要: Java Syntax Specification Programs <compilation unit> ::= <package declaration>? <import declarations>? <type declarations>? Declarations <package dec 阅读全文
posted @ 2018-12-20 00:57 kexinxin 阅读(244) 评论(0) 推荐(0)
摘要: java:方法的虚分派(virtual dispatch)和方法表(method table) Java方法调用的虚分派 虚分配(Virtual Dispatch) 首先从字节码中对方法的调用说起。Java的bytecode中方法的调用实现分为四种指令: invokevirtual为最常见的情况,包 阅读全文
posted @ 2018-12-20 00:56 kexinxin 阅读(3531) 评论(1) 推荐(3)
摘要: λ演算 λ演算(英文 lambda calculus, λ-calculus)是一套从数学逻辑中发展,以变量绑定和替换的规则,来研究函数如何抽象化定义,函数如何被应用以及递归形式系统。它在20世纪30年代首次发表。Lambda演算作为一种广泛用途的计算模型,可以清晰地定义什么是一个可计算函数,而任何 阅读全文
posted @ 2018-12-20 00:55 kexinxin 阅读(849) 评论(0) 推荐(0)
摘要: Live variable analysis In compiler theory, live variable analysis(or simply livenesss analysis) is a classic data-flow analysis performed by compilers 阅读全文
posted @ 2018-12-20 00:55 kexinxin 阅读(711) 评论(0) 推荐(1)
摘要: 深入理解Java垃圾回收机制 垃圾回收机制的意义 java语言中一个显著的特点就是引入了java回收机制,是C++程序员最头疼的内存管理问题迎刃而解,它使得java程序员在编写程序的时候不在考虑内存管理。由于有个垃圾回收机制,java中的额外对象不在有"作用域"的概念,只有对象的引用才有"作用域"。 阅读全文
posted @ 2018-12-20 00:55 kexinxin 阅读(256) 评论(0) 推荐(0)
摘要: 结构化操作语义 50年代是计算机语言兴起的年代,这一阶段的早期,计算机语言的设计往往要强调其"方便"的一面,而比较忽略其"严格"的一面,因而对语言的语义,甚至语法,未下严格的定义,从语言设计者和语言使用者对同一语言的语义缺乏共同的理解,造成一定程度的混乱。后来,在50年代和60年代间,面向语法的编译 阅读全文
posted @ 2018-12-20 00:54 kexinxin 阅读(1176) 评论(0) 推荐(0)
上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 58 下一页

导航