上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 72 下一页
摘要: 一面: 1 自我介绍 项目介绍。 2 RNN 原理,LSTM原理,GBDT原理,XGB与GBDT的改进。 3 多模匹配,字典树,链表环找入口。 4 c++ static 关键字 5 多线程,线程安全 6 liunx awk 命令 读取文件前10行。。 二面: 1 项目介绍,自我介绍 2 特征工程有什 阅读全文
posted @ 2018-06-14 15:07 乐乐章 阅读(331) 评论(0) 推荐(0) 编辑
摘要: labuladong 题解思路 难度中等 1270 在一条环路上有 n 个加油站,其中第 i 个加油站有汽油 gas[i] 升。 你有一辆油箱容量无限的的汽车,从第 i 个加油站开往第 i+1 个加油站需要消耗汽油 cost[i] 升。你从其中的一个加油站出发,开始时油箱为空。 给定两个整数数组 g 阅读全文
posted @ 2018-06-12 14:53 乐乐章 阅读(317) 评论(0) 推荐(0) 编辑
摘要: All DNA is composed of a series of nucleotides abbreviated as A, C, G, and T, for example: "ACGAATTCCG". When studying DNA, it is sometimes useful to 阅读全文
posted @ 2018-06-12 14:02 乐乐章 阅读(136) 评论(0) 推荐(0) 编辑
摘要: Given an integer n, return the number of trailing zeroes in n!. Example 1: Input: 3 Output: 0 Explanation: 3! = 6, no trailing zero. Example 2: Input: 阅读全文
posted @ 2018-06-11 16:39 乐乐章 阅读(168) 评论(0) 推荐(0) 编辑
摘要: Given a column title as appear in an Excel sheet, return its corresponding column number. For example: A -> 1 B -> 2 C -> 3 ... Z -> 26 AA -> 27 AB -> 阅读全文
posted @ 2018-06-11 14:41 乐乐章 阅读(216) 评论(0) 推荐(0) 编辑
摘要: Given a 2d grid map of '1's (land) and '0's (water), count the number of islands. An island is surrounded by water and is formed by connecting adjacen 阅读全文
posted @ 2018-06-11 14:31 乐乐章 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 问题: Natural language sentence matching (NLSM),自然语言句子匹配,是指比较两个句子并判断句子间关系,是许多任务的一项基本技术。针对NLSM任务,目前有两种流行的深度学习框架。一种是Siamese network: 对两个输入句子通过同样的神经网络结构得到两 阅读全文
posted @ 2018-06-07 15:08 乐乐章 阅读(2161) 评论(0) 推荐(0) 编辑
摘要: 解决的问题 自然语言推理,判断a是否可以推理出b。简单讲就是判断2个句子ab是否有相同的含义。 方法 我们的自然语言推理网络由以下部分组成:输入编码(Input Encoding ),局部推理模型(Local Inference Modeling ),和推理合成(inference composit 阅读全文
posted @ 2018-05-28 16:27 乐乐章 阅读(4508) 评论(1) 推荐(3) 编辑
摘要: http://www.xue63.com/toutiaojy/20180327G0DXP000.html 本文提出一种简单的自然语言推理任务下的神经网络结构,利用注意力机制(Attention Mechanism)将问题分解为可以单独解决的子问题,从而实现了并行化。在斯坦福自然语言推理(SNLI)数 阅读全文
posted @ 2018-05-28 15:04 乐乐章 阅读(799) 评论(0) 推荐(0) 编辑
摘要: 代码: keras:https://github.com/phdowling/abcnn-keras tf:https://github.com/galsang/ABCNN 本文是Wenpeng Yin 该作者之前还发过一篇《Convolutional Neural Network Architec 阅读全文
posted @ 2018-05-27 16:10 乐乐章 阅读(776) 评论(0) 推荐(0) 编辑
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 72 下一页