上一页 1 ··· 157 158 159 160 161 162 163 164 165 ··· 273 下一页
摘要: 基于深度学习和迁移学习的识花实践(转) 深度学习是人工智能领域近年来最火热的话题之一,但是对于个人来说,以往想要玩转深度学习除了要具备高超的编程技巧,还需要有海量的数据和强劲的硬件。不过 TensorFlow 和 Keras 等框架的出现大大降低了编程的复杂度,而迁移学习的思想也允许我们利用现有的模 阅读全文
posted @ 2018-04-23 19:47 bonelee 阅读(14709) 评论(1) 推荐(4)
摘要: 以上示例都是人类的迁移学习的能力。 迁移学习是什么? 所谓迁移学习,或者领域适应Domain Adaptation,一般就是要将从源领域(Source Domain)学习到的东西应用到目标领域(Target Domain)上去。源领域和目标领域之间往往有gap/domain discrepancy( 阅读全文
posted @ 2018-04-23 19:36 bonelee 阅读(27866) 评论(0) 推荐(2)
摘要: 转自:https://www.zhihu.com/question/41979241/answer/247421889 1. 前言 迁移学习(Transfer Learning,TL)对于人类来说,就是掌握举一反三的学习能力。比如我们学会骑自行车后,学骑摩托车就很简单了;在学会打羽毛球之后,再学打网 阅读全文
posted @ 2018-04-23 16:04 bonelee 阅读(7177) 评论(0) 推荐(0)
摘要: 粗体部分示例: 阅读全文
posted @ 2018-04-23 15:21 bonelee 阅读(282) 评论(0) 推荐(0)
摘要: 转自:http://blog.csdn.net/cywosp/article/details/38017027 在上一篇文章(http://blog.csdn.net/cywosp/article/details/38014581)中讲到了使用HTTP重定向来实现服务器的负载均衡,本文则讲解另一种实 阅读全文
posted @ 2018-04-20 14:53 bonelee 阅读(18111) 评论(1) 推荐(4)
摘要: Given a sorted linked list, delete all duplicates such that each element appear only once. For example, Given 1->1->2, return 1->2. Given 1->1->2->3-> 阅读全文
posted @ 2018-04-18 23:40 bonelee 阅读(332) 评论(0) 推荐(0)
摘要: Given an integer array nums, find the contiguous subarray (containing at least one number) which has the largest sum and return its sum. Example: Inpu 阅读全文
posted @ 2018-04-18 18:03 bonelee 阅读(308) 评论(0) 推荐(0)
摘要: Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center). For example, this binary tree [1,2,2,3,4,4,3] is symmet 阅读全文
posted @ 2018-04-18 15:52 bonelee 阅读(206) 评论(0) 推荐(0)
摘要: Write a function that takes an unsigned integer and returns the number of ’1' bits it has (also known as the Hamming weight). For example, the 32-bit 阅读全文
posted @ 2018-04-17 23:22 bonelee 阅读(254) 评论(0) 推荐(0)
摘要: Lust for victory will not give you the victory. You must receive the victory from your opponent. He has no choice but to give it to you because he wil 阅读全文
posted @ 2018-04-17 11:34 bonelee 阅读(234) 评论(0) 推荐(0)
上一页 1 ··· 157 158 159 160 161 162 163 164 165 ··· 273 下一页