自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 收藏
  • 关注

原创 mnist 神经网络——tensorflow基础

使用两层卷积层搭建的卷积神经网络,实现mnist的识别。 使用了两层卷积+池化层,一层全连接层(fully connected layer),并在全连接层中使用dropout以防止过拟合。 代码: # -*- coding: utf-8 -*- """ Created on Sat Jul 21 05:13:22 2018 @author: czx """ import tensorf...

2018-07-24 21:45:08 275

原创 MNIST softmax——tensorflow初学

花了一上午终于搞定了anaconda,tensorflow,使用spyder IDE写机器学习代码 tensorflow入门 MNIST手写数字识别。模仿着教程的代码写,也算小有收获。 以下代码: # -*- coding: utf-8 -*- """ Created on Fri Jul 20 14:12:45 2018 @author: czx """ # create a sof...

2018-07-20 22:55:15 251

原创 codeforcces 1000C 模拟+思维

C. Covered Points Counttime limit per test3 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputYou are given nn segments on a coordinate line; each endpoint of every segm...

2018-07-01 10:50:13 435

原创 Codeforces 1000B 贪心+模拟

B. Light It Uptime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputRecently, you bought a brand new smart lamp with programming features. At first, you ...

2018-07-01 10:41:30 450

原创 Codeforecs 991D 暴力模拟

D. Bishwocktime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputBishwock is a chess figure that consists of three squares resembling an "L-bar". This fi...

2018-07-01 10:33:10 305

原创 Codeforces 991C 二分

C. Candiestime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputAfter passing a test, Vasya got himself a box of nn candies. He decided to eat an equal a...

2018-07-01 10:29:23 754

原创 Codeforces 991B 水题

B. Getting an Atime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputTranslator's note: in Russia's most widespread grading system, there are four grades...

2018-07-01 10:25:43 355

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除