摘要: Number of 1 Bits Write a function that takes an unsigned integer and return the number of '1' bits it has (also known as the Hamming weight). Example 阅读全文
posted @ 2020-09-08 21:34 0-1-world 阅读(101) 评论(0) 推荐(0) 编辑
摘要: Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path. 阅读全文
posted @ 2020-09-03 21:45 0-1-world 阅读(91) 评论(0) 推荐(0) 编辑
摘要: 设置 git config --global user.name '你自己GitHub的用户名' 配置用户名 git config --global user.email '你自己GitHub的注册邮箱' 配置邮箱 时光穿梭机 git status 查看状态 git diff 比较不同 git ad 阅读全文
posted @ 2020-01-10 20:41 0-1-world 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 1、自动化模型选择核心问题 1.1搜索空间 搜索空间定义了对分类问题或回归问题的可选择的机器学习算法,如KNN、SVM、k means等。 1.2搜索策略 搜索策略定义了使用怎样的算法可以快速准确找到最优的模型。常见的搜索方法包括贝叶斯优化、进化算法等。 2、自动化模型选择 2.1基于贝叶斯优化的自 阅读全文
posted @ 2019-11-07 10:00 0-1-world 阅读(1271) 评论(0) 推荐(0) 编辑
摘要: 1、Featuretools 1.1 Featuretools介绍 Featuretools使用一种称为深度特征合成(Deep Feature Synthesis,DFS)的算法,该算法遍历通过关系数据库的模式描述的关系路径。当DFS遍历这些路径时,它通过应用于数据的操作(包括和、平均值和计数)生成 阅读全文
posted @ 2019-10-30 11:50 0-1-world 阅读(1200) 评论(0) 推荐(0) 编辑
摘要: windows安装Anaconda3 环境 windows10 64位 Anaconda3 5.2.0版本 windows64位 在官网下载windows版本 https://www.anaconda.com/download/ windows 安装 点击安装包,前面是选择安装路径,一步一步点击确认 阅读全文
posted @ 2019-10-27 17:51 0-1-world 阅读(2906) 评论(0) 推荐(0) 编辑
摘要: 参考(https://www.cnblogs.com/home123/p/7484558.html) (https://blog.csdn.net/tyhj_sf/article/details/79932893) Sigmoid函数 Sigmoid函数曾被广泛地应用,但由于其自身的一些缺陷,现在很 阅读全文
posted @ 2019-02-26 22:17 0-1-world 阅读(3249) 评论(0) 推荐(0) 编辑