自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (95)
  • 收藏
  • 关注

转载 强化学习之分类与重点paper 1

重要的事情说三遍!转载:https://www.jianshu.com/p/aeb0fd6da40f转载:https://www.jianshu.com/p/aeb0fd6da40f转载:https://www.jianshu.com/p/aeb0fd6da40f强化学习是目前热门的研究方向。对不同强化学习的方法与paper进行分类有助于我们进一步了解针对不同的应用场景,如何使用合适的强化学习方法。本文将对强化学习进行分类并列出对应的paper。1. Model free RLa. Deep Q

2021-04-23 12:06:28 228 1

原创 关于python3和python2中range的不同

在python2中,range得到的结果相当于list 在python3中,range得到的结果只表示某个范围比如range(1,11),要通过list(range(1,11))才能实现python2中range的效果。

2018-09-05 15:24:10 502

原创 关于python3&python2不同版本导致错误的可能解决方案1

Python3中的出现的错误 1. list indices must be integers or slices, not float 2. ‘float’ object cannot be interpreted as an integer 可能是代码在python2中采用a/b 于是在python3中应该采用a//b即可解决错误...

2018-09-05 15:13:57 1738

回归模型python实现

# Linear regression example Trains a single fully-connected layer to fit a 4th degree polynomial.

2020-08-13

快速风格迁移pytorch源码实现

This repository contains a pytorch implementation of an algorithm for artistic style transfer. The algorithm can be used to mix the content of an image with the style of another image. For example, here is a photograph of a door arch rendered in the style of a stained glass painting. The model uses the method described in [Perceptual Losses for Real-Time Style Transfer and Super-Resolution](https://arxiv.org/abs/1603.08155) along with [Instance Normalization](https://arxiv.org/pdf/1607.08022.pdf). The saved-models for examples shown in the README can be downloaded from [here](https://www.dropbox.com/s/lrvwfehqdcxoza8/saved_models.zip?dl=0).

2020-08-13

Deep Convolution Generative Adversarial Networks 源码

# Deep Convolution Generative Adversarial Networks This example implements the paper [Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks](http://arxiv.org/abs/1511.06434)

2020-08-13

Communication-Efficient Learning of Deep Networks.pdf

联邦学习经典参考文献值得学习。

2020-08-13

Joint 3D Face Reconstruction and Dense.pdf

这是关于Joint 3D Face Reconstruction and Dense的相关论文

2019-09-02

StarGAN Unified Generative Adversarial Networks.pdf

这是关于StarGAN Unified Generative Adversarial Networks的论文

2019-09-02

Deep Image Prior.pdf

关于Deep Image Prior的论文,适合初学者对Deep Image Prior的认识和了解

2019-09-02

9.her.ipynb

关于her的例子,适合初学者对深度强化学习her的认识和了解

2019-09-02

8.gail.ipynb

关于gail的例子,适合初学者对深度强化学习gail的认识和了解

2019-09-02

7.soft actor-critic.ipynb

关于soft actor-critic的例子,适合初学者对深度强化学习soft actor-critic的认识和了解

2019-09-02

6.td3.ipynb

关于td3的例子,适合初学者对深度强化学习td3的认识和了解

2019-09-02

5.ddpg.ipynb

关于ddpg的例子,适合初学者对深度强化学习ddpg的认识和了解

2019-09-02

4.acer.ipynb

关于acer的例子,适合初学者对深度强化学习acer的认识和了解

2019-09-02

3.ppo.ipynb

关于ppo的例子,适合初学者对深度强化学习ppo的认识和了解

2019-09-02

2.gae.ipynb

关于gae的例子,适合初学者对深度强化学习gae的认识和了解

2019-09-02

1.actor-critic.ipynb

关于actor-critic的例子,适合初学者对深度强化学习actor-critic的认识和了解

2019-09-02

9.hierarchical dqn.ipynb

关于hierarchical dqn的例子,适合初学者对深度强化学习hierarchical dqn的认识和了解

2019-09-02

8.quantile regression dqn.ipynb

关于quantile regression dqn的例子,适合初学者对深度强化学习quantile regression dqn认识和了解

2019-09-02

7.rainbow dqn.ipynb

关于rainbow dqn的例子,适合初学者对深度强化学习rainbow dqn.的认识和了解

2019-09-02

6.categorical dqn.ipynb

关于categorical dqn的例子,适合初学者对深度强化学习categorical dqn的认识和了解

2019-09-02

和QT有关的学习实例代码.zip

和QT相关的源代码,供学习QT的童鞋下载使用

2021-01-08

Spark相关资料三册.zip

里面包含了三册和spark相关的资料

2021-01-07

sqp讲解及MATLAB程序.zip

主要是一些关于SQP的讲解资料和对应的MATLAB程序

2021-01-07

Taking the Human Out of the Loop- A Review of Bayesian Optimization.pdf

贝叶斯优化 综述 Abstract: Big Data applications are typically associated with systems involving large numbers of users, massive complex software systems, and large-scale heterogeneous computing and storage architectures. The construction of such systems involves many distributed design choices. The end products (e.g., recommendation systems, medical analysis tools, real-time game engines, speech recognizers) thus involve many tunable configuration parameters. These parameters are often specified and hard-coded into the software by various developers or teams. If optimized jointly, these parameters can result in significant improvements. Bayesian optimization is a powerful tool for the joint optimization of design choices that is gaining great popularity in recent years. It promises greater automation so as to increase both product quality and human productivity. This review paper introduces Bayesian optimization, highlights some of its methodological aspects, and showcases a wide range of applications. Published in: Proceedings of the IEEE ( Volume: 104 , Issue: 1 , Jan. 2016 )

2020-07-14

SQP讲解课件PDF.zip

SQP是一种在多行业都有应用的智能规划算法,该压缩包为SQP的讲解课件,已经转为PDF文件,有需要的可以进行下载,课件讲解得较为详细。

2020-07-10

TeraStation用户手册.pdf

这是TeraStation用户手册,方便TeraStation的初学者进行了解和学习。是一个较好的官方资料。

2020-07-10

Automated Algorithm Selection: Survey and Perspectives.pdf

Automated Algorithm Selection: Survey and Perspectives。今年的新survey,对算法自动调参领域作了详尽介绍。

2019-10-10

大规模分佈式机器学習.pdf

大规模分佈式机器学習,大规模分佈式机器学習简易入门教程

2019-10-10

LAB-master.zip

这是关于论文Look at Boundary: A Boundary-Aware Face Alignment Algorithm的相关代码

2019-09-02

PointCNN-master.zip

这是关于论文PointCNN的相关代码,具体内容值得学习一下

2019-09-02

generative_inpainting-master.zip

这是关于Generative Image Inpainting With Contextual Attention论文的相关代码

2019-09-02

loss-landscape-master.zip

这是关于论文Visualizing the Loss Landscape of Neural Nets的相关代码

2019-09-02

GANimation-master.zip

这是关于论文GANimation: Anatomically-aware Facial Animation from a Single Image的相关代码

2019-09-02

3D-ResNets-PyTorch-master.zip

这是关于论文Can Spatiotemporal 3D CNNs Retrace the History of 2D CNNs and ImageNet?的相关代码

2019-09-02

MUNIT-master.zip

这是关于论文Multimodal Unsupervised Image-to-image Translation的相关代码

2019-09-02

SENet-master.zip

这是关于论文Squeeze-and-Excitation Networks的相关代码值得学习

2019-09-02

Learning-to-See-in-the-Dark-master.zip

这是关于论文Learning to See in the Dark. CVPR 2018的相关代码值得学习

2019-09-02

PRNet-master.zip

这是关于论文Joint 3D Face Reconstruction and Dense Alignment with Position Map Regression Network (ECCV 2018)的代码

2019-09-02

vid2vid-master.zip

这是关于论文Video-to-Video Synthesis的相关代码,值得学习一下

2019-09-02

Learning to See in the Dark.pdf

这是关于学术论文Learning to See in the Dark的相关代码

2019-09-02

空空如也

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

TA关注的人

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