ThisbookwillintroduceyoutothedevelopmentofmicroserviceswithRust.IstartedusingRustnotthatlongago,backin2015.Ithadonlybeenacoupleofmonthssincethereleaseofversion1.0and,atthattime,Ididn'tthinkthatthistoolwouldusherinasilentrevolutionthatwoulddisruptthetraditionsassociatedwithsystemprogra妹妹ing,which,atthattime,wastediousandinnowayfashionable.
2016/3/2 13:49:40 6.41MB Rust 微服务 Rust微服务 Microservice
1
hands-onmachinelearningwithscikit-learnandtensorflow代码谜底
2019/10/24 19:54:22 13.07MB 机器学习 深度学习
1
应用Python进行强化学习实践,Hands-OnReinforcementLearning-SudharsanRavichandiran(带书签PDF+代码),434页材料。
2021/2/11 21:17:52 55.92MB python 强化学习 代码 带书签PDF
1
著名的《Hands-OnMachineLearningwithScikit-LearnandTensorFlow》的中文翻译版PDF,由ApacheCN中文社区的机器学习爱好者们共同翻译。
一个人可以走的很快,但是一群人却可以走的更远。
这本书可以带领你入门机器学习,并掌握常用机器学习库的编程完成,在ML路上走得更远。
2019/11/8 16:03:54 27.81MB 机器学习 TF
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.
2016/8/26 6:51:13 20.23MB neural network c#
1
Hands-OnGameDevelopmentwithWebAssemblybyRickBattaglinePacktPublishingEnglish2019-05-31596pages5.0/5.01reviewsDetailsTitle:Hands-OnGameDevelopmentwithWebAssemblyAuthor:RickBattaglineLength:596pagesEdition:1Language:EnglishPublisher:PacktPublishingPublicationDate:2019-05-31ISBN-10:1838644652ISBN-13:9781838644659SalesRank:#1428959(SeeTop100Books)CategoriesComputers&TechnologyDigitalAudio,Video&PhotographyProgra妹妹ingDescriptionMakeyourWebAssemblyjourneyfunwhilemakingagamewithitKeyFeaturesCreateaWebAssemblygamethatimplementssprites,animations,physics,particlesystems,andothergamedevelopmentfundamentalsGettogripswithadvancedgamemechanicsinWebAssemblyLearntouseWebAssemblyandWebGLtorendertotheHTML5canvaselementBookDescriptionWithinthenextfewyears,WebAssemblywillchangethewebasweknowit.Itpromisesaworldwhereyoucanwriteanapplicationforthewebinanylanguage,andcompileitfornativeplatformsaswellastheweb.ThisbookisdesignedtointroducewebdevelopersandgamedeveloperstotheworldofWebAssemblybywalkingthroughthedevelopmentofaretroarcadegame.YouwilllearnhowtobuildaWebAssemblyapplicationusingC++,Emscripten,JavaScript,WebGL,SDL,andHTML5.Thisbookcoversalotofgroundinbothgamedevelopmentandwebapplicationdevelopment.WhencreatingagameorapplicationthattargetsWebAssembly,developersneedtolearnaplethoraofskillsandtools.Thisbookisasampleplatterofthosetoolsandskills.ItcoverstopicsincludingEmscripten,C/C++,WebGL,OpenGL,JavaScript,HTML5,andCSS.Thereaderwillalsolearnbasictechniquesforgamedevelopment,including2Dspriteanimation,particlesystems,2Dcameradesign,soundeffects,2Dgamephysics,userinterfacedesign,shaders,debugging,andoptimization.Bytheendofthebook,youwillbeabletocreatesimplewebgamesandwebapplicatio
2018/9/15 7:47:14 3.86MB C++ Web WebAssembly WASM
1
DesignandimplementprofessionallevelprogramsbyexploringmoderndatastructuresandalgorithmsinRust.Rusthascomealongwayandisnowutilizedinseveralcontexts.Itskeystrengthsareitssoftwareinfrastructureandresource-constrainedapplications,includingdesktopapplications,servers,andperformance-criticalapplications,notforgettingitsimportanceinsystems’progra妹妹ing.ThisbookwillbeyourguideasittakesyouthroughimplementingclassicdatastructuresandalgorithmsinRust,helpingyoutogetupandrunningasaconfidentRustprogra妹妹er.ThebookbeginswithanintroductiontoRustdatastructuresandalgorithms,whilealsocoveringessentiallanguageconstructs.Youwilllearnhowtostoredatausinglinkedlists,arrays,stacks,andqueues.Youwillalsolearnhowtoimplementsortingandsearchingalgorithms.Youwilllearnhowtoattainhighperformancebyimplementingalgorithmstostringdatatypesandimplementhashstructuresinalgorithmdesign.Thebookwillexaminealgorithmanalysis,includingBruteForcealgorithms,Greedyalgorithms,DivideandConqueralgorithms,DynamicProgra妹妹ing,andBacktracking.Bytheendofthebook,youwillhavelearnedhowtobuildcomponentsthatareeasytounderstand,debug,anduseindifferentapplications.WhatyouwilllearnDesignandimplementcomplexdatastructuresinRustAnalyze,implement,andimprovesearchingandsortingalgorithmsinRustCreateandusewell-testedandreusablecomponentswithRustUnderstandthebasicsofmultithreadedprogra妹妹ingandadvancedalgorithmdesignBecomefamiliarwithapplicationprofilingbasedonbenchmarkingandtestingExploretheborrowingcomplexityofimplementingalgorithms
2016/5/11 16:45:48 6.71MB rust
1
利用Python完成网络爬虫Hands-On-Web-Scraping-with-Python-master.zip
2020/4/11 1:23:29 90KB 机器学习
1
Acomprehensiveguidetounderstandingnetworkarchitecture,co妹妹unicationprotocols,andnetworkanalysistobuildsecureapplicationscompatiblewiththelatestversionsofC#8and.NETCore3.0
2022/9/5 9:52:07 7.86MB .net core c#
1
强化学习的旧书。
基于Openaigym,Openaigym是一个用于开发和比较RL算法的工具包。
2022/9/5 0:16:58 12.92MB 强化学习
1
共 41 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡