TheJupyterNotebookallowsyoutocreateandsharedocumentsthatcontainlivecode,equations,visualizations,andexplanatorytext.TheJupyterNotebooksystemisextensivelyusedindomainssuchasdatacleaningandtransformation,numericalsimulation,statisticalmodeling,andmachinelearning.LearningJupyter5willhelpyougettogripswithinteractivecomputingusingreal-worldexamples.ThebookstartswithadetailedoverviewoftheJupyterNotebooksystemanditsinstallationindifferentenvironments.Next,youwilllearntointegratetheJupytersystemwithdifferentprogramminglanguagessuchasR,Python,Java,JavaScript,andJulia,andexplorevariousversionsandpackagesthatarecompatiblewiththeNotebooksystem.Movingahead,youwillmasterinteractivewidgetsandnamespacesandworkwithJupyterinamulti-usermode.Bytheendofthisbook,youwillhaveusedJupyterwithabigdatasetandbeabletoapplyallthefunctionalitiesyou’veexploredthroughoutthebook.YouwillalsohavelearnedallabouttheJupyterNotebookandbeabletostartperformingdatatransformation,numericalsimulation,anddatavisualization.
2024/1/19 19:22:55 13.37MB python jupyter
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
├─5.1│└─bin│liblua51.lib│lua.exe│lua51.dll│lua51.lib│luac.exe│luadec.exe│luaopswap.exe│luareplace.exe│├─5.2│└─bin│liblua52.lib│lua.exe│lua52.dll│lua52.lib│luac.exe│luadec.exe│luaopswap.exe│luareplace.exe│└─5.3└─binliblua53.liblua.exelua53.dlllua53.libluac.exeluadec.exeluaopswap.exeluareplace.exe
2023/12/15 5:02:12 1.78MB lua luadec luareplace luac
1
Formanycomputervisionproblems,themosttimeconsumingcomponentconsistsofnearestneighbormatchinginhigh-dimensionalspaces.Therearenoknownexactalgorithmsforsolvingthesehigh-dimensionalproblemsthatarefasterthanlinearsearch.Approximatealgorithmsareknowntoprovidelargespeedupswithonlyminorlossinaccuracy,butmanysuchalgorithmshavebeenpublishedwithonlyminimalguidanceonselectinganalgorithmanditsparametersforanygivenproblem.Inthispaper,wedescribeasystemthatanswersthequestion,“Whatisthefastestapproximatenearest-neighboralgorithmformydata?”Oursystemwilltakeanygivendatasetanddesireddegreeofprecisionandusethesetoautomaticallydeterminethebestalgorithmandparametervalues.Wealsodescribeanewalgorithmthatappliesprioritysearchonhierarchicalk-meanstrees,whichwehavefoundtoprovidethebestknownperformanceonmanydatasets.Aftertestingarangeofalternatives,wehavefoundthatmultiplerandomizedk-dtreesprovidethebestperformanceforotherdatasets.Wearereleasingpublicdomaincodethatimplementstheseapproaches.Thislibraryprovidesaboutoneorderofmagnitudeimprovementinquerytimeoverthebestpreviouslyavailablesoftwareandprovidesfullyautomatedparameterselection.
2023/12/10 19:56:16 380KB nearest-neighbors search randomized kd-trees
1
eclipse中的gradle项目,内含gradle文件夹和mysql数据库文件,解压后导入mysql数据库,文件夹导入eclipse即可使用。
实现了功能有用户注册登录找回密码、商品轮播、添加删除购物车、加入修改删除订单,后台可添加删除商品,查看订单、发货等。
注意:发邮件找回密码需要去searchPsw.action修改
2023/12/10 10:16:17 22.41MB 购物商城网站
1
《单片机原理及接口技术》一、单项选择题1、十进制数(79.43)10的二进制数为()。
A、1001111.0110B、1111001.0110C、1111001.1001D、1001111.10012、某存储器芯片有11根地址线,8根数据线,该芯片有()个存储单元。
A、1KBB、8KBC、2KBD、4KB3、单片机复位时,堆栈指针(SP)的值是()。
A、00HB、07HC、05HD、30H4、PC的值是()。
A、当前指令前一条指令的地址B、当前正在执行指令的地址C、下一条指令的地址D、控制器中指令寄存器的地址5、下列指令或指令序列中,能将外部数据存储器3355H单元的内容传送给A的是()。
A、MOVXA,3355HB、MOVDPTR,#3355HMOVXA,@DPTRC、MOVP0,#33HMOVR0,#55HMOVXA,@R0D、MOVP2,#33HMOVR2,#55HMOVXA,@R26、80C51单片机要用传送指令访问片内程序存储器,它的指令操作码助记符是以下()。
A、MOVB、MOVXC、MOVCD、MUL7、假定设置堆栈指针SP的值为37H,在进行子程序调用时把断点地址进栈保护后,SP的值为()。
A、36HB、37HC、38HD、39H8、在80C51中,可使用的堆栈最大深度为()。
A、80个单元B、32个单元C、128个单元D、8个单元9、下列条件中,不是中断响应必要条件的是()。
A、TCON或SCON寄存器中相关的中断标志位置1B、IE寄存器中相关的中断允许位置1C、IP寄存器中相关位置1D、中断请求发生在指令周期的最后一个机器周期10、执行中断返回指令,要从堆栈弹出断点地址,以便去执行被中断了的主程序。
从堆栈弹出的断点地址送给()。
A、AB、CYC、PCD、DPTR11、下列叙述中,不属于单片机存储器系统特点的是()。
A、程序和数据两种类型的存储器同时存在。
B、芯片内外存储器同时存在C、扩展数据存储器与片内数据存储器存储空间重叠D、扩展程序存储器与片内程序存储器存储空间重叠12、PSW=18H,当前的工作寄存器是()A、0组B、1组C、2组D、3组13、MCS-51的中断允许寄存器内容为8AH,CPU可以响应的中断请求是()。
A、T1B、T0,T1C、T1,串行接口D、T014、指令AJMP的跳转范围是()。
A、64KBB、2KBC、256BD、128B15、下列指令中正确的是()。
A、MOVP2.1,AB、JBCTF0,L1C、MOVXB,@DPTRD、MOVA,R3二、填空题。
1、一个机器周期包括个状态周期,一个状态周期包含个时钟周期。
2、执行如下指令序列:MOVC,P1.0ANLC,P1.1ANLC,/P1.2MOVP3.0,C后,所实现的逻辑运算式为P3.0=。
3、假定(A)=0C3H,R0=0AAH,CY=1。
执行指令:ADDCA,R0后,累加器A的内容为
2023/11/2 19:27:50 99KB 单片机 真题
1
IstartedthisbookwiththeintentionofbringinganewsideofSugarCRMtolight.SinceIbeganworkingatSugarCRM,Isawtheflexibilityandextensibilitythattheapplicationcouldprovide.Ilookedbackonmypreviouspositiondevelopinginternalbusinessapplications,andsawthatmanyofthefeaturesIaddedanddesignissuesIwouldwrestlewithwereproblemsthatSugarCRMhadalreadysolved.TheengineeringteamatSugarCRMhadbuilttheapplicationtosolvethisproblem,yetfewdevelopersoutsideofSugarCRMreallyknewhowpowerfultheunderlyingplatformwas.Iknewtherewereotherdevelopersinthissameboat,andthatifIcouldreachthemitwouldmaketheirjobsmucheasier.WhataCRMapplicationdoesordoesn’tdoisn’tauthoritativelydefined;instead,itsgoalistofillinthegapwhereacompanyneedstosolveproblemsintheirrelationshipswiththeircustomers.Sometimesthismeanskeepingtrackofmeetingsandphonecalls.Othertimes,thismeanstrackingtheprogressofanongoingproject.Itcouldalsomeanmanagingsupportcasesandproductdefects.Yetsometimesanapplicationmaynotcompletelycoverthis.Justaseverybusinessororganizationisunique,somustbewhatCRMwillmeantothem.UpuntilSugarCRM,thisapplicationspacewasfullofplayerswhothoughttheyhadtheCRMproblemsolved,andbuiltlargeproprietaryapplicationsthatwereexpensivetoimplementandsupportandnotoriouslydifficulttocustomizetomeettheirneeds.SugarCRMcameinandchangedthatscene,makingCRMsomethingthatisinexpensivetoimplement,easiertocustomize,andmoreapproachableforend-userstoworkwith.It’sdesignedtobeaCRMthatyouruserswon’thate,whichisthephilosophythatthefoundersofSugarCRMsetastheirparamountgoalwhenbuildingit.
2023/10/30 2:42:45 5.64MB CRM Sugar
1
配套sdk使用(1)允许应用开发者保护敏感信息不被运行在更高特权等级下的欺诈软件非法访问和修改。
(2)能够使应用可以保护敏感代码和数据的机密性和完整性并不会被正常的系统软件对平台资源进行管理和控制的功能所扰乱。
(3)使消费者的计算设备保持对其平台的控制并自由选择下载或不下载他们选择的应用程序和服务。
(4)使平台能够验证一个应用程序的可信代码并且提供一个源自处理器内的包含此验证方式和其他证明代码已经正确的在可信环境下得到初始化的凭证的符号化凭证。
(5)能够使用成熟的工具和处理器开发可信的应用软件.(6)Allowtheperformanceoftrustedapplicationstoscalewiththecapabilitiesoftheunderlyingapplicationprocessor.(7)使软件开发商通过他们选择的分销渠道可以自行决定可信软件的发布和更新的频率。
(8)能够使应用程序定义代码和数据安全区即使在攻击者已经获得平台的实际控制并直接攻击内存的境况下也能保证安全和隐秘。
2023/10/13 20:33:57 32.63MB SGX
1
与网络上流传的VisualAssist破解版不同,这是我自己使用的10.9.2218的汉化破解完美版,本版本同样基于飘云阁破解补丁2.0实现。
具体安装方法如下:1.安装VA_X_Setup2118(确保是全新安装,之前没有安装过。
如果安装过请务必清理干净并不要使用网络上的VA_X.dll破解补丁!)2.运行visualassistx通用破解补丁v2.0后,点击安装按钮3.将VAOpsWin.dll拷贝到C:\Users\Administrator\AppData\Local\Microsoft\VisualStudio\.0%\Extensions\%randomdir%下覆盖原文件实现vax的汉化..0%请根据自己的版本来确定,%randomdir%是visualassistX所在的随机文件夹。
4.启动VisualStudio后,将会弹出飘云阁的提示,注册信息已经在粘贴板中,进入VisualStudio环境后会自动弹出输入key窗口。
如果没有,执行VASSSIT|Options点击enterkey按钮,将下面的信息复制到key窗口后,单击确定按钮,会提示:Thanksforyourpurchasing!PYG解密小组(254-userlicense)Supportends2099.12.3100001M-70NDZJ-7RRVVH-7RH4HU-37427D-3TBFTR-TAPC8P-QQM4FR-6P4Y8V-7RK7YC-YFGK8M5.执行工具|导入导出设置命令导入“VisualAssistX菜单栏”实现VASSISTX的菜单栏汉化6.ENJOY!
2023/10/11 19:05:39 25.31MB 10.9.2218 汉化破解 完美版
1
2017年5月的新书,pdf版。
BookDescriptionInthissecondedition,youwillgettogripswiththelatestfeaturesofOpenStack.StartingwithanoverviewoftheOpenStackarchitecture,you'llseehowtoadopttheDevOpsstyleofautomationwhiledeployingandoperatinginanOpenStackenvironment.We'llshowyouhowtocreateyourownOpenStackprivatecloud.Thenyou'lllearnaboutvarioushypervisorsandcontainertechnologysupportedbyOpenStack.You'llgetanunderstandingaboutthesegregationofcomputenodesbasedonreliabilityandavailabilityneeds.We'llcovervariousstoragetypesinOpenStackandadvancednetworkingaspectssuchasSDNandNFV.Next,you'llunderstandtheOpenStackinfrastructurefromaclouduserpointofview.Movingon,you'lldeveloptroubleshootingskills,andgetacomprehensiveunderstandingofservicessuchashighavailabilityandfailoverinOpenStack.Finally,youwillgainexperienceofrunningacentralizedloggingserverandmonitoringOpenStackservices.ThebookwillshowyouhowtocarryoutperformancetuningbasedonOpenStackservicelogs.YouwillbeabletomasterOpenStackbenchmarkingandperformancetuning.Bytheendofthebook,you'llbereadytotakestepstodeployandmanageanOpenStackcloudwiththelatestopensourcetechnologies.
2023/10/4 15:22:45 15.29MB openstack
1
共 48 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡