自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 资源 (5)
  • 收藏
  • 关注

转载 【机器学习】L1正则化与L2正则化的理解

1. 为什么要使用正则化   我们先回顾一下房价预测的例子。以下是使用多项式回归来拟合房价预测的数据:     可以看出,左图拟合较为合适,而右图过拟合。如果想要解决右图中的过拟合问题,需要能够使得 x3,x4 的参数 θ3,θ4 尽量满足 θ3≈0,θ4≈0 。   而如何使得 θ3,θ4 尽可能接近 0 呢?那就是对参数施一惩罚项。我们先来看一下线性回归的代价函数: J(θ)=1...

2019-02-27 14:55:42 847

原创 【keras】win10使用tensorboard可视化时,“No dashboards are active for the current data set.”问题解决

在iwn10下,利用keras在模型保存和tensorboard可视化中遇到一个坑:“No dashboards are active for the current data set.”,在此做个记录。 1. 训练结果保存 hist=model.fit(train_set_x,train_set_y,batch_size=256) # 或 hist=model.fit_ge...

2019-02-24 16:38:57 773 1

OJ_simple_10.08.txt

OJ_笔记 OJ_simple_10.08.txt

2020-03-20

elasticsearch聚合.yaml

elasticsearch聚合

2020-03-19

ElasticsearchRestAPI_kdr.postman_collection_0319.json

ElasticsearchRestAPI_kdr.postman_collection elasticsearch restful API

2020-03-19

HighLevelRestClient.postman_collection_0319.json

HighLevelRestClient.postman_collection。elasticsearch的restful API

2020-03-19

Design of data structure source

Design of data structure source: Jiangsu province city traffic advisory system,.Cpp file

2016-02-26

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除