# data-science-learning **Repository Path**: davylw/data-science-learning ## Basic Information - **Project Name**: data-science-learning - **Description**: Repository of code and resources related to different data science and machine learning topics. For learning, practice and teaching purposes. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 python setup.py develop ## 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 **[FINAL]**, with complete explanations, proper structure and -hopefully- 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 yet finished **[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. ## [FINAL] * [Data Manipulation and Visualization with Pandas and Seaborn — A Practical Introduction](data%20analysis/Pandas%20and%20Seaborn.ipynb) * [RNN with Keras - Text Generation (Dedicated Repository)](https://github.com/5agado/recurrent-neural-networks-intro/blob/master/RNN%20with%20Keras%20-%20Text%20Generation.ipynb) * [Face Swap (Dedicated Repository)](https://github.com/5agado/face-swap) ## [WIP] ### Statistics * [Basic Theorems](statistics/Statistics%20-%20Basic%20Theorems.ipynb) ### 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) * [Markov Models](machine%20learning/Markov%20Models.ipynb) ### Deep Learning * [Autoencoders](deep%20learning/Autoencoders.ipynb) * [GANs - Intro](deep%20learning/GANs%20Intro.ipynb) * [Style Transfer](deep%20learning/Style%20Transfer.ipynb) * [CPPN](deep%20learning/CPPN) ### NLP * [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) ### Miscellaneous * [Sorting](miscellaneous/Sorting.ipynb) * [Dynamical Systems](graphics/Dynamical%20Systems.ipynb) ### Graphics * [Generative Art Intro](graphics/Generative%20Art%20-%20Intro.ipynb) ## [DEV] * [Image Processing - Basics](image%20processing/Image%20Processing%20-%20Basics.ipynb) * [Cellular Automata](cellular%20automata/Cellular%20Automata.ipynb) * [Words Embedding](nlp/Words%20Embeddings.ipynb) * [Sketch Cleanup](deep%20learning/Sketch%20Cleanup.ipynb) * [Advanced Python](miscellaneous/Advanced%20Python.ipynb) ## TODO ## License Released under version 2.0 of the [Apache License]. [Apache license]: http://www.apache.org/licenses/LICENSE-2.0