上一页 1 2 3 4 5 6 7 8 ··· 46 下一页
摘要: A. Palindromic Twist A. Palindromic Twist You are given a string ss consisting of nn lowercase Latin letters. nn is even. For each position ii (1≤i≤n1 阅读全文
posted @ 2018-08-19 16:16 starry_sky 阅读(376) 评论(0) 推荐(0) 编辑
摘要: A. Single Wildcard Pattern Matching A. Single Wildcard Pattern Matching You are given two strings ss and tt. The string ss consists of lowercase Latin 阅读全文
posted @ 2018-08-18 09:34 starry_sky 阅读(394) 评论(0) 推荐(0) 编辑
摘要: 1、神经网络是什么? 神经网络由输入层、隐藏层和输出层组成,长相如下图所示。对于一些问题来说用线性回归可以解决,但有些问题用线性很麻烦,而用神经网络就很轻松了,各有各的优缺点。对于神经网络来说,是一种非线性的,输入参数,通过隐藏层输出结果。这隐藏层中,每一层都是根据前一层得到的,在进行wx+b运算后 阅读全文
posted @ 2018-08-16 21:25 starry_sky 阅读(1093) 评论(0) 推荐(0) 编辑
摘要: Problem Description There is an apple tree in front of Taotao's house. When autumn comes, n apples on the tree ripen, and Taotao will go to pick these 阅读全文
posted @ 2018-08-16 19:57 starry_sky 阅读(451) 评论(0) 推荐(0) 编辑
摘要: Problem Description In computer science, a character is a letter, a digit, a punctuation mark or some other similar symbol. Since computers can only p 阅读全文
posted @ 2018-08-16 16:32 starry_sky 阅读(325) 评论(0) 推荐(0) 编辑
摘要: 由于本人知识有限,如有写错的地方,还请谅解并指出,谢谢! 1、梯度下降 预备知识 目标函数:f(x) = w*x+b ,在给定的训练集中有(X,Y),X为输入参数,Y为输出结果。我们需要找到一组w和b,使的w*x+b 的值接近Y,并且误差最小,那么f(x) = w*x+b 就是目标函数。根据已知的参 阅读全文
posted @ 2018-08-13 19:58 starry_sky 阅读(1006) 评论(1) 推荐(0) 编辑
摘要: Consider nn initial strings of lower case letters, where no initial string is a prefix of any other initial string. Now, consider choosing kk of the s 阅读全文
posted @ 2018-08-11 19:33 starry_sky 阅读(536) 评论(0) 推荐(0) 编辑
摘要: A. The Rank A. The Rank John Smith knows that his son, Thomas Smith, is among the best students in his class and even in his school. After the student 阅读全文
posted @ 2018-08-11 19:30 starry_sky 阅读(293) 评论(0) 推荐(0) 编辑
摘要: A Alisha's Party Princess Alisha invites her friends to come to her birthday party. Each of her friends will bring a gift of some value vv, and all of 阅读全文
posted @ 2018-08-08 10:55 starry_sky 阅读(383) 评论(0) 推荐(0) 编辑
摘要: A 灯塔 题目描述 Z市是一座港口城市,来来往往的船只依靠灯塔指引方向。 在海平面上,存在n个灯塔。每个灯塔可以照亮以它的中心点为中心的90°范围。特別地, 由于特殊限制,每个灯塔照亮范围的角的两条边必须要么与坐标轴平行要么与坐标轴成45°。 由于经费限制,Z市的灯塔只能被点亮一座。你需要求出在这种 阅读全文
posted @ 2018-08-05 13:55 starry_sky 阅读(319) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 46 下一页