Pinned Repositories
2016
Course material for BIO 260 and CSCI E-107 in Spring 2016
Automate-the-boring-stuff-in-Python
Automate the boring stuff in python
automateboringstuff
This package installs the modules used in "Automate the Boring Stuff with Python", 2nd Edition.
beginning-python-3ed
Source code for 'Beginning Python' by Magnus Lie Hetland
BooksPDF
causal_inference_python_code
Python code for part 2 of the book Causal Inference, by Miguel Hernán and James Robins
Computational-Neuroscience-UW
Python scripts that supplement the Coursera Computational Neuroscience course by the University of Washington
courses-HarvardX-IDS-Mod-2
python_for_data_analysis_2nd_chinese_version
《利用Python进行数据分析·第2版》
Lillianzww's Repositories
Lillianzww/python_for_data_analysis_2nd_chinese_version
《利用Python进行数据分析·第2版》
Lillianzww/2016
Course material for BIO 260 and CSCI E-107 in Spring 2016
Lillianzww/Automate-the-boring-stuff-in-Python
Automate the boring stuff in python
Lillianzww/automateboringstuff
This package installs the modules used in "Automate the Boring Stuff with Python", 2nd Edition.
Lillianzww/beginning-python-3ed
Source code for 'Beginning Python' by Magnus Lie Hetland
Lillianzww/BooksPDF
Lillianzww/causal_inference_python_code
Python code for part 2 of the book Causal Inference, by Miguel Hernán and James Robins
Lillianzww/Computational-Neuroscience-UW
Python scripts that supplement the Coursera Computational Neuroscience course by the University of Washington
Lillianzww/courses-HarvardX-IDS-Mod-2
Lillianzww/courses-HarvardX-IDS-Mod4-Inference
Lillianzww/data-scientist-roadmap
Toturial coming with "data science roadmap" graphe.
Lillianzww/econocharts
Microeconomics/macroeconomics charts in ggplot2
Lillianzww/Harvard-Data-Science-Professional
Repository for the Data Science Professional Program from Harvard University on edX
Lillianzww/hrv-biofeedback
Heart rate variability biofeedback toolkit
Lillianzww/Introduction-to-Data-Science
Course files for DAT101x: Introduction to Data Science
Lillianzww/Line-of-Therapy-Algorithm
This is the Line of Therapy Algorithm, as described in the paper "Temporal phenotyping by mining healthcare data to derive lines of therapy for cancer" pending submission in the Journal of Biomedical Informatics.
Lillianzww/Machine-learning-learning-notes
周志华《机器学习》又称西瓜书是一本较为全面的书籍,书中详细介绍了机器学习领域不同类型的算法(例如:监督学习、无监督学习、半监督学习、强化学习、集成降维、特征选择等),记录了本人在学习过程中的理解思路与扩展知识点,希望对新人阅读西瓜书有所帮助!
Lillianzww/Machine-Learning-Notes
周志华《机器学习》手推笔记
Lillianzww/MachineLearningNotebooks
Use the example notebooks in this repo to explore the Azure Machine Learning service.
Lillianzww/Matplotlib-stu
python数据科学手册-Matplotlib学习
Lillianzww/numpy_stu
numpy学习
Lillianzww/pandas-stu
python数据科学手册-pandas学习
Lillianzww/pumpkin-book
《机器学习》(西瓜书)公式推导解析,在线阅读地址:https://datawhalechina.github.io/pumpkin-book
Lillianzww/Python-Data-Science-Handbook
A Chinese translation of Jake Vanderplas' "Python Data Science Handbook". 《Python数据科学手册》在线Jupyter notebook中文翻译
Lillianzww/python-scrap
用Python写网络爬虫
Lillianzww/PythonDataScienceHandbook
Python Data Science Handbook: full text in Jupyter Notebooks
Lillianzww/scikit-image
Image Processing SciKit (Toolbox for SciPy)
Lillianzww/soii_neural_autocoder
A neural network autocoder for the Survey of Occupational Injuries and Illnesses.
Lillianzww/stat479-deep-learning-ss19
Course material for STAT 479: Deep Learning (SS 2019) at University Wisconsin-Madison
Lillianzww/WebScrapingWithPython
用Python写网络爬虫 学习总结和代码