
机器学习
二哥带你学编程
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
机器学习入门(1)
图灵测试:通过问答的方式,已经无法辨别对话那端是人还是机器,那么就可以说这样的机器具备了人工智能。 监督学习:关注对事物未知表现的预测,包括分类问题和回归问题。 无监督学习:倾向与对事物本身特性的分析,常用技术包括数据降维和聚类问题 7 ...原创 2018-11-08 21:43:16 · 124 阅读 · 0 评论 -
neural network and deep learning(Logistic regression)
After reading the Andrew Ng‘ s deep learing videos, I try to make a logistic regression model all by myself. This models is very easy in machine learning, and i made it with python. But i failed made ...原创 2019-04-21 23:18:17 · 140 阅读 · 0 评论