As a hacker, do the hacking.

Here I mean the [hacker](http://en.wikipedia.org/wiki/Hacker_(term) ) . If you don't understand, never again.

Think in the hacker way.

Now I tried to experience the google photos. It's a new product since the Google IO conference 2015.

The most i want to experience is that google photos can distinguish animals from all your pictures. If you upload your photos there, the google parallel computing servers in Dalas Texas will do some machine learning based on tones of datasets those are derived from enormous objects to return you some pictures which are correspondng to your keywords.

Here I assump a fact that Google photos will not recognize your photos at the very first time after you have uploaded. Google photos will take some time backend on machine learning your photos. At this moment, your searching will not be responded.

Here I downloaded 10 photos of dogs. And try to upload all there.

And here's my google photos. I do not use that often.

Now I am trying to upload these photos at once.

I will perform search **dog** instantly after uploading's finished.

Now upload them all

No limited

And after you've finished uploading.

Try see your photos.

Yes they were upload.

Now try search ASAP.

At a time of

Not. But clearly you have uploaded 10 dog pictures.

Now think out of box. The parrallel coputing servers in Dalas are so busy learning your pictures, comparing your pictures with a enormous dataset which google had ever collected.

When can your get the **dog** result?

Later. ( I try to search it later)

In another way, all your privacy are under the inspection of google. Google can detect a dog, and also google can detect what a human is doing. It's about who, where, when, how and what. All in a photo and things will be revealed on a consumption of machine learning.

What do you think?

At the time of

I got a piece of result about **dog**.

Now the servers in Dalas has just labeled one of the 10 photos which i have uploaded. The next 9 is on-going.

As what google said, they can detech a dog successful at 85%.

If this is for real, in this instance, I could get 7-10 photos if the bias is not too big.

It is still on-going. Try to wait.

Now it's 10:54 P.M.

And yet still only one photo is labeled related to 'dog'.

Is google photos is that accurate?

The accuracy by now is 10%.

You've just uploaded your photos to google. And trust them. But they do not give you what you want to feel.

Or you could take google photos as an image/video warehouse for you. But you pay google/(big brother) with YOUR PRIVACY.

SO HOW ABOUT THAT?

---updated at 1:29 A.M. June 2015 ---

Now we can see almost 5 out of 10. Rate at 50%.

Still machine learning...

Google photos -- reverse thinking的更多相关文章

  1. 使用纯 CSS 实现 Google Photos 照片列表布局

    文章太长,因为介绍了如何一步一步进化到最后接近完美的效果的,不想读的同学可以直接跳到最后一个大标题之后看代码.demo及原理就好,或者也可以直接看下面这个链接的源代码. 不过还是建议顺序读下去,因为后 ...

  2. Say goodbye to my photos&videos

    刚刚得知一个悲惨的消息:虽然2012已经过去了,但是世界末日并未过去.嗯,我不是来严肃的,我是来搞笑的.毕竟,我已经如此伤心了.中午结束考试,下午看了一半的电影然后躺室友的床上睡了一觉,醒来看到阿姨发 ...

  3. (转) Graph-powered Machine Learning at Google

        Graph-powered Machine Learning at Google     Thursday, October 06, 2016 Posted by Sujith Ravi, S ...

  4. 谷歌 google

    google Google是搜索引擎名,也是一家美国上市公司名称.Google公司于1998年9月7日以私有股份公司的形式创立,以设计并管理一个互联网的搜索引擎.Google公司的总部称作“Googl ...

  5. 2015 GOOGLE I/O大会看点总结:新的开发工具及云端测试工具

        http://ask.android-studio.org/?/article/48 尽管凌晨开始的主题演讲略显晦涩并继承了谷歌一贯的东一句西一句想起啥说啥的混乱风格,但期待用技术改变世界的技 ...

  6. Google推出iOS功能性UI测试框架EarlGrey

    经过了一段时间的酝酿后,Google很高兴地宣布了EarlGrey,一款针对于iOS的功能性UI测试框架.诸如YouTube.Google Calendar.Google Photos.Google ...

  7. 10 Free Image Hosting Sites for Your Photos

    https://www.lifewire.com/free-image-hosting-sites-3486329 Wondering if there are there any good site ...

  8. 通过AI自学习,Google让Pixel 3的人像模式更优秀

    通过AI自学习,Google让Pixel 3的人像模式更优秀 Link: https://news.cnblogs.com/n/613720/ 虽然双摄手机已经在市场上普及,其所带来的人像模式.多倍变 ...

  9. 这是一份很有诚意的2017 Google I/O大会的汇总 & 解析

    前言 在刚过去的凌晨(北京时间 5月18日 1.00-3.00),一年一度的2017年Google I/O大会在美国谷歌山景城海岸线圆形剧场如期举行 Google I/O 大会:Innovation ...

随机推荐

  1. java阅读器hdfs单纯demo

    周围环境:eclipse + eclipse hadoop插入. hadoop + rhel6.4 package test; import java.io.IOException; import j ...

  2. python解析命令行

    可以解析这样的命令 ./cron_ctrl jobname1 --stop ;./cron_ctrl jobname1 --start;./cron_ctrl jobname1 --list #!/u ...

  3. EasyUi TreeGrid封装

    礼物一:树型实体的抽象与封装 所谓树型实体,就是具有树型结构关系的实体,比如省.市.区.对于初学者,可能会创建三张表进行存储,有经验的开发者通过引入ParentId将设计简化为一张表,但是基于Pare ...

  4. 网站静态化处理—CSI(5)

    网站静态化处理—CSI(5) 讲完了SSI,ESI,下面就要讲讲CSI了 ,CSI是浏览器端的动静整合方案,当我文章发表后有朋友就问我,CSI技术是不是就是通过ajax来加载数据啊,我当时的回答只是说 ...

  5. C语言库函数大全及应用实例七

    原文:C语言库函数大全及应用实例七 [编程资料]C语言库函数大全及应用实例七 函数名: getw 功 能: 从流中取一整数 用 法: int getw(FILE *strem); 程序例: #i nc ...

  6. tomcat源代码Catalina

    Catalina的作用是初始化各个组件,并開始启动各个组件. 上文中介绍了Bootstrap是怎样启动Catalina的,如今来看看Catalina的作用: 1,Catalina通过Digester类 ...

  7. 编程算法 - 二部图确定 代码(C)

    二部图确定 代码(C) 本文地址: http://blog.csdn.net/caroline_wendy 题目: 给定一个具有n个顶点的图. 要给图上每一个顶点染色, 而且要使相邻的顶点颜色不同.  ...

  8. WEB浏览器与服务器通讯过程

    以访问网页www.baidu.com为例,下面是使用Wireshark捕捉到的数据: 浏览器先发起一个TCP连接,然后发送GET报文给服务器,服务器之后返回一个Response报文. 从服务器端返回时 ...

  9. 有return如果是try catch finally运行命令

    背景: 昨天一个朋友出去采访,遇到这样的问题:"C#  catch那里return.finally也弄它运行?" 个人总结实践: 1.无论有木有出现异常.finally块中代码都会 ...

  10. 【MS SQL】查看任务执行进度

    原文:[MS SQL]查看任务执行进度 备份或还原数据库时,我一般是用MS SQL工具向导来进行,由于工具向导没有显示任务执行过程的状态, 如果数据库比较大执行时间较长的话,对任务啥时候执行完成比较迷 ...