随笔分类 -  Machine Learning

摘要:Predicting Student Admissions with Neural Networks In this notebook, we predict student admissions to graduate school at UCLA based on three pieces of 阅读全文
posted @ 2020-06-22 19:42 Zhentiw 阅读(315) 评论(0) 推荐(0) 编辑
摘要:ClassifyNB.py: def classify(features_train, labels_train): ### import the sklearn module for GaussianNB from sklearn.naive_bayes import GaussianNB ### 阅读全文
posted @ 2020-06-20 21:59 Zhentiw 阅读(219) 评论(0) 推荐(0) 编辑
摘要:Implementing the Gradient Descent Algorithm In this lab, we'll implement the basic functions of the Gradient Descent algorithm to find the boundary in 阅读全文
posted @ 2020-06-15 22:09 Zhentiw 阅读(340) 评论(0) 推荐(0) 编辑
摘要:If I have bunch of events and a bunch of probabilities, how likely is it those events happen based on the probabilities? If it is very likely then we 阅读全文
posted @ 2020-06-13 16:29 Zhentiw 阅读(252) 评论(0) 推荐(0) 编辑
摘要:The Softmax Function In the next video, we'll learn about the softmax function, which is the equivalent of the sigmoid activation function, but when t 阅读全文
posted @ 2020-06-11 02:55 Zhentiw 阅读(141) 评论(0) 推荐(0) 编辑
摘要:The sigmoid function is defined as sigmoid(x) = 1/(1+e-x). If the score is defined by 4x1 + 5x2 - 9 = score, then which of the following points has ex 阅读全文
posted @ 2020-06-11 02:43 Zhentiw 阅读(323) 评论(0) 推荐(0) 编辑
摘要:Give this: We have a wrongn classified point, how to move the line to come closer to the points? We apply learning rate and since wrong point is in po 阅读全文
posted @ 2020-06-07 23:08 Zhentiw 阅读(1131) 评论(0) 推荐(0) 编辑
摘要:Training an algorithm involes four ingredients: Data Model Objective function: We put data input a Model and get output out of it. The value we call i 阅读全文
posted @ 2020-02-18 02:55 Zhentiw 阅读(121) 评论(0) 推荐(0) 编辑
摘要:A part of Natural Language Processing (NLP) is processing text by “tokenizing” language strings. This means we can break up a string of text into part 阅读全文
posted @ 2016-11-08 00:37 Zhentiw 阅读(223) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示