许多行业专家认为,无人监督学习人工智能的下一个前沿,这可能是人工智能研究的关键,即所谓的一般人工智能。
由于世界上大多数数据都没有标记,因此无法应用传统的监督学习;这就是无监督学习的用武之地。
无监督学习可以应用于未标记的数据集,以发现埋藏在数据深处的有意义的模式,人类几乎不可能发现这些模式。
作者AnkurPatel使用两个简单的,生产就绪的Python框架-scikit-learn和使用Keras的TensorFlow,提供了有关如何应用无监督学习的实用知识。
通过提供实际操作示例和代码,您将识别难以发现的数据模式,获得更深入的业务洞察力,检测异常,执行自动特征工程和选择,以及生成合成数据集。
您只需要编程和一些机器学习经验即可开始使用。
2023/9/19 21:43:25 5.69MB 深度学习 Python
1
TheFirstPractical,Hands-OnGuidetoEmbeddedSystemProgrammingforAndroidToday,embeddedsystemsprogrammingisamorevaluabledisciplinethanever,drivenbyfast-growing,newfieldssuchaswearabletechnologyandtheInternetofThings.Inthisconciseguide,RogerYeteachesalltheskillsyou’llneedtowritetheefficientembeddedcodenecessarytomaketomorrow’sAndroiddeviceswork.ThefirsttitleinAddison-Wesley’snewAndroid™DeepDiveseriesforintermediateandexpertAndroiddevelopers,EmbeddedProgrammingwithAndroid™drawsonRogerYe’sextensiveexperiencewithadvancedprojectsintelecommunicationsandmobiledevices.Stepbystep,heguidesyouthroughbuildingasystemwithallthekeycomponentsAndroidhardwaredevelopersmustdelivertomanufacturing.Bythetimeyou’redone,you’llhavethekeyprogramming,compiler,anddebuggingskillsyou’llneedforreal-worldprojects.First,Yeintroducestheessentialsofbare-metalprogramming:creatingassemblylanguagecodethatrunsdirectlyonhardware.Then,buildingonthisknowledge,heshowshowtouseCtocreatehardwareinterfacesforbootingaLinuxkernelwiththepopularU-Bootbootloader.Finally,hewalksyouthroughusingfilesystemimagestobootAndroidandlearningtobuildcustomizedROMstosupportanynewAndroiddevice.Throughout,Yeprovidesextensivedownloadablecodeyoucanrun,explore,andadapt.YouwillBuildacompletevirtualizedenvironmentforembeddeddevelopmentUnderstandtheworkflowofamodernembeddedsystemsprojectDevelopassemblyprograms,createbinaryimages,andloadandrunthemintheAndroidemulatorLearnwhatittakestobringupabootloaderandoperatingsystemMovefromassemblertoC,andexploreAndroid’sgoldfishhardwareinterfacesProgramserialports,interruptcontrollers,realtimeclocks,andNANDflashcontrollersIntegrateCruntimelibrariesSupportexceptionhandlingandtimingUseU-Boottobootthe
2023/8/4 3:34:10 31.5MB Embedded Android System
1
对深度强化学习的基本操作的程序。
2023/7/10 5:27:28 14.03MB 深度学习
1
中英两版中英两版MasteringtheFreeRTOS™,英文文件全名161204_Mastering_the_FreeRTOS_Real_Time_Kernel-A_Hands-On_Tutorial_Guide,中文文件为掌握FreeRTOS™实时内核,英文版是FreeRTOS官网上下载的,中文版为自己翻译,能力有限,翻译可能不是很准确。
如果有版权问题请联系我,谢谢!
2023/7/1 9:24:42 9.36MB FreeRTOS 中文 英文 PDF
1
Hands-OnFullStackDevelopmentwithGo-MinaAndrawos(2019),Go全栈开发,epub格式,欢迎下载
2023/6/6 12:38:03 16.85MB Go 全栈
1
Hands-OnMachineLearningwithScikit-LearnandTensorFlow中文版以及英文版
2023/5/6 4:35:12 55.82MB 人工智能 机器学习
1
Hands-OnMachineLearningwithScikit-Learn,Keras,andTensorFlow2ed2019.pdfHands-OnMachineLearningwithScikit-Learn,Keras,andTensorFlowSECONDEDITIONConcepts,Tools,andTechniquestoBuildIntelligentSystems
2023/4/29 2:43:37 69.55MB Machine Learning Scikit-Learn Keras
1
WhatthisbookcoversChapter1,HelloRust!,givesashortrecapoftheRustprogra妹妹inglanguageandwhatchangedinthe2018edition.Chapter2,CargoandCrates,discussesRust'scargobuildtool.Wewillexploretheconfigurationaswellasthebuildprocessandmodularizationoptions.Chapter3,StoringEfficiently,looksathowinRust,knowingwherevaluesarestoredisnotonlyimportantforperformance,butalsoimportantforunderstandingerrormessagesandthelanguageingeneral.Inthischapter,wethinkaboutstackandheapmemory.Chapter4,Lists,Lists,andMoreLists,coversthefirstdatastructures:lists.Usingseveralexamples,thischaptergoesintovariationsofsequentialdatastructuresandtheirimplementations.Chapter5,RobustTrees,continuesourjourneythroughpopulardatastructures:treesarenextonthelist.Inseveraldetailedexamples,weexploretheinnerworkingsoftheseefficientdesignsandhowtheyimproveapplicationperformanceconsiderably.Chapter6,ExploringMapsandSets,exploresthemostpopularkey-valuestores:maps.Inthischapter,techniquessurroundinghashmaps;hashing;andtheircloserelative,theset;aredescribedindetail.Chapter7,CollectionsinRust,attemptstoconnecttotheRustprogra妹妹er'sdailylife,goingintothedetailsoftheRuststd::collectionslibrary,whichcontainsthevariousdatastructuresprovidedbytheRuststandardlibrary.Chapter8,AlgorithmEvaluation,teachesyouhowtoevaluateandcomparealgorithms.Chapter9,OrderingThings,willlookatsortingvalues,animportanttaskinprogra妹妹ing—thischapteruncovershowthatcanbedonequicklyandsafely.Chapter10,FindingStuff,movesontosearching,whichisespeciallyimportantifthereisnofundamentaldatastructuretosupportit.Inthesecases,weusealgorithmstobeabletoquicklyfindwhatwearelookingfor.Chapter11,RandomandCombinatorial,iswherewewillseethat,outsideofsortingandsearching,
2023/4/22 19:21:15 12.7MB rust Algorithms
1
Hands-OnSystemProgra妹妹ingwithC++:BuildperformantandconcurrentUnixandLinuxsystemswithC++17Author:Dr.RianQuinnPubDate:2018ISBN:978-1789137880Pages:552Language:EnglishFormat:PDFAhands-onguidetomakingsystemprogra妹妹ingwithC++easyC++isageneral-purposeprogra妹妹inglanguagewithabiastowardsystemprogra妹妹ingasitprovidesreadyaccesstohardware-levelresources,efficientcompilation,andaversatileapproachtohigher-levelabstractions.Thisbookwillhelpyouunderstandthebenefitsofsystemprogra妹妹ingwithC++17.YouwillgainafirmunderstandingofvariousC,C++,andPOSIXstandards,aswellastheirrespectivesystemtypesforbothC++andPOSIX.AfterabriefrefresheronC++,ResourceAcquisitionIsInitialization(RAII),andthenewC++GuidelineSupportLibrary(GSL),youwilllearntoprogramLinuxandUnixsystemsalongwithprocessmanagement.Asyouprogressthroughthechapters,youwillbecomeacquaintedwithC++’ssupportforIO.Youwillthenstudyvariousmemorymanagementmethods,includingachapteronallocatorsandhowtheybenefitsystemprogra妹妹ing.YouwillalsoexplorehowtoprogramfileinputandoutputandlearnaboutPOSIXsockets.ThisbookwillhelpyougettogripswithsafelysettingupaUDPandTCPserver/client.Finally,youwillbeguidedthroughUnixtimeinterfaces,multithreading,anderrorhandlingwithC++exceptions.Bytheendofthisbook,youwillbecomfortablewithusingC++toprogramhigh-qualitysystems.WhatyouwilllearnUnderstandthebenefitsofusingC++forsystemprogra妹妹ingProgramLinux/UnixsystemsusingC++DiscovertheadvantagesofResourceAcquisitionIsInitialization(RAII)ProgrambothconsoleandfileinputandoutputUncoverthePOSIXsocketAPIsandunderstandhowtoprogramthemExploreadvancedsystemprogra妹妹ingtopics,suchasC++allocatorsUsePOSIXandC++threadstoprogramconcurrentsystemsGrasphowC++canbeusedtocreateperformantsy
2023/4/18 16:23:53 10.08MB C++17 System Programming Linux
1
Neuralnetworkshavemadeasurprisecomebackinthelastfewyearsandhavebroughttremendousinnovationintheworldofartificialintelligence.ThegoalofthisbookistoprovideC#progra妹妹erswithpracticalguidanceinsolvingcomplexcomputationalchallengesusingneuralnetworksandC#librariessuchasCNTK,andTensorFlowSharp.Thisbookwilltakeyouonastep-by-steppracticaljourney,coveringeverythingfromthemathematicalandtheoreticalaspectsofneuralnetworks,tobuildingyourowndeepneuralnetworksintoyourapplicationswiththeC#and.NETframeworks.Thisbookbeginsbygivingyouaquickrefresherofneuralnetworks.YouwilllearnhowtobuildaneuralnetworkfromscratchusingpackagessuchasEncog,Aforge,andAccord.Youwilllearnaboutvariousconceptsandtechniques,suchasdeepnetworks,perceptrons,optimizationalgorithms,convolutionalnetworks,andautoencoders.Youwilllearnwaystoaddintelligentfeaturestoyour.NETapps,suchasfacialandmotiondetection,objectdetectionandlabeling,languageunderstanding,knowledge,andintelligentsearch.Throughoutthisbook,youwillbeworkingoninterestingdemonstrationsthatwillmakeiteasiertoimplementcomplexneuralnetworksinyourenterpriseapplications.
2023/3/21 4:48:01 20.23MB neural network c#
1
共 47 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡