Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/5agado/data-science-learning
Repository of code and resources related to different data science and machine learning topics. For learning, practice and teaching purposes.
https://github.com/5agado/data-science-learning
data-science deep-learning jupyter-notebook learning-by-doing machine-learning statistics
Last synced: 3 months ago
JSON representation
Repository of code and resources related to different data science and machine learning topics. For learning, practice and teaching purposes.
- Host: GitHub
- URL: https://github.com/5agado/data-science-learning
- Owner: 5agado
- License: apache-2.0
- Created: 2017-03-29T13:55:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-17T08:39:47.000Z (4 months ago)
- Last Synced: 2024-07-17T10:50:14.759Z (4 months ago)
- Topics: data-science, deep-learning, jupyter-notebook, learning-by-doing, machine-learning, statistics
- Language: Jupyter Notebook
- Size: 3.47 MB
- Stars: 402
- Watchers: 18
- Forks: 113
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data Science Learning
Repository of code, resources and utilities related to different data science and machine learning topics. For learning, practicing and teaching purposes.Utils can be installed via
pip install -e .
## Data Science Resources
[resources.md](resources.md) provides a list of suggested resources (e.g. books, courses) grouped by topic (e.g. mathematics, deep learning, NLP). This list is based on my informal research between online communities and practitioners for the various topics, and then supported by personal notes once I've manage to consume the resource and come up with my own opinion about its quality and content. Tags like *TOREAD* and *TOCHECK* express exactly that I still didn't have the time to properly check the related entry.## Jupyter Notebooks
Many of the resources entries are personal Jupyter notebooks that contain a mix of textual explanations, references, comments and code examples about the discussed topic.Notebook can be in different states and have different purposes, some are polished in content, with complete explanations, proper structure and working code. These I consider to have the potential to be useful to others for learning. Some have been started and worked on with the same goal, but are not polished for consumption **[WIP]**.
A third type of content is about notebooks where I simply play around with code for testing/practicing personal ideas **[DEV]**. While I often try to comment code snippets, these notebooks might have a more chaotic structure and miss properly cured discussions about the topic and techniques used.### Statistics
* [Basic Theorems](statistics/Statistics%20-%20Basic%20Theorems.ipynb)
* [Probability - Intro](statistics/Probability%20-%20Intro.ipynb) [WIP]### Machine Learning
* [Linear Regression - Basics](machine%20learning/Linear%20Regression%20-%20Basics.ipynb)
* [Logistic Regression](machine%20learning/Logistic%20Regression.ipynb)
* [Evaluation Metrics](machine%20learning/Evaluation%20Metrics.ipynb)
* [Tensorflow - Intro](machine%20learning/Tensorflow%20-%20Intro.ipynb) [WIP]
* [Markov Models](machine%20learning/Markov%20Models.ipynb) [WIP]### Deep Learning
* [Autoencoders](deep%20learning/autoencoders/Autoencoders.ipynb)
* [GANs - Intro](deep%20learning/GANs%20-%20Intro.ipynb)
* [GANs - DCGAN](deep%20learning/GAN/DCGAN.ipynb)
* [GANs - ProGAN](deep%20learning/GAN/ProGAN.ipynb) [WIP]
* [GANs - StyleGAN](deep%20learning/StyleGAN)
* [Style Transfer](deep%20learning/Style%20Transfer%20-%20Intro.ipynb) [WIP]
* [CPPN](deep%20learning/CPPN/CPPN.ipynb)
* [Sketch Cleanup](deep%20learning/Sketch%20Cleanup.ipynb) [DEV]### Computer Vision
* [Image Processing - Basics](image%20processing/Image%20Processing%20-%20Basics.ipynb) [DEV]
* [Face Extract + Alignment](face_utils)
* [Face Swap (Dedicated Repository)](https://github.com/5agado/face-swap)### NLP
* [RNN with Keras - Text Generation (Dedicated Repository)](https://github.com/5agado/recurrent-neural-networks-intro/blob/master/RNN%20with%20Keras%20-%20Text%20Generation.ipynb)
* [Text Clustering](nlp/Text%20Clustering.ipynb)
* [RNN Text Generation - Advanced (Dedicated Repository)](https://github.com/5agado/recurrent-neural-networks-intro/blob/master/RNN%Text%20Generation%20-%20Advanced.ipynb)
* [Words Embedding](nlp/Words%20Embeddings.ipynb) [DEV]### Miscellaneous
* [Data Manipulation and Visualization with Pandas and Seaborn — A Practical Introduction](data%20analysis/Pandas%20and%20Seaborn.ipynb)
* [Sorting](miscellaneous/Sorting.ipynb)
* [Data Viz](data%20analysis/Data%20Viz%20-%20Intro.ipynb)
* [Advanced Python](miscellaneous/Advanced%20Python.ipynb) [DEV]### Graphics
* [Generative Art Intro](graphics/Generative%20Art%20-%20Intro.ipynb)
* [Cellular Automata](cellular%20automata/Cellular%20Automata.ipynb)
* [Reaction Diffusion](graphics/reaction_diffusion/Reaction%20Diffusion.ipynb)
* [Morphogenesis](graphics/morphogenesis)
* [Reaction Diffusion](graphics/reaction_diffusion)
## LicenseReleased under version 2.0 of the [Apache License].
[Apache license]: http://www.apache.org/licenses/LICENSE-2.0