SVM分类器的相关算法和matlab源码,部分内容如下,1.命令函数部分:clear;%清屏clc;X=load('data.txt');n=length(X);%总样本数量y=X(:,4);%类别标志X=X(:,1:3);TOL=0.0001;%精度要求C=1;%参数,对损失函数的权重b=0;%初始设置截距bWold=0;%未更新a时的W(a)Wnew=0;%更新a后的W(a)fori=1:50%设置类别标志为1或者-1y(i)=-1;enda=zeros(n,1);%参数afori=1:n%随机初始化a,a属于[0,C]a(i)=0.2;end
2023/7/27 4:33:18 7KB matlab
1
利用机器学习方法(分类)实现静态场景下的测试车辆检测 利用C语言或者Open_CV库,或者是MATLAB软件编写实现静态场景下的测视车辆检测。
需使用机器学习方法。
代码可以通过一个主函数直接运行出实验结果。
 Data文件夹中包含train_34x94(训练集)和test(测试集)两个文件夹。
其中,train_34x94文件夹中的数据用于训练模型,包含pos文件夹(内有550个正例样本)和neg文件夹(内有500个负例样本);
Test文件夹中的数据用于测试。
 在Test测试集中的总体检测性能的评价指标为Recall、Precision和F-measure,写出对算法的性能评价和对实现中遇到问题的理解。
1
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
evExpress.BonusSkins.v8.2.dllDevExpress.Charts.v8.2.Core.dllDevExpress.Data.v8.2.Compact.dllDevExpress.Data.v8.2.dllDevExpress.Data.v8.2.Linq.dllDevExpress.Data.v8.2.SL.dllDevExpress.LocalizationCHS.v8.2.2.dllDevExpress.OfficeSkins.v8.2.dllDevExpress.Tutorials.v8.2.dllDevExpress.Ut
2023/7/21 0:25:11 20.69MB DevExpress dll
1
国家标志NodeJS脚本转换由其国家/地区命名的国家/地区标记SVG文件,以响应由每个国家/地区代码命名的组件。
先决条件安装了nodejs+npmcli已全局安装npminstall@svgr/cli-g怎么跑>npmi>nodeindex.js输出将在output文件夹下了解文件夹结构flags-->SVGfiles,namedby"flag-.svg"countries_data-->JSONfilesthatmapcountrycodetocountryname|__countries.json-->ensuredmapping.|__external_countries.json-->mappingfromexternalsources,
2023/7/14 15:02:04 357KB JavaScript
1
小钱袋子是一款免费网络记帐系统,适用于个人记帐、家庭记帐、团队记帐,帮你记录财富的增长过程。
系统使用简单方便,界面设计美观,用户体验良好,代码安全性高,简单实用是它最大的特点!小钱袋子安装  小钱袋子记账系统安装很简单,下载源码包,解压后将程序文件放到网站根目录(也支持二级目录安装),给数据库目录(Data)添加Users用户组的写入与修改权限,在浏览器输入
2023/7/14 12:47:05 334KB 记账系统
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/11 23:23:46 142B csv
1
ZdaUTAUCore2泽大U核心第二版,完全使用python替换的U核心快速开始(这次大泽依然在仓库里扔了一枚一毛一样的UST工程)0x01准备本体:安装git和python#apt-getupdate\&&apt-getinstall-ypython3gitpython3-pipgit克隆!$gitclonehttps://github.com/daze456/ZUC2.git&&cdZUC2安装必要的模块$pip3installconfigparser\&&gitclonehttps://github.com/daze456/easyust.git0x02准备音源:从下载泽小白数据解压缩到仓库下的语音文件夹ps:也可以使用命令:$wgethttps://daze456.github.io/zew/data
2023/7/11 0:43:23 66KB Python
1
(安装好以后,先运行一次迅雷,然后在Data文件夹就可以看到ThunderPush文件夹了)Data这个文件夹进入以后删除ThunderPush文件夹,然后我们新建一个文件夹命名为ThunderPush然后右键--属性--安全--编辑在完全控制选择拒绝;
如果没有就自己新建搬运自我忘了
2023/7/10 11:17:03 23.4MB ass
1
共 585 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡