2020年5月14日
摘要: error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https: 业精于勤荒于嬉-行成于思而毁于随 2019-05-07 16:07:33 1649 收藏展开参考: 阅读全文
posted @ 2020-05-14 18:09 曹明 阅读(1322) 评论(0) 推荐(0)
摘要: 从随机过程到马尔科夫链蒙特卡洛方法(MCMC) 从随机过程到马尔科夫链蒙特卡洛方法 1. Introduction 第一次接触到 Markov Chain Monte Carlo (MCMC) 是在 theano 的 deep learning tutorial 里面讲解到的 RBM 用到了 Gib 阅读全文
posted @ 2020-05-14 17:24 曹明 阅读(338) 评论(0) 推荐(0)
摘要: XGBoost # 基于XGBoost原生接口的回归 import xgboost as xgbfrom xgboost import plot_importancefrom matplotlib import pyplot as pltfrom sklearn.model_selection im 阅读全文
posted @ 2020-05-14 12:01 曹明 阅读(142) 评论(0) 推荐(0)
摘要: LightGBM # coding: utf-8# pylint: disable = invalid-name, C0111 # 函数的更多使用方法参见LightGBM官方文档:http://lightgbm.readthedocs.io/en/latest/Python-Intro.html i 阅读全文
posted @ 2020-05-14 12:00 曹明 阅读(321) 评论(0) 推荐(0)
摘要: SLAM学习--开源测试数据集合 Tum RGB-D SLAM Dataset and Benchmarkhttps://vision.in.tum.de/data/datasets/rgbd-dataset Kitti http://www.cvlibs.net/datasets/kitti/in 阅读全文
posted @ 2020-05-14 10:02 曹明 阅读(1350) 评论(0) 推荐(0)