一份优秀BP的写作指南

Feb 21, 2017

一份优秀BP的写作指南一般教人创业的文章都会从为什么创业、该不该创业等很无趣的话题开始,但在这里我们抛去那些无聊的理论,从最实操的层面入手,在具象的操作中反过来寻找该不该创业及该如何创业的答案。试想,如果你作为一个创业者,除了在家埋头想点子、出门找合伙人等,真正迈出创业实操的第一步是什么?答案是写一个商业计划书。百度百科中对于商业计划书的官方定义是:商业计划书,是公司、企业或项目单位为了达到招商融资和其它发展目标,根据一定的格式和内容要求而编辑整理的一个向受众全面展示公司和项目目前状况、未...

Read more »

标签: business


第一个Tensor Flow的例子程序

Feb 13, 2017

第一个Tensor Flow的例子程序#coding=utf-8’’’生成三维数据,用平面去拟合‘’’import tensorflow as tfimport numpy as np’'’使用 NumPy 生成假数据(phony data), 总共 100 个点.’’’x_data = np.float32(np.random.rand(2, 100))y_data = np.dot([0.100, 0.200], x_data) + 0.300’'’构造一个线性模型’’’b = tf....

Read more »

标签: TensorFlow


10年老员工谈Google的软件工程实践(三)

Feb 13, 2017

4. People management4.1. RolesAs we’ll explain in more detail below, Google separates the engineering and management career progression ladders, separates the tech lead role from management, embeds research within engineering, and supports enginee...

Read more »

标签: software-engineering


shuniz =======>>> 博客.