All Projects → Shujian2015 → Freeml

Shujian2015 / Freeml

A List of Data Science/Machine Learning Resources (Mostly Free)

Projects that are alternatives of or similar to Freeml

D2l Vn
Một cuốn sách tương tác về học sâu có mã nguồn, toán và thảo luận. Đề cập đến nhiều framework phổ biến (TensorFlow, Pytorch & MXNet) và được sử dụng tại 175 trường Đại học.
Stars: ✭ 402 (-58.73%)
Mutual labels:  data-science, natural-language-processing
Courses
Quiz & Assignment of Coursera
Stars: ✭ 454 (-53.39%)
Mutual labels:  data-science, natural-language-processing
Mlinterview
A curated awesome list of AI Startups in India & Machine Learning Interview Guide. Feel free to contribute!
Stars: ✭ 410 (-57.91%)
Mutual labels:  data-science, natural-language-processing
Autogluon
AutoGluon: AutoML for Text, Image, and Tabular Data
Stars: ✭ 3,920 (+302.46%)
Mutual labels:  data-science, natural-language-processing
Speech Emotion Analyzer
The neural network model is capable of detecting five different male/female emotions from audio speeches. (Deep Learning, NLP, Python)
Stars: ✭ 633 (-35.01%)
Mutual labels:  data-science, natural-language-processing
Tensorlayer Tricks
How to use TensorLayer
Stars: ✭ 357 (-63.35%)
Mutual labels:  data-science, natural-language-processing
Spacy
💫 Industrial-strength Natural Language Processing (NLP) in Python
Stars: ✭ 21,978 (+2156.47%)
Mutual labels:  data-science, natural-language-processing
Prodigy Recipes
🍳 Recipes for the Prodigy, our fully scriptable annotation tool
Stars: ✭ 229 (-76.49%)
Mutual labels:  data-science, natural-language-processing
Spacy Stanza
💥 Use the latest Stanza (StanfordNLP) research models directly in spaCy
Stars: ✭ 508 (-47.84%)
Mutual labels:  data-science, natural-language-processing
Learn Data Science For Free
This repositary is a combination of different resources lying scattered all over the internet. The reason for making such an repositary is to combine all the valuable resources in a sequential manner, so that it helps every beginners who are in a search of free and structured learning resource for Data Science. For Constant Updates Follow me in …
Stars: ✭ 4,757 (+388.4%)
Mutual labels:  data-science, natural-language-processing
Oie Resources
A curated list of Open Information Extraction (OIE) resources: papers, code, data, etc.
Stars: ✭ 283 (-70.94%)
Mutual labels:  data-science, natural-language-processing
Coursera
Quiz & Assignment of Coursera
Stars: ✭ 774 (-20.53%)
Mutual labels:  data-science, natural-language-processing
Awesome Distributed Deep Learning
A curated list of awesome Distributed Deep Learning resources.
Stars: ✭ 277 (-71.56%)
Mutual labels:  data-science, natural-language-processing
Data Science
Collection of useful data science topics along with code and articles
Stars: ✭ 315 (-67.66%)
Mutual labels:  data-science, natural-language-processing
Datacamp Python Data Science Track
All the slides, accompanying code and exercises all stored in this repo. 🎈
Stars: ✭ 250 (-74.33%)
Mutual labels:  data-science, natural-language-processing
Code search
Code For Medium Article: "How To Create Natural Language Semantic Search for Arbitrary Objects With Deep Learning"
Stars: ✭ 436 (-55.24%)
Mutual labels:  data-science, natural-language-processing
Delbot
It understands your voice commands, searches news and knowledge sources, and summarizes and reads out content to you.
Stars: ✭ 191 (-80.39%)
Mutual labels:  data-science, natural-language-processing
Machine Learning Resources
A curated list of awesome machine learning frameworks, libraries, courses, books and many more.
Stars: ✭ 226 (-76.8%)
Mutual labels:  data-science, natural-language-processing
Book Socialmediaminingpython
Companion code for the book "Mastering Social Media Mining with Python"
Stars: ✭ 462 (-52.57%)
Mutual labels:  data-science, natural-language-processing
Machine learning examples
A collection of machine learning examples and tutorials.
Stars: ✭ 6,466 (+563.86%)
Mutual labels:  data-science, natural-language-processing

Data Science Resources (Mostly Free)

The first half is more or less my learning path in the past two years while the second half is my plan for this year. I tried to make a balance between comprehension and doability. For more extensive lists, you can check Github search or CS video lectures

Hope the list is helpful, especially to whom are not in CS major but interested in data science!


Table of Contents


One Month Plan:

You may find the list overwhelming. Here is my suggestion if you want to have some basic understanding in one month:

Machine Learning:

- Videos:

- Textbooks:

  • Introduction to Statistical Learning: pdf
  • Computer Age Statistical Inference: Algorithms, Evidence, and Data Science: pdf
  • The Elements of Statistical Learning: pdf
  • Machine Learning Yearning: Website

- Comments:

Statistical Learning is the introduction course. It is free to earn a certificate. It follows Introduction to Statistical Learning book closely. Coursera Stanford by Andrew Ng is another introduction course course and quite popular. Taking either of them is enough for most of data science positions. People want to go deeper can take 229 or 701 and read ESL book.


Natural Language Processing:

- Videos:

- Books:

  • Speech and Language Processing (3rd ed. draft): Book
  • An Introduction to Information Retrieval: pdf
  • Deep Learning (Some chapters or sections): Book
  • A Primer on Neural Network Models for Natural Language Processing: Paper. Goldberg also published a new book this year
  • NLP by Jacob Eisenstein: pdf. Free book draft
  • Deep Learning in Natural Language Processing by Deng, Li: Amazon

- Packages:

- Comments:

The basic NLP course by Stanford is the fundamental one. SLP 3ed follows this course. After this, feel free to take one of the three NLP+DL courses. They basically cover same topics. The Stanford one have HWs available online. CMU one follows Goldberg's book. Deepmind one is much shorter.

- More:

Some other people's collections: NLP, DL-NLP, Speech and NLP, Speech, RNN


Deep Learning

- Videos:

  • Ng’s deep learning courses: Coursera. This specialization is so popular. Prof. Ng covers all a lot of details and he is really a good teacher.
  • Tensorflow. Stanford CS20SI: Youtube
  • Stanford 231n: Convolutional Neural Networks for Visual Recognition (Spring 2017): Youtube, Couse page
  • Stanford 224n: Natural Language Processing with Deep Learning (Winter 2017): Youtube, Course page
  • The self-driving car is a really hot topic recently. Take a look at this short course to see how it works. MIT 6.S094: Deep Learning for Self-Driving Cars: Youtube, Couse page
  • Neural Networks for Machine Learning by Hinton: Coursera. This course is so hard for me but it covers almost everything about neural networks. Prof. Hinton is the hero.
  • FAST.ai: Course

- Books:

- Other:

- Comments:

Ng's courses are already good enough. Reading Part 2 of Goodfellow's book can also be helpful. Learning one kind of DL packages is important, such as Keras, TF or Pytorch. People may choose a focus, either CV or NLP. People want to have deeper understanding of DL can take Hinton's course and read Part 3 of Goodfellow's book. Fast.ai has very practical courses.


Systems:

  • Docker Mastery: Udemy
  • The Ultimate Hands-On Hadoop: Udemy
  • Spark and Python for Big Data with PySpark: Udemy

Analytics:


Reinforcement Learning:

- Videos:

- Books:

  • Reinforcement Learning: An Introduction (2nd): pdf

Others:


Interviews:

- Lists with Solutions:

  • 111 Data Science Interview Questions & Detailed Answers: Link
  • 40 Interview Questions asked at Startups in Machine Learning / Data Science Link
  • 100 Data Science Interview Questions and Answers (General) for 2017 Link
  • 21 Must-Know Data Science Interview Questions and Answers Link
  • 45 Questions to test a data scientist on basics of Deep Learning (along with solution) Link
  • 30 Questions to test a data scientist on Natural Language Processing Link
  • Questions on Stackoverflow: Link
  • Compare two models: My collection

- Without Solutions:

  • Over 100 Data Science Interview Questions Link
  • 20 questions to detect fake data scientists Link
  • Question on Glassdoor: link

Topics to Learn ->


Bayesian:

- Courses:

  • Bayesian Statistics: From Concept to Data Analysis: Coursera
  • Bayesian Methods for Machine Learning: Coursera
  • Statistical Rethinking: Course Page (Recorded Lectures: Winter 2015, Fall 2017)

- Book:

  • Bayesian Data Analysis, Third Edition
  • Applied Predictive Modeling

Time series:

- Courses:

- Books:

  • Time Series Analysis and Its Applications: Springer

- With LSTM:


Quant:

- Books:

  • Heard on the Street: Quantitative Questions from Wall Street Job Interviews by Timothy Falcon Crack: Amazon
  • A Practical Guide To Quantitative Finance Interviews by Xinfeng Zhou: Amazon

- Courses:

- Other:

  • A Collection of Dice Problems: pdf

More:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].