由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DataSciences版 - Machine learning question
相关主题
Machine learning in action by Peter Harrington学习 使用 spark需要会machine learning理论么
请问machine learning入门级的书哪一本比较好?Leetcode?
问问面试如何出题Machine Learning硕士求推荐
攒人品,求bless~ 新鲜面经 - Machine Learning Engineer请教各位大牛
Stanford 免费的 Machine Learning online course 开始了分享一篇有意思的文章Machine Learning: The High-Interest Credit Card of Technical Debt
求推荐machine learning和data mining的书 (转载)又要开始找工作了, 想找 machine learning方面的工作机会
非csee的engineer做machine learning engineer,办身份会有问题吗Azure Machine Learning视频
machine learning startup内推 (转)找DS工作, 一定要懂(甚至精通)machine learning或者statistics
相关话题的讨论汇总
话题: x2话题: machine话题: x1话题: 系数话题: learning
进入DataSciences版参与讨论
1 (共1页)
g***e
发帖数: 577
1
train AI with data like:
[x1,x2,y] -> z where z = 1 if y = x1+x2, otherwise z = 0.
and your goal is to make the machine predict
[x1,x2,y] -> 0 or 1 ?
whats the best choice of method here. Condition is you can't write the logic
of y = x1+x2 explicitly in your model ( ie, you can't use the prior
knowledge of this, instead you would need the machine to discover this via
general algorithms ).
y********g
发帖数: 81
2
train z ~ x1, x2, (x1+x2-y) using a decision tree model. It will find two
splits for the third variable around 0.
g***e
发帖数: 577
3
thank you very much!

【在 y********g 的大作中提到】
: train z ~ x1, x2, (x1+x2-y) using a decision tree model. It will find two
: splits for the third variable around 0.

l***e
发帖数: 108
4
我觉得你这第三个variable是利用了prior knowledge

【在 y********g 的大作中提到】
: train z ~ x1, x2, (x1+x2-y) using a decision tree model. It will find two
: splits for the third variable around 0.

l****r
发帖数: 119
5
linear regression?
f*******6
发帖数: 56
6
[1 0
0 1
系数1 系数2] X [x1 X2]
当系数1,系数2同时为1时才能得出Z=1
但问题本身是多重共线性,是不是就无法求出系数1,系数2?
v******y
发帖数: 4134
7
为什么有人免费帮他做题啊?
f*******6
发帖数: 56
8
我是新手,挺喜欢看到这样的帖子,大家讨论,如果高手不吝赐教,潜在的帮助更多的
中国学生学习。好事呀。

【在 v******y 的大作中提到】
: 为什么有人免费帮他做题啊?
1 (共1页)
进入DataSciences版参与讨论
相关主题
找DS工作, 一定要懂(甚至精通)machine learning或者statisticsStanford 免费的 Machine Learning online course 开始了
[请教] machine learning 面试求推荐machine learning和data mining的书 (转载)
求审稿机会-Machine Learning, Bioinformatics方向非csee的engineer做machine learning engineer,办身份会有问题吗
Industry job opening: machine learning @ Bostonmachine learning startup内推 (转)
Machine learning in action by Peter Harrington学习 使用 spark需要会machine learning理论么
请问machine learning入门级的书哪一本比较好?Leetcode?
问问面试如何出题Machine Learning硕士求推荐
攒人品,求bless~ 新鲜面经 - Machine Learning Engineer请教各位大牛
相关话题的讨论汇总
话题: x2话题: machine话题: x1话题: 系数话题: learning