介绍 实际工作中,我们往往希望在运行程序时来指定需要传入的参数,比如传入指定的learning rate,batch size等等,使用sys.argv会是一个很方便的方式。 用法 我们通过一个实例来演示一下sys.argv的使用,首先创建一个Python脚本test.py 然后运行一下 简单! ...
分类:
编程语言 时间:
2020-01-22 18:08:30
阅读次数:
94
1. The difference between classification and clustering. from here. Classification: supervised learning with labels. Clustering: unsupervised learning ...
分类:
其他好文 时间:
2020-01-22 01:06:15
阅读次数:
124
Deep Learning with Python 适合立志研究人工智能、深度学习的初学者及有经验的开发者,本书分为两部分,第一部分是入门篇,讲解什么叫人工智能和深度学习,介绍一些基础概念,初级实例,适合初学者了解什么是深度学习;第二部分是高级篇,深度学习在计算机视觉、文本处理的方法和理论方法,也有 ...
分类:
编程语言 时间:
2020-01-21 18:12:49
阅读次数:
96
AutoAugment : Learning Augmentation Strategies from Data Summary 区别与传统数据增强方法。本文提出了一种自动化搜索优化的数据增强策略的方法 AutoAugment 实际应用中直接应用于兴趣数据集耗费太大,一般尝试迁移其他数据集的数据增强 ...
分类:
其他好文 时间:
2020-01-21 10:39:27
阅读次数:
168
Don't look back. Don't hesitate, just do it. 从SNE到t-SNE再到LargeVis tSNEJS Supplementary knowledge: 1. what is manifold learning流形学习? 2. what does tsne ...
分类:
其他好文 时间:
2020-01-21 00:53:23
阅读次数:
136
http-server的特点: http-server is a simple, zero-configuration command-line http server. It is powerful enough for production usage, but it's simple and ...
分类:
Web程序 时间:
2020-01-20 12:43:21
阅读次数:
142
论文题目: Segmentation-Based Deep-Learning Approach for Surface-Defect 文献地址:https://arxiv.org/abs/1903.08536v3 源码地址:https://github.com/Wslsdx/Deep-Learnin ...
分类:
移动开发 时间:
2020-01-19 14:07:08
阅读次数:
390
一、字符串相关的常用方法简介? package com.bjpowernode.java_learning; ? public class D74_1_StringCommonMethod { public static void main(String[] args) { //1.转为大写 Sys ...
分类:
编程语言 时间:
2020-01-18 01:29:15
阅读次数:
125
APP源码已上传到我的GitHub:https://github.com/zdm-code/Android-learning/tree/master/android_learning/mortgage 如今楼市可真是疯狂,房价蹭蹭的坐火箭飞涨,说到买房,自然少不了房贷,根据不同的贷款方式与还款方式, ...
分类:
移动开发 时间:
2020-01-17 19:03:29
阅读次数:
96
2020.01 读完: null 正在读: 《利用Python进行数据分析 第2版》 计划读: 《高等数学 第7版 同济大学》 《Deep Learning with Python》 《信息论基础 第2版》 《概率论与数理统计 第4版 浙江大学》 ...
分类:
其他好文 时间:
2020-01-17 13:51:49
阅读次数:
78