Methods of same actor instance will share same process Actor - a stateful worker process (an instance of a @ray.remote class). 2021-10-28 Note ray 分布式 Python 分布式计算框架 Ray Overview是什么An open source framework that provides a simple, universal API for building distributed applications. 2021-10-21 Tech ray 分布式 featuretools for automated feature engineering Reading NotesOverview One of the holy grails of machine learning is to automate more and more of the feature engineering 2021-09-14 MachineLearning 特征工程 推荐系统模型列表 推荐模型 2010 年之前千篇一律以协同过滤、逻辑回归、因子分解机、梯度提升树为主。2015年之后深度学习推荐模型百花齐放。 2021-06-14 MachineLearning 推荐系统 关于机器学习的常见问题 什么是机器学习?定义机器学习(Machine Learning ),先需要澄清相关核心概念。 数据 解决问题 自动化 机器自动从数据中学习规律,并将规律应用到解决新的问题上。 分类有哪些?根据训练集中标签是否已知,分为监督学习 2021-05-30 MachineLearning Q&A 常见问题 Debezium Tutorial What is Debezium? need to be updated Debezium is a set of distributed services to capture changes in your databases s 2021-04-08 Tech 大数据 Adaboost 算法流程 对于二分类任务,Adaboost 几本思路是训练d 个弱分类器 $G_1(x), G_2(x), …, G_d(x)$,然后把这些弱分类器线性组合成强分类器 $G(x)$。 2021-03-27 MachineLearning Adaboost 符号函数 符号函数(Sign function,简称sgn)是一个逻辑函数,用以判断实数的正负号。 2021-03-27 MachineLearning 数学 决定系数(R2) 一般用可决系数($R^2$)评价线性回归模型对数据的拟合程度。 2021-03-24 MachineLearning R2 最小二乘法 最小二乘法(英语:least squares method),又称最小平方法,是一种数学优化建模方法。它通过最小化误差的平方和寻找数据的最佳函数匹配。 2021-03-24 MachineLearning 优化