DataMining:TheTextbookBy作者:CharuC.AggarwalISBN-10书号:3319141414ISBN-13书号:9783319141411Edition版本:2015出版日期:2015-04-14pages页数:(734)$89.99Thistextbookexploresthedifferentaspectsofdataminingfromthefundamentalstothecomplexdatatypesandtheirapplications,capturingthewidediversityofproblemdomainsfordataminingissues.Itgoesbeyondthetraditionalfocusondataminingproblemstointroduceadvanceddatatypessuchastext,timeseries,discretesequences,spatialdata,graphdata,andsocialnetworks.Untilnow,nosinglebookhasaddressedallthesetopicsinacomprehensiveandintegratedway.Thechaptersofthisbookfallintooneofthreecategories:Fundamentalchapters:Datamininghasfourmainproblems,whichcorrespondtoclustering,classification,associationpatternmining,andoutlieranalysis.Thesechapterscomprehensivelydiscussawidevarietyofmethodsfortheseproblems.Domainchapters:Thesechaptersdiscussthespecificmethodsusedfordifferentdomainsofdatasuchastextdata,time-seriesdata,sequencedata,graphdata,andspatialdata.Applicationchapters:Thesechaptersstudyimportantapplicationssuchasstreammining,Webmining,ranking,recommendations,socialnetworks,andprivacypreservation.Thedomainchaptersalsohaveanappliedflavor.Appropriateforbothintroductoryandadvanceddataminingcourses,DataMining:TheTextbookbalancesmathematicaldetailsandintuition.Itcontainsthenecessarymathematicaldetailsforprofessorsandresearchers,butitispresentedinasimpleandintuitivestyletoimproveaccessibilityforstudentsandindustrialpractitioners(includingthosewithalimitedmathematicalbackground).Numerousillustrations,examples,andexercisesareincluded,withanemphasisonsemanticallyinterpretableexamples.
2023/12/10 1:06:56 9.81MB network
1
GetDataGraphDigitizer(图形数字化软件)是一款非常专业的图形数字化软件,该软件功能强大,采用先进的自动化数值算法,可以帮助用户快速的将多种格式的图片转换成矢量图,从文章中提取图片和图标,实现了完全的数字化操作,支持多种图片格式,需要的朋友欢迎下载!软件特色数字化自动数字化GetData图形数字化仪包括两种用于自动数字化的算法。
自动跟踪线此方法旨在数字
2023/11/26 22:53:03 1.03MB 图形图像
1
本资源为随机有限集学习的matlab代码资源,如不能运行,请私聊联系博主!主要内容为随机有限集在多目标跟踪领域的应用,有PHD、Bernoulli、Cbmember、Glmb滤波的实现。
2023/11/24 17:40:51 73KB 随机有限集 matlab 多目标跟踪 rfs
1
课程大纲每节课资料提前5天发放第1章本节大纲”破解“算法面试"Hack"theAlgorithmInterview算法面试究竟考什么史上最全的算法面试考点大全2013-2018面试难度变化如何在最有效率的准备算法面试如何在不押题的情况下更有信息的去面试2018/6/24上午9:30:00第2章本节大纲二分与LogN算法BinarySearch&LogNAlgorithm二分法三重境界二分位置之满足条件的第一次-BinarySearchonIndex-OOXX二分位置之保留一半-BinarSearchonIndex-Halfhalf二分答案-BinarySearchonResult学习BinarySearch的通用模板,不再死循环讲解SearchinRotatedSortedArray等10道高频二分搜索题2018/7/1上午9:30:00第3章本节大纲为面试而生的双指针算法TwoPointersAlgorithmTwoSum问题及他的各种扩展TwoSum&Follow-ups其他高频的双指针问题2018/7/2上午9:30:00第4章本节大纲宽度优先搜索和拓扑排序BFS&TopologicalSorting二叉树上的宽搜BFSinBinaryTree二叉树的序列化问题BinaryTreeSerialization图上的宽搜BFSinGraph拓扑排序TopologicalSorting棋盘上的宽搜BFSinChessboard2018/7/15上午9:30:00第5章本节大纲基于树的深度优先搜索Tree-basedDFS二叉树的深度优先遍历BinaryTreeDFSTraversal先序/中序/后序Preorder/inorder/postorder二叉树中的分治算法Divide&ConquerDFS模板IntroduceDFSTemplate二叉树高频面试问题递归三要素遍历算法与分治算法对比TraversevsDivideConquer2018/7/16上午9:30:00第6章本节大纲基于组合的深度优先搜索Combination-basedDFS组合类深搜CombinationDFS排列类深搜PermutationDFS图上的深搜GraphDFS非递归的深搜实现方法Non-Recursion2018/7/22上午9:30:00第7章本节大纲基于排列、图的深度优先搜索Permutation/GraphbasedDFSTBD2018/7/23上午9:30:00第8章本节大纲数据结构-栈,队列,哈希表与堆Stack,Queue,Hash&Heap哈希表Hash常用的哈希库的区别HashSetvsHashMapvsHashTable哈希表的实现原理BasicHashKnowledge哈希函数HashFunction冲突的解决方法Collision开散列OpenHashing闭散列ClosedHashing哈希扩容Rehashing哈希表高频面试题HighFrequentlyAskedHashQuestions堆堆的基本原理BasicHeapKnowledge优先队列与堆的联系和区别PriorityQueuevsHeap堆的高频面试题HighFrequentlyAskedHeapQuestions堆的代替品:TreeMap2018/7/29上午9:30:00第9章本节大纲数据结构-区间、数组、矩阵与树状数组Interval,Array,Matrix&BinaryIndexedTree数组Array子数组及相关面试题Subarray&RelatedQuestions其他高频数组问题HighFrequentAskedArrayQuestionsTBD2018/7/30上午9:30:00课程更新日志
2023/10/26 20:27:35 2.24MB 编程 算法 九章算法 动态规划
1
基于高斯和的概率假设密度滤波算法的实现程序,测试过,有注释。
用于多对象连续位置估计等应用。
2023/10/4 14:31:49 12KB 滤波 缩维
1
霍尼韦尔实时数据库UniformancePHD安装手册
2023/9/8 4:52:22 3.52MB 霍尼韦尔 Honeywell PHD Uniformance
1
Inresponsetotheexponentiallyincreasingneedtoanalyzevastamountsofdata,NeuralNetworksforAppliedSciencesandEngineering:FromFundamentalstoComplexPatternRecognitionprovidesscientistswithasimplebutsystematicintroductiontoneuralnetworks.Beginningwithanintroductorydiscussionontheroleofneuralnetworksinscientificdataanalysis,thisbookprovidesasolidfoundationofbasicneuralnetworkconcepts.Itcontainsanoverviewofneuralnetworkarchitecturesforpracticaldataanalysisfollowedbyextensivestep-by-stepcoverageonlinearnetworks,aswellas,multi-layerperceptronfornonlinearpredictionandclassificationexplainingallstagesofprocessingandmodeldevelopmentillustratedthroughpracticalexamplesandcasestudies.LaterchapterspresentanextensivecoverageonSelfOrganizingMapsfornonlineardataclustering,recurrentnetworksforlinearnonlineartimeseriesforecasting,andothernetworktypessuitableforscientificdataanalysis.Withaneasytounderstandformatusingextensivegraphicalillustrationsandmultidisciplinaryscientificcontext,thisbookfillsthegapinthemarketforneuralnetworksformulti-dimensionalscientificdata,andrelatesneuralnetworkstostatistics.FeaturesxExplainsneuralnetworksinamulti-disciplinarycontextxUsesextensivegraphicalillustrationstoexplaincomplexmathematicalconceptsforquickandeasyunderstanding?Examinesin-depthneuralnetworksforlinearandnonlinearprediction,classification,clusteringandforecastingxIllustratesallstagesofmodeldevelopmentandinterpretationofresults,includingdatapreprocessing,datadimensionalityreduction,inputselection,modeldevelopmentandvalidation,modeluncertaintyassessment,sensitivityanalysesoninputs,errorsandmodelparametersSandhyaSamarasingheobtainedherMScinMechanicalEngineeringfromLumumbaUniversityinRussiaandanMSandPhDinEngineeringfromVirginiaTech,USA.
2023/7/13 16:31:44 6.77MB 神经网络
1
博士必读入门指南
2023/7/10 9:09:50 980KB 博士 指南
1
关于目标跟踪与检测的PHD滤波实现!希望能够给你带来帮助!
2023/6/1 18:37:30 134KB PHD滤波
1
备注比力详尽的GM-PHD滤波,值患上巨匠借鉴学习,是外洋学者的开源代码
2023/5/11 8:53:51 26KB GM-PHD
1
共 37 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡