自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 收藏
  • 关注

原创 Python查漏补缺

没有系统学过python,所以跟着quick tutorial捋一遍。 只记录自己不太熟悉的内容。文章目录Recursion 递归Exception HandlingObject-Oriented ProgrammingProperties, Getters and SettersFilesList and Dictionary ComprehensionReferenceRecursion 递归Recursive factorial functiondef factorial(n:int):

2021-05-30 17:49:10 397

转载 Emoj cheat sheet

转自 emoji-cheat-sheetemoji-cheat-sheetThis cheat sheet is automatically generated from GitHub Emoji API and Unicode Full Emoji List.Table of ContentsSmileys & EmotionPeople & BodyAnimals & NatureFood & DrinkTravel & PlacesActiv

2021-05-30 06:59:52 2627

原创 联邦学习笔记 Federated Learning

文章目录背景介绍相关研究系统构架优势联邦学习的分类学习纵向联邦学习横向联邦学习联邦迁移学习联邦学习开源平台研究方向参考资料背景介绍联邦学习最早在 2016 年由谷歌提出,原本用于解决安卓手机终端用户在本地更新模型的问题;本质上是一种分布式机器学习技术,或机器学习框架。联邦学习是多个参与方在保护数据隐私、满足合法合规要求的前提下继续进行机器学习,解决数据孤岛的问题。各方数据都保留在本地,不泄露隐私也不违反法规;多个参与者联合数据建立虚拟的共同模型,并且共同获益的体系;在联邦学习的体系下,各个参与

2021-05-30 01:04:24 3193 1

原创 学习资料汇总

文章目录DockerAzureDocker【狂神说Java】Docker最新超详细版教程通俗易懂【狂神说Java】Docker进阶篇超详细版教程通俗易懂Learn Docker by Building a Node / Express AppAzureAzure Administrator Certification (AZ-104) – Pass the Exam With This Free 11-Hour CourseAzure Fundamentals Certification (A

2021-05-29 22:24:27 603 1

转载 Windows 快捷键 Windows Keyboard Shortcuts

转自 Windows Keyboard Shortcuts – How to Improve Productivity at the Computer文章目录Windows OSFunctional KeyAltCtrlShiftWindows keyMicrosoft Word keyboard shortcutsMicrosoft Excel keyboard shortcutsWindows OSFunctional KeyKEYFunctionF1Display Hel

2021-05-29 20:09:58 1063

原创 联邦学习 Federated learning Google I/O‘19 笔记

Federated Learning: Machine Learning on Decentralized datahttps://www.youtube.com/watch?v=89BGjQYA0uE1. Decentralized dataEdge devicescan data live at the edge?On-device inference offersimproved latencyworks offlinebetter battery lifeprivacy adva

2021-05-28 23:15:42 1105

原创 Xavier initialization - 论文阅读笔记

论文: Understanding the difficulty of training deep feed forward neural networks单层网络Assume yi=w1ix1i+...+wnixni+biy_i = w_{1i}x_{1i}+...+w_{n_i}x_{n_i}+b_iyi​=w1i​x1i​+...+wni​​xni​​+bi​, inputs and weights are zero-mean, independent and identically distri

2021-05-28 22:10:59 316

空空如也

空空如也

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

TA关注的人

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