GloVeisanunsupervisedlearningalgorithmforobtainingvectorrepresentationsforwords.Trainingisperformedonaggregatedglobalword-wordco-occurrencestatisticsfromacorpus,andtheresultingrepresentationsshowcaseinterestinglinearsubstructuresofthewordvectorspace.
2024/6/25 0:19:34 946.93MB NLP
1
Deeplearningsimplifiedbytakingsupervised,unsupervised,andreinforcementlearningtothenextlevelusingthePythonecosystemTransferlearningisamachinelearning(ML)techniquewhereknowledgegainedduringtrainingasetofproblemscanbeusedtosolveothersimilarproblems.Thepurposeofthisbookistwo-fold;firstly,wefocusondetailedcoverageofdeeplearning(DL)andtransferlearning,comparingandcontrastingthetwowitheasy-to-followconceptsandexamples.Thesecondareaoffocusisreal-worldexamplesandresearchproblemsusingTensorFlow,Keras,andthePythonecosystemwithhands-onexamples.ThebookstartswiththekeyessentialconceptsofMLandDL,followedbydepictionandcoverageofimportantDLarchitecturessuchasconvolutionalneuralnetworks(CNNs),deepneuralnetworks(DNNs),recurrentneuralnetworks(RNNs),longshort-termmemory(LSTM),andcapsulenetworks.Ourfocusthenshiftstotransferlearningconcepts,suchasmodelfreezing,fine-tuning,pre-trainedmodelsincludingVGG,inception,ResNet,andhowthesesystemsperformbetterthanDLmodelswithpracticalexamples.Intheconcludingchapters,wewillfocusonamultitudeofreal-worldcasestudiesandproblemsassociatedwithareassuchascomputervision,audioanalysisandnaturallanguageprocessing(NLP).Bytheendofthisbook,youwillbeabletoimplementbothDLandtransferlearningprinciplesinyourownsystems.WhatyouwilllearnSetupyourownDLenvironmentwithgraphicsprocessingunit(GPU)andCloudsupportDelveintotransferlearningprincipleswithMLandDLmodelsExplorevariousDLarchitectures,includingCNN,LSTM,andcapsulenetworksLearnaboutdataandnetworkrepresentationandlossfunctionsGettogripswithmodelsandstrategiesintransferlearningWalkthroughpotentialchallengesinbuildingcomplextransferlearningmodelsfromscratchExplorereal-worldresearchproblemsrelatedtocompute
2023/12/27 0:34:49 46.15MB Transfer Lea Python
1
AuthorAnkurPatelprovidespracticalknowledgeonhowtoapplyunsupervisedlearningusingtwosimple,production-readyPythonframeworks-scikit-learnandTensorFlowusingKeras.Withthehands-onexamplesandcodeprovided,youwillidentifydifficult-to-findpatternsindataandgaindeeperbusinessinsight,detectanomalies,performautomaticfeatureengineeringandselection,andgeneratesyntheticdatasets.Allyouneedisprogrammingandsomemachinelearningexperiencetogetstarted.
2023/12/8 15:08:32 4.59MB Unsupe Python
1
nmanydataanalysistasks,oneisoftenconfrontedwithveryhighdimensionaldata.Featureselectiontechniquesaredesignedtofindtherelevantfeaturesubsetoftheoriginalfeatureswhichcanfacilitateclustering,classificationandretrieval.Thefeatureselectionproblemisessentiallyacombinatorialoptimizationproblemwhichiscomputationallyexpensive.Traditionalfeatureselectionmethodsaddressthisissuebyselectingthetoprankedfeaturesbasedoncertainscorescomputedindependentlyforeachfeature.Theseapproachesneglectthepossiblecorrelationbetweendifferentfeaturesandthuscannotproduceanoptimalfeaturesubset.InspiredfromtherecentdevelopmentsonmanifoldlearningandL1-regularizedmodelsforsubsetselection,weproposehereanewapproach,called{\emMulti-Cluster/ClassFeatureSelection}(MCFS),forfeatureselection.Specifically,weselectthosefeaturessuchthatthemulti-cluster/classstructureofthedatacanbebestpreserved.Thecorrespondingoptimizationproblemcanbeefficientlysolvedsinceitonlyinvolvesasparseeigen-problemandaL1-regularizedleastsquaresproblem.ItisimportanttonotethatMCFScanbeappliedinsuperised,unsupervisedandsemi-supervisedcases.Ifyoufindthesealgoirthmsuseful,weappreciateitverymuchifyoucanciteourfollowingworks:PapersDengCai,ChiyuanZhang,XiaofeiHe,"UnsupervisedFeatureSelectionforMulti-clusterData",16thACMSIGKDDConferenceonKnowledgeDiscoveryandDataMining(KDD'10),July2010.BibtexsourceXiaofeiHe,DengCai,andParthaNiyogi,"LaplacianScoreforFeatureSelection",AdvancesinNeuralInformationProcessingSystems18(NIPS'05),Vancouver,Canada,2005Bibtexsource
2023/11/13 1:03:27 5KB featur
1
ADeepNeuralNetworkforUnsupervisedAnomalyDetectionandDiagnosisinMultivariateTimeSeriesData一种用于多变量时间序列数据非监督异常检测和诊断的深度神经网络
2023/11/1 18:09:07 7.79MB 时间序列 异常检测 深度学习
1
许多行业专家认为,无人监督学习人工智能的下一个前沿,这可能是人工智能研究的关键,即所谓的一般人工智能。
由于世界上大多数数据都没有标记,因此无法应用传统的监督学习;这就是无监督学习的用武之地。
无监督学习可以应用于未标记的数据集,以发现埋藏在数据深处的有意义的模式,人类几乎不可能发现这些模式。
作者AnkurPatel使用两个简单的,生产就绪的Python框架-scikit-learn和使用Keras的TensorFlow,提供了有关如何应用无监督学习的实用知识。
通过提供实际操作示例和代码,您将识别难以发现的数据模式,获得更深入的业务洞察力,检测异常,执行自动特征工程和选择,以及生成合成数据集。
您只需要编程和一些机器学习经验即可开始使用。
2023/9/19 21:43:25 5.69MB 深度学习 Python
1
Notalllanguages,e.g.Chinese,havedelimitersforwords.Toextractwordsfromasentenceintheselanguages,weusuallyrelyonadictionaryforknownwords.Forunknownwords,someapproachesrelyonadomainspecificdictionaryoratailor-madelearningdataset.However,thisinformationmaynotbeavailable.Anotherdirectionistouseunsupervisedmethods.Thesemethodsrelyonagoodnessmeasuretoevaluatehowlikelythewordsaremeaningfulbasedonastatisticalargumentonthegive
2023/9/7 3:51:43 512KB 研究论文
1
Grammarlearninghasbeenabottleneckproblemforalongtime.Inthispaper,weproposeamethodofsemanticseparatorlearning,aspecialcaseofgrammarlearning.Themethodisbasedonthehypothesisthatsomeclassesofwords,calledsemanticseparators,splitasentenceintoseveralconstituents.Thesemanticseparatorsarerepresentedbywordstogetherwiththeirpart-of-speechtagsandotherinformationsothatrichsemanticinformationcanbeinvolved.Inthemethod,wefirstidentifyt
2023/8/19 13:20:31 509KB semantic separator; separator learning;
1
2019-2区-UnsupervisedAnomalyDetectionBasedonMinimumSpanningTreeApproximatedDistanceMeasuresandItsApplicationtoHydropowerTurbines
2023/5/5 14:58:03 3.65MB 文献
1
这本模式识别的书非常经典,然而也非常稀罕,很少有人有。
我最早读的是第二版,这本书全面覆盖了统计模式识别领域的重要知识点。
书中用大量篇幅讲解无监督聚类方法,这一点在模式识别教材中应该是独一无二的,比如Duda的书在这方面只留了一章,处理的也比较简单。
另外,本书还有章节专门讲特征抽取、选择,以及模板婚配这些内容,也弥补了Duda教材的不足。
第三版增加了一些内容,主要是基于核方法的内容,反映了学界的进展。
-Bookofthispatternrecognitionisveryclassic,however,veryrare,veryfewpeoplehave.Ifirstreadthesecondedition,thisbookcomprehensivelycoverstheimportantpointsofthefieldofstatisticalpatternrecognition.Bookatgreatlengthtoexplaintheunsupervisedclusteringmethod,whichisuniqueinpatternrecognitiontextbooks,suchasDuda'sbookinthisregard,leavingonlyonechapter,isalsorelativelysimpletodealwith.Inaddition,thebooktherearechaptersdedicatedspeakersfeatureextraction,selection,andtemplatematching,butalsocompensateforthelackofmaterialsDuda.Thethirdeditionoftheincreaseinsomeofthecontentismainlybasedonthecontentofthekernelmethod,reflectingtheacademicprogress.
2023/2/18 5:58:19 19.52MB 模式识别 机器学习
1
共 16 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡