机器学习
Cun kou
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
吴恩达机器学习作业二
In this part of the exercise, you will build a logistic regression model to predict whether a student gets admitted into a university 首先观察数据 def LoadData(): path = 'data/ex2data1.txt' data = pd.read_csv(path, header=None, names=['exam1', 'exam2', '原创 2022-04-15 23:58:49 · 1040 阅读 · 0 评论 -
吴恩达机器学习作业一(多变量)
Linear regression with multiple variables In this part, you will implement linear regression with multiple variables to predict the prices of houses. Suppose you are selling your house and you want to know what a good market price would be. One way to do t原创 2022-04-14 18:15:39 · 1308 阅读 · 0 评论 -
吴恩达机器学习作业一
Introduction In this exercise, you will implement linear regression and get to see it work on data. 首先,先看看数据是什么样的好进一步分析原创 2022-04-11 14:37:23 · 3065 阅读 · 2 评论
分享