ThisisasmalllibrarythatcantrainRestrictedBoltzmannMachines,andalsoDeepBeliefNetworksofstackedRBM's.TrainRBM's:%trainanRBMwithbinaryvisibleunitsand500binaryhiddenmodel=rbmBB(data,500);%visualizethelearnedweightsvisualize(model.W);Doclassification:model=rbmFit(data,500,labels);prediction=rbmPredict(model,testdata);TrainaDeepBeliefNetworkwith500,500,2000architectureforclassification:models=dbnFit(data,[5005002000],labels);prediction=dbnPredict(models,testdata);seeincludedexamplecodeformoreIcanbecontactedonandrej.karpathy@gmail.NOTE:ThiswasaclassprojectthatIworkedonfor1monthandthenabandoneddevelopmentforalmost4yearsago.Pleasedonotsendmespecificquestionsaboutissueswiththecodeorquestionsonhowtodosomething.Ionlyputthiscodeonlineinhopethatitcanbeusefultoothersbutcannotfullysupportit.Ifyouwouldlikepointerstomoreactivelymaintainedimplementations,havealookhere(https://github.com/rasmusbergpalm/DeepLearnToolbox)ormaybehere(https://github.com/lisa-lab/DeepLearningTutorials)Sorryandbestofluck!原文:http://code.google.com/p/matrbm/
2023/7/21 15:30:53 2.79MB RBM
1
第一款真正的任意多物理场直接耦合分析软件COMSOLMultiphysics中文使用手册。
AC/DC模块(AC/DCModule)声学模块(AcousticsModule)CAD导入模块(CADImportModule)化学工程模块(ChemicalEngineeringModule)地球科学模块(EarthScienceModule)热传导模块(HeatTransferModule)材料库(MaterialLibrary)微机电系统模块(MEMSModule)射频模块(RFModule)结构力学模块(StructuralMechanicsModule)COMSOL脚本解释器(COMSOLSCRIPT)反应工程实验室(ReactionEngineeringLAB)信号与系统实验室(SIGNALSSYSTEMSLAB)最优化实验室(OPTIMIZATIONLAB)
2023/7/12 12:10:20 6.42MB COMSOL 教程
1
RxSwiftReactiveProgra妹妹ingwithSwift基于RXSwift5.1Xcode11
2023/5/7 10:21:14 25.29MB rxswift swift5.1 swift ios
1
RSView32nowsupportsFactoryTalk®Activation.FactoryTalk®Activationprovidesasecure,software-basedsystemforactivatingRockwellSoftwareproductsandmanagingsoftwareactivationfiles.
2023/4/12 8:40:57 326.36MB RSView32
1
rxjava2.1.3开拓必不可少的夹包,不该夹包找不到subscribe类;
2023/4/2 19:19:22 2KB jar android rxjava
1
ReactiveUI.Samples,这里存储库将包含所有ReactiveUI示例ReactiveUI.Samples这里存储库将包含所有ReactiveUI示例。
基本演示ReactiveUI使用情况的示例使用程序。
使用程序包括以下示例:声明ViewModel命令(Async操作)验证缓存繁重的
2023/3/20 16:30:54 4.44MB 开源
1
SignalNow:无服务器信令和实时消息传递SignalNow是使用和构建的实时信令服务。
SignalNow的次要功能:无服务器。
借助AzureFunctions和SignalR进行实时,轻松地扩展。
使用,,以及基于密钥的机制进行集成身份验证的可扩展身份验证。
如何开始(.NETCore2.2,Unity2018.3+)。
部署到Azure最小的C#示例usingSystem;usingMicrosoft.SignalNow.Client;stringgraphName="signalnowkey";//Use"graph.microsoft.com"forAzureActiveDirectory(AAD)andMicrosoftGraph,or"github.com"forGitHubstringuserName="vlad";//or"vladkol@microsoft.com"forAAD,or"vladkol"forGitHubstrin
2023/2/20 1:46:11 5.77MB real-time azure azure-functions signalr
1
冰箱FRIDGE是一款专为餐厅打造的库存管理应用程序,用于跟踪冰箱和餐具室的数量以及从供应商那里购买的价格。
用户可以添加项目,查看所有项目的常规列表,查看每个项目的数量和价格,更新项目名称/数量/价格以及删除项目。
这个React应用程序是由Eugene,Fiona和Monika在TeamOverReacting(得到它?)中使用给定的规格和模板制作的,这是我们在大会上的软件工程沉浸式程序中的第三个项目!重要连结规划故事我们的第一步是选择项目管理的提示和平台。
我们按照库存管理提示进行操作,在向自己引见了Jira之后,我们最终与Asana一起进行了步骤和要求清单的检查。
早上的站立训练包括计划一天并提供进度的最新信息。
站立时间超过了15分钟,主要是因为它将从前一天晚上无缝过渡到审查,实施和调试彼此的工作。
我们还将在一天结束时再次打基础,以讨论一天的进度,相应地更新Asan
2016/7/19 20:37:14 73KB JavaScript
1
Beforetherewerecomputers,therewerealgorithms.Butnowthattherearecomputers,thereareevenmorealgorithms,andalgorithmslieattheheartofcomputing.Thisbookprovidesacomprehensiveintroductiontothemodernstudyofcomputeralgorithms.Itpresentsmanyalgorithmsandcoverstheminconsiderabledepth,yetmakestheirdesignandanalysisaccessibletoalllevelsofreaders.Wehavetriedtokeepexplanationselementarywithoutsacrificingdepthofcoverageormathematicalrigor.Eachchapterpresentsanalgorithm,adesigntechnique,anapplicationarea,orarelatedtopic.AlgorithmsaredescribedinEnglishandinapseudocodedesignedtobereadablebyanyonewhohasdonealittleprogra妹妹ing.Thebookcontains244figures—manywithmultipleparts—illustratinghowthealgorithmswork.Sinceweemphasizeefficiencyasadesigncriterion,weincludecarefulanalysesoftherunningtimesofallouralgorithms.Thetextisintendedprimarilyforuseinundergraduateorgraduatecoursesinalgorithmsordatastructures.Becauseitdiscussesengineeringissuesinalgorithmdesign,aswellasmathematicalaspects,itisequallywellsuitedforself-studybytechnicalprofessionals.Inthis,thethirdedition,wehaveonceagainupdatedtheentirebook.Thechangescoverabroadspectrum,includingnewchapters,revisedpseudocode,andamoreactivewritingstyle.
2015/3/19 14:10:12 5.87MB Algorithms C.L.R.S
1
Eslint检查动作运行eslint的GitHub动作会在您的项目中签入,并正文PR中的错误/警告。
产品特点可订制如果缺少项目,则安装项目依赖项用警告和错误正文PR中的行用法将工作流程添加到您的项目中(例如.github/workflows/eslint.yml):name:Linton:[push]jobs:eslint_check:name:Prepareactionruns-on:ubuntu-lateststeps:#Checkoutactionmustrunpriortoeslintcheck-name:Checkoutuses:actions/checkout@v1-name:Lintuses:Krizzu/eslint-check-action@v1.1.0with:ghToken:${{secrets.GITHUB_TOKEN}}
2016/9/22 10:48:54 72KB automation eslint continuous-integration ci
1
共 27 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡