E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Explanation
leetcode每日一题题解—— 611. 有效三角形的个数——2021年8月4日
returnthenumberoftripletschosenfromthearraythatcanmaketrianglesifwetakethemassidelengthsofatriangle.Example1:Input:nums=[2,2,3,4]Output:3
Explanation
哦?是轩轩呀
·
2023-04-04 00:41
二分法
算法
leetcode
数据结构
java
LeetCode #3 Longest Substring Without Repeating Characters 无重复字符的最长子串
findthelengthofthelongestsubstringwithoutrepeatingcharacters.Example:Example1:Input:"abcabcbb"Output:3
Explanation
air_melt
·
2023-04-03 08:36
LeetCode题解(九)0800-0899,android程序员面试笔试宝典
Returnthenumberofdifferenttransformationsamongallwordswehave.Example:Input:words=[“gin”,“zen”,“gig”,“msg”]Output:2
Explanation
m0_66264673
·
2023-04-03 06:28
程序员
架构
移动开发
android
056 Merge Intervals
mergealloverlappingintervals.tips:这题是北航2017年推免生的机试题Example:Input:[[1,3],[2,6],[8,10],[15,18]]Output:[[1,6],[8,10],[15,18]]
Explanation
烟雨醉尘缘
·
2023-04-01 21:42
完美解释 Javascript 响应式编程原理
深入响应式原理—Vue.jshttps://medium.com/vue-mastery/the-best-
explanation
-of-javascript-reactivity-fea6112dd80dhttps
weixin_34166472
·
2023-04-01 01:56
javascript
前端
ViewUI
LeetCode 1480. Running Sum of 1d Array
Givenanarraynums.WedefinearunningsumofanarrayasrunningSum[i]=sum(nums[0]…nums[i]).Returntherunningsumofnums.Example1:Input:nums=[1,2,3,4]Output:[1,3,6,10]
Explanation
cb_guo
·
2023-03-31 08:55
Edit Distance
给定两个字符串word1,word2,求从word1变到word2所需要的最小步骤,没次变化只能是增删改其中一个字母Example1:Input:word1="horse",word2="ros"Output:3
Explanation
瞬铭
·
2023-03-27 20:40
连续最大一锅端
https://leetcode.com/problems/maximum-subarray/给定一个数组,求连续最大和的子数组Input:[-2,1,-3,4,-1,2,1,-5,4],Output:6
Explanation
瞬铭
·
2023-03-27 10:29
233. Number of Digit One
countthetotalnumberofdigit1appearinginallnon-negativeintegerslessthanorequalton.Example:Input:13Output:6
Explanation
禾囱
·
2023-03-26 19:48
Longest Substring Without Repeating Characters
longest-substring-without-repeating-characters/publicclassLongestSubstringWithoutRepeatingCharacters{/***Input:"abcabcbb"Output:3
Explanation
浪子_byte
·
2023-03-21 03:12
Longest Substring Without Repeating Characters
原题链接-MExampleInput:"abcabcbb"Output:3
Explanation
:Theansweris"abc",withthelengthof3.时间复杂度:O(N)-空间复杂度:O
Jun_简书
·
2023-03-20 22:16
Chapter16 Ⅰ~Ⅳ
Expressions1.tugHebent-tuggingatthebody.Veraleanedagainsthim,helpinghim.Shepulledandtuggedwithallhermight.
explanation
草叮
·
2023-03-16 21:52
论文阅读:《
Explanation
-Guided Training for Cross-Domain Few-Shot Classification》
最近都在忙比赛的事情真拖了很久没有来更新我的论文阅读了……一下子都五月底了时间可太快了……论文名称:《
Explanation
-GuidedTrainingforCross-DomainFew-ShotClassification
LiBiscuit
·
2023-03-16 11:28
Eng: Several Concepts
Explanation
Thestandarddeviation,orSD,measurestheamountofvariabilityordispersionforasubjectsetofdatafromthemean,whilethestandarderrorofthemean,orSEM,measureshowfarthesamplemeanofthedataislikelytobefromthetruepopu
Vince_zzhang
·
2023-03-10 12:39
【算法】Longest Substring Without Repeating Characters 最长无重复字符子串
Givenastring,findthelengthofthelongestsubstringwithoutrepeatingcharacters.Example1:Input:"abcabcbb"Output:3
Explanation
无良剑染
·
2023-03-09 10:01
LeetCode题解
分配饼干455.AssignCookies(Easy)Input:[1,2],[1,2,3]Output:2
Explanation
:Youhave2childrenand3cookies.Thegreedfactorsof2childrenare1,2
CoderRuL
·
2023-02-21 12:37
数据结构与算法
LeetCode
算法
翻译《美国简介》第66-70节
Answer:1787
Explanation
:Haveyoueverworkedhardtowritealongreportoressayandthenwaitedanxiously(orwithalotofworryandstress
jaychu28
·
2023-02-18 00:15
DP
LC279.PerfectSquaresInput:n=13Output:2
Explanation
:13=4+9.publicintnumSquares(intn){int[]dp=newint[n+1
猛男向前冲冲冲
·
2023-02-06 18:40
2020-05-06 343. Integer Break Medium
breakitintothesumofatleasttwopositiveintegersandmaximizetheproductofthoseintegers.Returnthemaximumproductyoucanget.Example1:Input:2Output:1
Explanation
_伦_
·
2023-02-06 14:46
APT
APT-概念了解友情链接:https://lizhaoxuan.github.io/2016/07/17/apt-Grammar-
explanation
/https://github.com/Gavin-ZYX
1024HOPE
·
2023-02-04 12:09
191. Number of 1 Bits
Writeafunctionthattakesanunsignedintegerandreturnthenumberof'1'bitsithas(alsoknownastheHammingweight).Example1:Input:00000000000000000000000000001011Output:3
Explanation
西鼠
·
2023-02-02 13:24
70.climbStairs
Note:Givennwillbeapositiveinteger.Example1:Input:2Output:2
Explanation
:
花落花开花满天
·
2023-02-02 02:36
2. Add Two Numbers
Example:Input:(2->4->3)+(5->6->4)Output:7->0->8
Explanation
:342+465=807.publicListNodeaddTwoNumbers(ListNodel1
AThornBird
·
2023-02-01 08:36
C46115 Day11否认前因
thentheyareverypoliticallyconservative.Premise:Ourbetterteachersarenottenured.Conclusion:Therefore,ourbetterteachersarenotconservative.
Explanation
盛景难言
·
2023-02-01 01:13
The truth of gradient-based
explanation
methods
Insanitychecks,theauthordiscussedthecaseofoneconvolutionallayer,wheregradientwillactasanedgedetector.ThegradientisScreenShot2019-10-08at11.01.54AM.pngItisnowclearwhyedgeswillbevisibleintheproducedgrad
阮恒
·
2023-01-31 22:47
204.Count Primes
204.CountPrimesCountthenumberofprimenumberslessthananon-negativenumber,n.Example:Input:10Output:4
Explanation
hanxingruo
·
2023-01-30 15:48
LeetCode(Python3)5.最长回文子串
Question:Givenastrings,returnthelongestpalindromicsubstringins.Example1:Input:s="babad"Output:"bab"
Explanation
Rich Sniper
·
2023-01-29 04:20
LeetCode
leetcode
算法
职场和发展
leetcode 530. Minimum Absolute Difference in BST(python)
Givenabinarysearchtreewithnon-negativevalues,findtheminimumabsolutedifferencebetweenvaluesofanytwonodes.Example1:Input:1\3/2Output:1
Explanation
王大丫丫
·
2023-01-21 16:30
leetcode
leetcode
算法
python
[leetcode]: 530. Minimum Absolute Difference in BST
Givenabinarysearchtreewithnon-negativevalues,findtheminimumabsolutedifferencebetweenvaluesofanytwonodes.Example:Input:1\3/2Output:1
Explanation
沐沐余风
·
2023-01-21 16:29
leetcode
leetcode
BST
530. Minimum Absolute Difference in BST(python+cpp)
Givenabinarysearchtreewithnon-negativevalues,findtheminimumabsolutedifferencebetweenvaluesofanytwonodes.Example:Input:1\3/2Output:1
Explanation
小湉湉
·
2023-01-21 16:48
LeetCode
[Leetcode] 530. Minimum Absolute Difference in BST 解题报告
Givenabinarysearchtreewithnon-negativevalues,findtheminimumabsolutedifferencebetweenvaluesofanytwonodes.Example:Input:1\3/2Output:1
Explanation
魔豆Magicbean
·
2023-01-21 16:47
IT公司面试习题
Leetcode
解题报告
Binary
Search
Tree
[leetcode] 530. Minimum Absolute Difference in BST
Givenabinarysearchtreewithnon-negativevalues,findtheminimumabsolutedifferencebetweenvaluesofanytwonodes.Example:Input:1\3/2Output:1
Explanation
TstsUgeg
·
2023-01-21 16:39
leetcode
BST
LeetCode-530. Minimum Absolute Difference in BST (Java)
Givenabinarysearchtreewithnon-negativevalues,findtheminimumabsolutedifferencebetweenvaluesofanytwonodes.Example:Input:1\3/2Output:1
Explanation
NOadu
·
2023-01-21 16:38
实实在在刷点题
LeetCode
二叉搜索树
Minimum
Absolute
Dif
Java
【2022】Do Explanations Explain? Model Knows Best
Abstract很多文献试着去打开输入特征到神经网络输出这个黑箱,这些explanations指出了不同特征都很重要,但是那个
explanation
值得我们trust?
Ziy.
·
2023-01-18 03:50
论文阅读
神经网络
深度学习
人工智能
Maximum Subarray/code 11
containingatleastonenumber)whichhasthelargestsumandreturnitssum.Example:Input:[-2,1,-3,4,-1,2,1,-5,4],Output:6
Explanation
weixin_40740785
·
2023-01-08 09:55
338. 比特位计数(javascript)338. Counting Bits
>10示例2:输入:n=5输出:[0,1,1,2,1,2]解释:0-->01-->12-->103-->114-->1005-->101Example1:Input:n=2Output:[0,1,1]
Explanation
加蓓努力我先飞
·
2023-01-05 21:37
leetcode
leetcode
算法
职场和发展
梯度下降算法_深度学习——梯度下降可视化(Adam,AdaGrad,Momentum,RMSProp)
AVisualExplanationofGradientDescentMethods(Momentum,AdaGrad,RMSProp,Adam)byLiliJianghttps://towardsdatascience.com/a-visual-
explanation
-of-gradient-descent-methods-momentum-adagrad
weixin_39895283
·
2022-12-30 19:58
梯度下降算法
LeetCode 876. Middle of the Linked List
returnthemiddlenodeofthelinkedlist.Iftherearetwomiddlenodes,returnthesecondmiddlenode.Example1:Input:head=[1,2,3,4,5]Output:[3,4,5]
Explanation
wenyq7
·
2022-12-24 00:59
LeetCode
leetcode
用于跨域(Cross-Domain)少样本( Few-Shot)分类的由解释引导(
Explanation
-Guided)的训练
Explanation
-GuidedTrainingforCross-DomainFew-ShotClassification目录0.摘要0.1关键词和名词解释1.简介2.相关研究2.1Few-shotClassification
EDPJ
·
2022-12-16 23:07
论文笔记
人工智能
计算机视觉
机器学习之八(读书笔记)
(一)介绍
explanation
分为两大类: (1)LocalExplanation 今天已经给机器一张图片
L_cherry_
·
2022-12-15 05:54
人工智能读书笔记
机器学习
python
人工智能
卷积神经网络的直观解释
点击上方“小白学视觉”,选择加"星标"或“置顶”重磅干货,第一时间送达英文原文:https://ujjwalkarn.me/2016/08/11/intuitive-
explanation
-convnets
小白学视觉
·
2022-12-10 12:08
卷积
神经网络
卷积神经网络
算法
python
【Github】目标检测组会内容分享
讲解目标检测领域比较重要的论文,比如R-CNN、SPP-Net等经典论文,资料已经打包好上传到我的github仓库,仓库地址为:https://github.com/biluko/Object-detection-paper-
explanation
-PPT-PDF
旅途中的宽~
·
2022-12-04 04:20
目标检测经典论文导读
Github
目标检测
深度学习
人工智能
springboot读取json文件并存入数据库
1、json格式形如[{"word":"嗄","oldword":"嗄","strokes":"13","pinyin":"á","radicals":"口","
explanation
":"嗄〈叹〉\n
夕冰
·
2022-12-04 03:49
Mybatis
SpringBoot
美国DARPA204页可解释人工智能文献综述论文《
Explanation
in Human-AI Systems》
来源:专知摘要:本文介绍Arxiv上的《ExplanationinHuman-AISystems》,一篇关于可解释机器学习的综述,介绍了可解释机器学习的多学科观点、历史研究、模型、关键点等。可解释AI是现在正火热的科研和工程问题。Arxiv上一篇《ExplanationinHuman-AISystems:ALiteratureMeta-ReviewSynopsisofKeyIdeasandPubl
人工智能学家
·
2022-12-01 10:40
论文阅读:Evaluating
explanation
without ground truth in interpretable machine learning
https://arxiv.org/abs/1907.06831YangF,DuM,HuX.Evaluatingexplanationwithoutgroundtruthininterpretablemachinelearning[J].arXivpreprintarXiv:1907.06831,2019.0Abstract可解释机器学习(IML)在许多现实世界的应用中变得越来越重要,例如自动驾驶
LET IT BE
·
2022-11-27 13:12
人工智能
机器学习
leetcode 1926. Nearest Exit from Entrance in Maze(迷宫最近的出口)
Input:maze=[[“+”,“+”,“.”,“+”],[“.”,“.”,“.”,“+”],[“+”,“+”,“+”,“.”]],entrance=[1,2]Output:1
Explanation
:
蓝羽飞鸟
·
2022-11-22 05:17
leetcode
leetcode
深度优先
算法
LeetCode算法c++刷题-addTwonumbers
Input:(2->4->3)+(5->6->4)Output:7->0->8
Explanation
:342+465=807.解题思路:需要注意各种进位情况。
云端舞步
·
2022-11-19 17:47
LeetCode算法c++刷题
算法
leetcode
c++
机器学习 卷积神经网络 Convolutional Neural Network(CNN)
对于CNN,有两种解释方法:
Explanation
1:NeuronVersion如上图所示:输入:image(假设大小固定为100x100,若非100x100的图片则需要rescale后再放入影像辨识系统中
聪明的Levi
·
2022-11-03 08:38
深度学习
神经网络
机器学习
CNN
代码随想录算法训练营第二天| 977.有序数组的平方 ,209.长度最小的子数组 ,59.螺旋矩阵II
returnanarrayofthesquaresofeachnumbersortedinnon-decreasingorder.Example1:Input:nums=[-4,-1,0,3,10]Output:[0,1,9,16,100]
Explanation
小雨_dea7
·
2022-10-28 06:36
SHAP(SHapley Additive
exPlanation
):Python的可解释机器学习库
可解释机器学习在这几年慢慢成为了机器学习的重要研究方向。作为数据科学家需要防止模型存在偏见,且帮助决策者理解如何正确地使用我们的模型。越是严苛的场景,越需要模型提供证明它们是如何运作且避免错误的证据关于模型解释性,除了线性模型和决策树这种天生就有很好解释性的模型意外,sklean中有很多模型都有importance这一接口,可以查看特征的重要性。其实这已经含沙射影地体现了模型解释性的理念。只不过传
python机器学习建模
·
2022-10-04 07:21
python生物信息学
python风控模型
机器学习
python
决策树
shap
变量解释性
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他