[SOLVED] ML-Assignment 3 Logistic Regression

20.99 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

5/5 - (1 vote)

3-1 Complete logistic-regression.ipynb file and implement logistic regression by yourself.

 

3-1 Your job is classifying the news in two categories, weather news, and political news. (Hint: for transforming the text to the numeric feature use “vocab.txt”. this file contains 100 words.  create a vector for every news that the elements of the vector Indicate the presence or absence of a word.)

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.