Open wyattowalsh opened 3 years ago
Hello there, I have noticed this repository from the up-for-grabs.net website and I'd like to contribute here. But, first I have some questions regarding the written content:
Hey there @jtboing! Thanks for your comment, nice to see you here! 😊
These are great questions!
So far, I've been trying to build out the structure of the book and add guidelines for contributing, so these questions are right along the lines I've been considering (do lookout for when I update the issue with complete contribution guidelines).
In short:
In general there are landing pages and basics pages so far (with more specific pages to come as folks add them, such as OLS and Regularized Forms).
Along these lines, I think Landing Pages [ #67 ] are more of a general overview and introduction to a certain topic, which may require a different structure depending on the topic. Thus, they would be a good place for images, visualizations, and objects to attract readers and inspire them to read the section to follow.
Further, Basics pages I think should be less introductory and more technical; they should inform the reader of what specifics exist for a topic, how these specifics fit together/what use cases they are for, and brief information on basic usage. Similarly, these pages may require different structures to accomplish this goal, depending on the topic.
This way, readers are given a place to get excited about the material of a certain topic (landing pages) and get a technical overview of that topic (basics pages). After they have been given the proper context and introduction, they can then browse specific pages as interested.
Currently, I am the only maintainer of the project, but admittedly am not an expert across all topics. I am happy to edit to the best of my capabilities but was hoping that content would be improved through readers raising issues as well as self-editing and listings sources/citations. Another way is through the pull request template by having contributors ensure if they have listed their sources or if not to put their LinkedIn Profile for qualification confirmation. If you have any ideas on this or would like to help edit, let me know!
Yes, most definitely! There are actually a few ways of going about this:
cite
command as described on the Jupyter Book page here
Let me know your thoughts! Any ideas or perspective could prove helpful! I'm quite open-minded and just trying to make the most out of the project!
I've been able to make a few changes to the overall structure as well as have added citation/reference functionality through the addition of references.bib
files and basic layout (including bibliography code) for all pages.
I also updated the main issue comment to reflect these changes and integrate feedback
Thank you for the answers, I think adding some of what you wrote in the contributing docs might be a good idea. It will remind a contributor to be aware of the structure of the book and the importance of citations. I think in this phase of the project relying more on self-editing would suffice. I would also be inclined to help edit as well if necessary.
I can start by writing about Tensorflow and version control. I think adding Subversion to the list of version controls is needed, though I haven't used Subversion myself.
Hey @jtboing, sorry for the late reply!
That sounds good to me; I updated things accordingly! For the version control, I simplified the layout and just made the pages for Git, GitHub, GitLab, and Subversion as sections of the version control page.
It would be wonderful to see your contributions for Tensorflow/version control. Let me know if you need any help!
Hi @wyattowalsh , i saw this project in up-for-grabs.net and i would like to help. Maybe i could write something like Postgresql, but, should i also write the content too or just the section on the left?
Hi @wyattowalsh. I saw this project up for grabs and would like to help out. Is there any basic issues that can be resolved?
@wyattowalsh Hi, I saw the topic and I'm very interested in contributing to writing notes on data science. Is there any space needed? Please let me know I'm very excited to contribute to open source.
Hi, I saw the topic and I'm very interested in contributing to writing notes on data science. Is there any space needed? Please let me know I'm very excited to contribute to open source.
Hi @wyattowalsh , I saw your project on up-for-grabs.net and I would love to help out! I'm really interested in writing notes on data science, so I was wondering if there was any space for me to contribute? Let me know, I'm excited to help out with open source projects!
Hi there, @wyattowalsh Still looking for help on this? I'd like to contribute
Hey @wyattowalsh, nice to meet you here! I would love to contribute my service to this project. I'm super excited to help you out
Hi there !!, I would like to contribute to this project if it is still open
@wyattowalsh i would like to contribute can you assign me
het, i would like to contribute in this if needed any help.
Project Context
There are certainly many topics that are good for a data scientist to know and practice! I've tried my best so far to research and develop what I would consider an outline of the different topics broken up into the major sections of interest and practice. This is by no means a comprehensive list, but is ever developing and so far contains most topics. The goal with this is to present the reader with a solid index of the different topics with easily accessible content of the topic's context, overview, and more specific details.
In the Jupyter Book framework (and as specified in the _toc.yml project file) this strategy breaks down into
parts
, each containingchapters
of which can single pages or collections of pages, where each page can be either a single page or collection of pages. [Read more about Jupyter Book structure here]Completing the Basics
It would be wonderful to add helpful content to each topic's section (we can always refine the content over time).
Sources can be cited by adding a reference to the
references.bib
file associated to the topic and using the{cite}
command as described in the Jupyter Book documentation. I recommend using BibMe service to build the correct citation to add toreferences.bib
.Furthermore, additional features can be utilized like multichoice panels, special content blocks, and syntax highlighting! Check out the Jupyter Book documentation for more info!
Roadmap
Topics With Content
## - **Mathematical Topics** - N/A - **Programming** - N/A - **Data Collection** - N/A - **Data Processing** - N/A - **Visualization** - N/A - **Machine Learning & Data Mining** - [ ] Models [[link to website](https://makeuseofdata.com/machine_learning_and_data_mining/reinforcement_learning/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/machine_learning_and_data_mining/reinforcement_learning/index.md)] [ issue #107 ] - [x] The Elastic Net [[link to website](https://makeuseofdata.com/machine_learning_and_data_mining/reinforcement_learning/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/machine_learning_and_data_mining/reinforcement_learning/index.md)] [ issue #119 ] - [x] The Lasso [[link to website](https://makeuseofdata.com/machine_learning_and_data_mining/models/lasso/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/machine_learning_and_data_mining/models/lasso/index.md)] [ issue #120 ] - [x] Ordinary Least Squares [[link to website](https://makeuseofdata.com/machine_learning_and_data_mining/reinforcement_learning/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/machine_learning_and_data_mining/reinforcement_learning/index.md)] [ issue #121 ] - [x] Ridge [[link to website](https://makeuseofdata.com/machine_learning_and_data_mining/reinforcement_learning/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/machine_learning_and_data_mining/reinforcement_learning/index.md)] [ issue #123 ] - [ ] Regression [[link to website](https://makeuseofdata.com/machine_learning_and_data_mining/regression/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/machine_learning_and_data_mining/regression/index.md)] [ issue #42 ] - **Additional Topics** - N/A - **Resources** - N/ATopics In Progress
## - **Mathematical Topics** - N/A - **Programming** - Frameworks - [ ] TensorFlow [[link to website](https://makeuseofdata.com/programming/frameworks/tensorflow/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/programming/frameworks/tensorflow/index.md)] [ issue #77 ] - Languages - [ ] SQL [[link to website](https://makeuseofdata.com/programming/languages/sql/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/programming/languages/sql/index.md)] [ issue #24 ] - [ ] Version Control [[link to website](https://makeuseofdata.com/programming/version_control/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/programming/version_control/index.md)] [ issue #108 ] - **Data Collection** - N/A - **Data Processing** - N/A - **Visualization** - N/A - **Machine Learning & Data Mining** - [ ] Natural Language Processing [[link to website](https://makeuseofdata.com/machine_learning_and_data_mining/nlp/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/machine_learning_and_data_mining/nlp/index.md)] [ issue #59 ] - **Additional Topics** - N/A - **Resources** - N/AFull Topic Index
## - **Mathematical Topics** - [ ] Calculus [[link to website](https://makeuseofdata.com/mathematical_topics/calculus/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/mathematical_topics/calculus/index.md)] [ issue #8 ] - [ ] Linear Algebra [[link to website](https://makeuseofdata.com/mathematical_topics/linear_algebra/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/mathematical_topics/linear_algebra/index.md)] [ issue #11 ] - [ ] Optimization [[link to website](https://makeuseofdata.com/mathematical_topics/optimization/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/mathematical_topics/optimization/index.md)] [ issue #13 ] - [ ] Probability [[link to website](https://makeuseofdata.com/mathematical_topics/probability/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/mathematical_topics/probability/index.md)] [ issue #15 ] - [ ] Statistics [[link to website](https://makeuseofdata.com/mathematical_topics/statistics/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/mathematical_topics/statistics/index.md)] [ issue #17 ] - **Programming** - [ ] CI/CD [[link to website](https://makeuseofdata.com/programming/ci_cd/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/programming/ci_cd/index.md)] [ issue #71 ] - [ ] Data Structures [[link to website](https://makeuseofdata.com/programming/data_structures/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/programming/data_structures/index.md)] [ issue #72 ] - **Frameworks** - [ ] Apache Hadoop [[link to website](https://makeuseofdata.com/programming/frameworks/apache_hadoop/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/programming/frameworks/apache_hadoop/index.md)] [ issue #73 ] - [ ] Apache Spark [[link to website](https://makeuseofdata.com/programming/frameworks/apache_spark/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/programming/frameworks/apache_spark/index.md)] [ issue #74 ] - [ ] Jupyter [[link to website](https://makeuseofdata.com/programming/frameworks/jupyter/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/programming/frameworks/jupyter/index.md)] [ issue #75 ] - [ ] Pytorch [[link to website](https://makeuseofdata.com/programming/frameworks/pytorch/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/programming/frameworks/pytorch/index.md)] [ issue #76 ] - [ ] TensorFlow [[link to website](https://makeuseofdata.com/programming/frameworks/tensorflow/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/programming/frameworks/tensorflow/index.md)] [ issue #77 ] - **Languages** - [ ] Bash [[link to website](https://makeuseofdata.com/programming/languages/bash/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/programming/languages/bash/index.md)] [ issue #78 ] - [ ] C [[link to website](https://makeuseofdata.com/programming/languages/c/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/programming/languages/c/index.md)] [ issue #79 ] - [ ] C++ [[link to website](https://makeuseofdata.com/programming/languages/c++/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/programming/languages/c++/index.md)] [ issue #80 ] - [ ] Excel [[link to website](https://makeuseofdata.com/programming/languages/excel/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/programming/languages/excel/index.md)] [ issue #81 ] - [ ] Java [[link to website](https://makeuseofdata.com/programming/languages/java/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/programming/languages/java/index.md)] [ issue #82 ] - [ ] JavaScript [[link to website](https://makeuseofdata.com/programming/languages/javascript/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/programming/languages/javascript/index.md)] [ issue #83 ] - [ ] Julia [[link to website](https://makeuseofdata.com/programming/languages/julia/index.html)] [[link to file](data-science-notes/programming/languages/julia/index.md)] [ issue #84 ] - [ ] MATLAB [[link to website](https://makeuseofdata.com/programming/languages/matlab/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/programming/languages/matlab/index)] [ issue #85 ] - [ ] Python [[link to website](https://makeuseofdata.com/programming/languages/python/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/programming/languages/python/index.md)] [ issue #86 ] - [ ] R [[link to website](https://makeuseofdata.com/programming/languages/r/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/programming/languages/r/index.md)] [ issue #87 ] - [ ] Rust [[link to website](https://makeuseofdata.com/programming/languages/rust/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/programming/languages/rust/index.md)] [ issue #88 ] - [ ] SAS [[link to website](https://makeuseofdata.com/programming/languages/sas/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/programming/languages/sas/index.md)] [ issue #89 ] - [ ] Scala [[link to website](https://makeuseofdata.com/programming/languages/scala/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/programming/languages/scala/index.md)] [ issue #90 ] - [ ] SQL [[link to website](https://makeuseofdata.com/programming/languages/sql/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/programming/languages/sql/index.md)] [ issue #24 ] - [ ] Version Control [[link to website](https://makeuseofdata.com/programming/version_control/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/programming/version_control/index.md)] [ issue #108 ] - [ ] Virtual Environments [[link to website](https://makeuseofdata.com/programming/virtual_environments/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/programming/virtual_environments/index.md)] [ issue #11 ] - **Data Collection** - [ ] Overview [[link to website](https://makeuseofdata.com/data_collection/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/data_collection/index.md)] [ issue #91 ] - [ ] APIs [[link to website](https://makeuseofdata.com/data_collection/apis/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/data_collection/apis/index.md)] [ issue #138 ] - Databases - [ ] Relational [[link to website](https://makeuseofdata.com/data_collection/databases/relational/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/data_collection/databases/relational/index.md)] [ issue #92 ] - [ ] Non-Relational [[link to website](https://makeuseofdata.com/data_collection/databases/non_relational/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/data_collection/databases/non_relational/index.md)] [ issue #93 ] - **Data Processing** - [ ] Overview [[link to website](https://makeuseofdata.com/data_processing/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/data_processing/index.md)] [ issue #94 ] - [ ] Cleaning [[link to website](https://makeuseofdata.com/data_processing/cleaning/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/data_processing/cleaning/index.md)] [ issue #95 ] - [ ] Feature Engineering [[link to website](https://makeuseofdata.com/data_processing/feature_engineering/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/data_processing/feature_engineering/index.md)] [ issue #96 ] - [ ] Feature Selection [[link to website](https://makeuseofdata.com/data_processing/feature_selection/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/data_processing/feature_selection/index.md)] [ issue #97 ] - [ ] Data Imputation [[link to website](https://makeuseofdata.com/data_processing/imputation/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/data_processing/imputation/index.md)] [ issue #98 ] - **Visualization** - [ ] Overview [[link to website](https://makeuseofdata.com/visualization/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/visualization/index.md)] [ issue #99 ] - [ ] Python [[link to website](https://makeuseofdata.com/visualization/python/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/visualization/python/index.md)] [ issue #100 ] - [ ] Matplotlib Gallery [[link to website](https://makeuseofdata.com/visualization/python/matplotlib/gallery.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/visualization/python/matplotlib/gallery.ipynb)] [ issue #101 ] - [ ] Plotly Gallery [[link to website](https://makeuseofdata.com/visualization/python/plotly/gallery.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/visualization/python/plotly/gallery.ipynb)] [ issue #102 ] - [ ] Seaborn Gallery [[link to website](https://makeuseofdata.com/visualization/python/seaborn/gallery.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/visualization/python/seaborn/gallery.ipynb)] [ issue #103 ] - **Machine Learning & Data Mining** - [ ] Classification [[link to website](https://makeuseofdata.com/machine_learning_and_data_mining/classification/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/machine_learning_and_data_mining/classification/index.md)] [ issue #44 ] - [ ] Clustering [[link to website](https://makeuseofdata.com/machine_learning_and_data_mining/clustering/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/machine_learning_and_data_mining/clustering/index.md)] [ issue #104 ] - [ ] Deep Learning [[link to website](https://makeuseofdata.com/machine_learning_and_data_mining/deep_learning/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/machine_learning_and_data_mining/deep_learning/index.md)] [ issue #105 ] - [ ] Dimensionality Reduction [[link to website](https://makeuseofdata.com/machine_learning_and_data_mining/dimensionality_reduction/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/machine_learning_and_data_mining/dimensionality_reduction/index.md)] [ issue #106 ] - [ ] Natural Language Processing (***Some Content Added***) [[link to website](https://makeuseofdata.com/machine_learning_and_data_mining/nlp/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/machine_learning_and_data_mining/nlp/index.md)] [ issue #59 ] - [ ] Regression [[link to website](https://makeuseofdata.com/machine_learning_and_data_mining/regression/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/machine_learning_and_data_mining/regression/index.md)] [ issue #42 ] - [ ] Reinforcement Learning [[link to website](https://makeuseofdata.com/machine_learning_and_data_mining/reinforcement_learning/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/machine_learning_and_data_mining/reinforcement_learning/index.md)] [ issue #107 ] - [ ] Models [[link to website](https://makeuseofdata.com/machine_learning_and_data_mining/reinforcement_learning/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/machine_learning_and_data_mining/reinforcement_learning/index.md)] [ issue #107 ] - [ ] Autoencoders (ANNs) [[link to website](https://makeuseofdata.com/machine_learning_and_data_mining/models/ann/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/machine_learning_and_data_mining/models/ann/index.md)] [ issue #125 ] - [ ] Convolutional Neural Networks (CNNs) [[link to website](https://makeuseofdata.com/machine_learning_and_data_mining/models/cnn/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/machine_learning_and_data_mining/models/cnn/index.md)] [ issue #126 ] - [ ] Decision Trees [[link to website](https://makeuseofdata.com/machine_learning_and_data_mining/models/decision_trees/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/machine_learning_and_data_mining/models/decision_trees/index.md)] [ issue #118 ] - [ ] Discriminant Analysis [[link to website](https://makeuseofdata.com/machine_learning_and_data_mining/models/discriminant_analysis/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/machine_learning_and_data_mining/models/discriminant_analysis/index.md)] [ issue #127 ] - [x] The Elastic Net [[link to website](https://makeuseofdata.com/machine_learning_and_data_mining/reinforcement_learning/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/machine_learning_and_data_mining/reinforcement_learning/index.md)] [ issue #119 ] - [ ] Ensemble Methods [[link to website](https://makeuseofdata.com/machine_learning_and_data_mining/models/ensemble/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/machine_learning_and_data_mining/models/ensemble/index.md)] [ issue #128 ] - [ ] Generalized Linear Models [[link to website](https://makeuseofdata.com/machine_learning_and_data_mining/models/glm/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/machine_learning_and_data_mining/models/glm/index.md)] [ issue #129 ] - [ ] Hierarchical Clustering [[link to website](https://makeuseofdata.com/machine_learning_and_data_mining/models/hierarchical_clustering/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/machine_learning_and_data_mining/models/hierarchical_clustering/index.md)] [ issue #130 ] - [ ] K-Means [[link to website](https://makeuseofdata.com/machine_learning_and_data_mining/models/kmeans/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/machine_learning_and_data_mining/models/kmeans/index.md)] [ issue #131 ] - [ ] K-Nearest Neighbors [[link to website](https://makeuseofdata.com/machine_learning_and_data_mining/models/knn/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/machine_learning_and_data_mining/models/knn/index.md)] [ issue #132 ] - [x] The Lasso [[link to website](https://makeuseofdata.com/machine_learning_and_data_mining/models/lasso/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/machine_learning_and_data_mining/models/lasso/index.md)] [ issue #120 ] - [ ] Logistic Regression [[link to website](https://makeuseofdata.com/machine_learning_and_data_mining/models/logistic/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/machine_learning_and_data_mining/models/logistic/index.md)] [ issue #133 ] - [ ] Long short-term memory (LSTM) [[link to website](https://makeuseofdata.com/machine_learning_and_data_mining/models/lstm/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/machine_learning_and_data_mining/models/lstm/index.md)] [ issue #134 ] - [ ] Neural Networks [[link to website](https://makeuseofdata.com/machine_learning_and_data_mining/models/nn/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/machine_learning_and_data_mining/models/nn/index.md)] [ issue #135 ] - [x] Ordinary Least Squares [[link to website](https://makeuseofdata.com/machine_learning_and_data_mining/reinforcement_learning/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/machine_learning_and_data_mining/reinforcement_learning/index.md)] [ issue #121 ] - [ ] Principle Component Analysis [[link to website](https://makeuseofdata.com/machine_learning_and_data_mining/models/pca/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/machine_learning_and_data_mining/models/pca/index.md)] [ issue #136 ] - [x] Ridge [[link to website](https://makeuseofdata.com/machine_learning_and_data_mining/reinforcement_learning/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/machine_learning_and_data_mining/reinforcement_learning/index.md)] [ issue #123 ] - [ ] Recurrent Neural Networks (RNNs) [[link to website](https://makeuseofdata.com/machine_learning_and_data_mining/models/rnn/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/machine_learning_and_data_mining/models/rnn/index.md)] [ issue #137 ] - [ ] Support Vector Machines [[link to website](https://makeuseofdata.com/machine_learning_and_data_mining/reinforcement_learning/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/machine_learning_and_data_mining/reinforcement_learning/index.md)] [ issue #124 ] - **Additional Topics** - [ ] Business Topics [[link to website](https://makeuseofdata.com/additional_topics/business_topics/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/additional_topics/business_topics/index.md)] [ issue #113 ] - [ ] Cloud Computing [[link to website](https://makeuseofdata.com/additional_topics/cloud/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/additional_topics/cloud/index.md)] [ issue #139 ] - [ ] Exploratory Data Analysis [[link to website](https://makeuseofdata.com/additional_topics/eda/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/additional_topics/eda/index.md)] [ issue #114 ] - [ ] Simulation [[link to website](https://makeuseofdata.com/additional_topics/simulation/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/additional_topics/simulation/index.md)] [ issue #115 ] - **Resources** - [ ] Overview [[link to website](https://makeuseofdata.com/resources/index.html)] [[link to file](https://github.com/wyattowalsh/data-science-notes/blob/master/data-science-notes/resources/index.md)] [ issue #116 ]