摘要: 一、类与对象 1、类类的定义public class 类名{//属性//方法}属性访问修饰符(private) 属性类型 属性名;方法访问修饰符(public) 返回值类型 方法名(参数类型 参数名,…){ //方法体} 2、对象对象的创建和方法的使用类名 对象名... 阅读全文
posted @ 2018-07-05 21:54 怡人Iris 阅读(490) 评论(0) 推荐(0) 编辑
摘要: 1、1202 排序http://ac.jobdu.com/problem.php?pid=1202#include#include//引入math头文件using namespace std;int main(){ int n; int buf[10000]; while(s... 阅读全文
posted @ 2017-03-05 21:38 怡人Iris 阅读(124) 评论(0) 推荐(0) 编辑
摘要: Deep Learning Papers Reading Roadmap 地址: https://github.com/songrotek/Deep-Learning-Papers-Reading-Roadmap?utm_source=tuicool&utm_medium=referral 参考: 阅读全文
posted @ 2016-10-25 20:40 怡人Iris 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 一、TensorFlow运作方式入门fully_connected_feed.py# Copyright 2015 Google Inc. All Rights Reserved.## Licensed under the Apache License, Version 2.... 阅读全文
posted @ 2016-10-21 19:12 怡人Iris 阅读(263) 评论(0) 推荐(0) 编辑
摘要: # load MNIST dataimport input_datamnist = input_data.read_data_sets("Mnist_data/", one_hot=True)# start tensorflow interactiveSessionimpor... 阅读全文
posted @ 2016-10-19 21:38 怡人Iris 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 一、mnist手写识别代码运行过程1 下载数据库 在http://yann.lecun.com/exdb/mnist/下载上面提到的4个gz文件,放到本地目录如 /t... 阅读全文
posted @ 2016-10-19 20:48 怡人Iris 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 1. 安装真正从零开始,TensorFlow 详细安装入门图文教程: http://www.leiphone.com/news/201606/ORlQ7uK3TIW8xVGF.... 阅读全文
posted @ 2016-10-19 20:42 怡人Iris 阅读(80) 评论(0) 推荐(0) 编辑
摘要: 新建网页 导航1 导航2 导航3 ... 阅读全文
posted @ 2016-01-25 21:29 怡人Iris 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 抽奖中的BIGBANG专辑MADE series A。开森哈哈哈。今天下雪了,初雪鸭霸王牛肉干芒果榴莲地瓜最配了。好撑咕~~(╯﹏╰)b有语义标签:divspan 无语义标签:标题:h1-h6段落:p图片:img视频:embed超链接、锚点:a无序列表:ul有序列表:ol表格... 阅读全文
posted @ 2016-01-23 22:49 怡人Iris 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 在外面浪了几天哈哈,然后今天继续学习咯。 顺便分享一只吃草少女。 一、文字1、分别设置斜正:font-style粗细:font-weight大小:font-size行距:line-height字体:font-family2、统一设... 阅读全文
posted @ 2016-01-19 21:46 怡人Iris 阅读(167) 评论(0) 推荐(0) 编辑