2017年8月20日 星期日

DEAN 690_Week 4

Dataset
This website provides 476 million twitter tweets. First idea is to set up categories to separate the tweets and then try to find any relation among these tweets. I am still thinking ideas of this dataset. If anyone has ideas, let me know, please.
Question
13. What is logistic regression?
Statistics: Logistic regression which is also called logit regression or logit model is one specific type of regression model.
14. Compare R and python
Personal opinion: two of these software focus on different aspects.
R: statistics and graphic model
Python: high-level programming language
42. What is a local optimum?
Local optimum is an optimization problem among particular neighborhood of values.
News
Topic: Moving from R to Python: The Libraries You Need to Know
Useful package: R -> Python
Project Idea
•Explore dataset.
•Link diverse IT jobs to catalogue.
•Create relationship between IT jobs.
NLP learning Blog
http://ling-blogs.bu.edu/static/lx390f16/page5/


Natural Language Processing with Python


http://www.nltk.org/book/
PYTHON NLTK COOKBOOK

http://streamhacker.com/

沒有留言:

張貼留言

Python program to display calendar

# Python program to display calendar of given month of the year # importing calendar module for calendar operations import calendar # set t...