#EAR

Deep Learning.ai学习笔记_第二门课_改善深层神经网络:超参数调试、正则化以及优化

/目录第一周(深度学习的实践层面)第二周(优化算法)第三周(超参数调试、Batch正则化和程序框架) 目标:如何有效运作神经网络,内容涉及超参数调优,如何构建数据,以及如何确保优化算法快速运行,从而使学习算法在合理时间内完成自我学习。如何选取一个神经网络的训练集、验证集和测试集呢?如果数据量比较少,例如只有1...

Deep Learning.ai学习笔记_第三门课_结构化机器学习项目

/目录第一周机器学习策略(1)第二周机器学习策略(2) 目标:学习一些机器学习优化改进策略,使得搭建的学习模型能够朝着最有希望的方向前进。搭建机器学习系统的挑战:尝试和改变的东西太多,比如超参数。 什么是正交化?正交化是协助调节搭建机器学习系统的方法之一,类比老式电视机的调节按钮,正交化指的是电视设...

Deep Learning.ai学习笔记_第四门课_卷积神经网络

/目录第一周卷积神经网络基础第二周深度卷积网络:实例探究第三周目标检测第四周特殊应用:人脸识别和神经风格转换 垂直边缘检测器,通过卷积计算,可以把多维矩阵进行降维。如下图: 卷积运算提供了一个方便的方法来发现图像中的垂直边缘。例如下图: 对于3x3的过滤器,使用下面的数字组合鲁棒性比较高,...

Deep Learning.ai学习笔记_第五门课_序列模型

/目录第一周循环序列模型第二周自然语言处理与词嵌入第三周序列模型和注意力机制 在进行语音识别时,给定一个输入音频片段X,并要求输出对应的文字记录Y,这个例子中输入和输出数据就是序列模型。音乐生产问题也是使用序列数据的一个例子。 在自然语言处理中,首先需要决定怎样表示一个序列里单独的单词,解决办法式创...

Reset and Clear Recent Items and Frequent Places in Windows 10

https://www.tenforums.com/tutorials/3476-reset-clear-recent-items-frequent-places-windows-10-a.htmlYourrecentitemsandfrequentplacesarestoredinthefolderlocations...

The source was not found, but some or all event logs could not be searched. Inaccessible logs: Security.

EventLog.SourceExistshttps://stackoverflow.com/questions/9564420/the-source-was-not-found-but-some-or-all-event-logs-could-not-be-searchedEventLog.SourceExistse...
代码星球 ·2021-02-08

Elasticsearch-->Get Started-->Basic concepts

https://www.elastic.co/guide/en/elasticsearch/reference/current/getting-started-concepts.htmlThereareafewconceptsthatarecoretoElasticsearch.Understandingtheseco...

The OAuth 2.0 Authorization Framework: Bearer Token Usage

https://tools.ietf.org/html/rfc67501.2.TerminologyBearerTokenAsecuritytokenwiththepropertythatanypartyinpossessionofthetoken(a"bearer")canusethetokeninanywaytha...

exception disappear when forgot to await an async method

https://github.com/aspnet/AspNetWebStack/issues/235https://stackoverflow.com/questions/5383310/catch-an-exception-thrown-by-an-async-void-method 如果异常发生在1个a...

elasticsearch 安装

https://github.com/elastic/elasticsearchFirstofall,DON’TPANIC.Itwilltake5minutestogetthegistofwhatElasticsearchisallabout. RequirementsYouneedtohavea...
代码星球 ·2021-02-08

Elasticsearch-->Get Started-->Exploring Your Cluster

直接对localhost:9200发出一个get请求{"name":"WqeJVip","cluster_name":"elasticsearch","cluster_uuid":"BcCJ0AuOTCyD6RYSBCEACA","version":{"number":"6.6.1","build_flavor":"d...

Elasticsearch 异常处理

https://stackoverflow.com/questions/50609417/elasticsearch-error-cluster-block-exception-forbidden-12-index-read-only-all在向index插入数据的时候报错Request/PUThttp://local...
代码星球 ·2021-02-08

Elasticsearch-->Get Started-->Modifying Your Data

https://www.elastic.co/guide/en/elasticsearch/reference/current/getting-started-modify-data.htmlElasticsearchprovidesdatamanipulationandsearchcapabilitiesinnear...

Elasticsearch-->Get Started--> Exploring Your Data

SampleDatasetNowthatwe’vegottenaglimpseofthebasics,let’strytoworkonamorerealisticdataset.I’vepreparedasampleoffictitiousJSONdocumentsofcustome...

Elasticsearch查询Index以及删除

GET/bankHTTP/1.1Host:localhost:9200/{"bank":{"aliases":{},"mappings":{"_doc":{"properties":{"account_number":{"type":"long"},"address":{"type":"text","fields":{...
首页上一页...910111213...下一页尾页