在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:cedrickchee/data-science-notebooks开源软件地址:https://github.com/cedrickchee/data-science-notebooks开源编程语言:Jupyter Notebook 99.9%开源软件介绍:Data Science NotebooksData science Python notebooks—a collection of Jupyter notebooks on machine learning, deep learning, statistical inference, data analysis and visualization. This repo contains various Python Jupyter notebooks I have created to experiment and learn with the core libraries essential for working with data in Python and work through exercises, assignments, course works, and explore subjects that I find interesting such as machine learning and deep learning. Familiarity with Python as a language is assumed. The essential core libraries that I will be focusing on for working with data are NumPy, Pandas, Matplotlib, PyTorch, TensorFlow, Keras, Caffe, scikit-learn, spaCy, NLTK, Gensim, and related packages. Table of Contents
How to Use this Repo
AboutThe notebooks were written and tested with Python 3.6, though other Python versions (including Python 3.x) should work in nearly all cases. See index.ipynb for an index of the notebooks available. SoftwareThe code in the notebook was tested with Python 3.6, though most (but not all) will also work correctly with Python 3.x. The packages I used to run the code in the notebook are listed in requirements.txt (Note that some of these exact version numbers may not be available on your platform: you may have to tweak them for your own use). To install the requirements using conda, run the following at the command-line: $ conda install --file requirements.txt To create a stand-alone environment named DSN with Python 3.6 and all the required package versions, run the following: $ conda create -n DSN python=3.5 --file requirements.txt You can read more about using conda environments in the Managing Environments section of the conda documentation. Deep LearningProjects
DL Assignments, Exercises or Course Worksfast.ai's Deep Learning Part 1: Practical Deep Learning for Coders 2018 (v2): Oct - Dec 2017
fast.ai's Deep Learning Part 1: Practical Deep Learning for Coders 2019 (v3): Oct - Dec 2018Deep Learning Part 1: 2019 Edition fast.ai's Deep Learning Part 2: Cutting Edge Deep Learning for Coders 2017 (v1): Feb - Apr 2017Deep Learning Part 2: 2017 Edition fast.ai's Deep Learning Part 2: Cutting Edge Deep Learning for Coders 2018 (v2): Mar - May 2018Deep Learning Part 2: 2018 Edition Machine LearningML Assignments, Exercises or Course WorksAndrew Ng's "Machine Learning" class on Courserafast.ai's machine learning course
Libraries or FrameworksNumPy
PyTorchWIP TensorFlow
KerasWIP PandasWIP MatplotlibWIP Kaggle Competitions
LicenseThis repository contains a variety of content; some developed by Cedric Chee, and some from third-parties. The third-party content is distributed under the license provided by those parties. I am providing code and resources in this repository to you under an open source license. Because this is my personal repository, the license you receive to my code and resources is from me and not my employer. The content developed by Cedric Chee is distributed under the following license: CodeThe code in this repository, including all code samples in the notebooks listed above, is released under the MIT license. Read more at the Open Source Initiative. TextThe text content of the book is released under the CC-BY-NC-ND license. Read more at Creative Commons. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论