personal_projects

所属分类:C/C++基础
开发工具:Jupyter Notebook
文件大小:0KB
下载次数:0
上传日期:2023-04-14 16:42:41
上 传 者sh-1993
说明:  收集数据科学项目,供娱乐和自学。
(Collection of data science projects for fun and self-learning.)

文件列表:
MNIST_fashion_recognizer/ (0, 2023-04-14)
MNIST_fashion_recognizer/MNIST_Fashion_Recognizer.ipynb (600888, 2023-04-14)
MNIST_fashion_recognizer/mnist_fashion.model (594088, 2023-04-14)
MNIST_fashion_recognizer/sample_submission.csv (240909, 2023-04-14)
MNIST_fashion_recognizer/test.csv (51118296, 2023-04-14)
MNIST_fashion_recognizer/train.csv (76775041, 2023-04-14)
bookings_analysis/ (0, 2023-04-14)
bookings_analysis/daily_subs.csv (6837724, 2023-04-14)
bookings_analysis/exchange_rates.csv (227398, 2023-04-14)
bookings_analysis/sample_data_load.sql (1723, 2023-04-14)
bookings_analysis/subscriptions_dashboard.twb (1070521, 2023-04-14)
conversion_prediction/ (0, 2023-04-14)
conversion_prediction/CTP_Classifier.ipynb (789803, 2023-04-14)
conversion_prediction/client_clean.csv (1206071, 2023-04-14)
nyc_311_dashboard/ (0, 2023-04-14)
nyc_311_dashboard/NYC_311_Calls.ipynb (89858, 2023-04-14)
nyc_311_dashboard/dashboard.html (326120, 2023-04-14)
nyc_311_dashboard/map_style.txt (7300, 2023-04-14)
nyc_311_dashboard/multibrand.txt (5365, 2023-04-14)
whispr_sentiment_analysis/ (0, 2023-04-14)
whispr_sentiment_analysis/Sentiment_Analysis-WHOTEL.ipynb (88391, 2023-04-14)
whispr_sentiment_analysis/Sentiment_Analysis.ipynb (144593, 2023-04-14)
whispr_sentiment_analysis/UK_Sentiment.csv (87920, 2023-04-14)
wikipedia_time_series/ (0, 2023-04-14)
wikipedia_time_series/Web_Traffic_Prediction.ipynb (2329471, 2023-04-14)
youtube_trends/ (0, 2023-04-14)
youtube_trends/USvideos.csv (62756152, 2023-04-14)
youtube_trends/category_mappings.json (8496, 2023-04-14)
youtube_trends/trend_analysis.ipynb (382491, 2023-04-14)

# Personal Projects Collection of data science projects for fun and self-learning. *Primary tools: pandas, numpy, matplotlib, seaborn, sklearn, statsmodels, fbprophet, bokeh, nltk, and pygsheets.* ## Contents #### Machine Learning - [MNIST Fashion Recognizer](https://github.com/christinejiang11/personal_projects/blob/master/MNIST_fashion_recognizer/MNIST_Fashion_Recognizer.ipynb): A convolutional neural net to classify 60,000 images of clothing with a final model accuracy of 92%. Includes exploratory models and visual analysis to better understand the effect of filters and kernel size on model training time and results. - [Convert to Paid Prediction](https://github.com/christinejiang11/personal_projects/blob/master/conversion_prediction/CTP_Classifier.ipynb): Creating a classifier to predict whether or not free-trial customers on an online learning platform will convert to paid customers at the end of their one-month trial. Explores differences in accuracy across three models: K-nearest neighbors, logistic regression, and random forest. - [Wikipedia Time Series](https://github.com/christinejiang11/personal_projects/blob/master/wikipedia_time_series/Web_Traffic_Prediction.ipynb): Multiple time series project with the goal of predicting Wikipedia web views from January 2017 to March 2017 for 145,000 different pages. Uses both the statsmodels library ARIMA model and Facebook's Prophet model and compares model results. #### Visualization - [NYC 311 Calls](https://github.com/christinejiang11/personal_projects/blob/master/nyc_311_dashboard/NYC_311_Calls.ipynb): An interactive dashboard to visualize 311 (non-emergency) call volume in New York City. Serves as a proof-of-concept for how analytics can be used to understand fluctuations in call volume and better prioritize resources and case management across city agencies. To download scripts and run the dashboard yourself, see [here](https://github.com/christinejiang11/personal_projects/blob/master/https://github.com/christinejiang11/NYC_311_Dash). #### Natural Language Processing - [Whispr Sentiment Analysis](https://github.com/christinejiang11/personal_projects/blob/master/whispr_sentiment_analysis/Sentiment_Analysis.ipynb): Simple sentiment analysis for marketing consulting firm - classifies social media posts as positive, neutral, or negative using nltk and pygsheets.

近期下载者

相关文件


收藏者