All Projects → JifuZhao → FreeML

JifuZhao / FreeML

Licence: other
Data Science Resources (Mostly Free)

Projects that are alternatives of or similar to FreeML

Code Nav
最专业的编程导航,发现优质编程学习资源!公众号『 编程导航 』
Stars: ✭ 340 (+518.18%)
Mutual labels:  guide, resources
dev-log
A comprehensive list of links and resources about anything programming related
Stars: ✭ 55 (+0%)
Mutual labels:  guide, resources
framestack
Tools, Frameworks & Libraries to help you build your projects ✨
Stars: ✭ 27 (-50.91%)
Mutual labels:  guide, resources
Free Programming Resources
💎 免费的编程资源大全,持续更新!🔥 覆盖各种语言和方向(Java \ Python \ C++ \ JavaScript \ Golang \ 前端 \ 后端等)的学习路线、贴心教程、项目实战、编程书籍、面试合集、实用资源等,对程序员非常有帮助!
Stars: ✭ 225 (+309.09%)
Mutual labels:  guide, resources
Web-Dev-Helper
Developer Helper where you can find all resources related to open source and software developer resources
Stars: ✭ 33 (-40%)
Mutual labels:  resources
almanacs
A recipe for everything 🗒️
Stars: ✭ 47 (-14.55%)
Mutual labels:  resources
Playbook
The Nodes iOS team Playbook 📖
Stars: ✭ 18 (-67.27%)
Mutual labels:  guide
FindMyDoc
Documentations, manuels et guides d'utilisation
Stars: ✭ 36 (-34.55%)
Mutual labels:  guide
hacking-datascience
Notebooks and design assets related to my publication 'hacking-datascience' on Medium.
Stars: ✭ 41 (-25.45%)
Mutual labels:  guide
nepali-devblogs
Collection of blogs/publications by Nepali devs.
Stars: ✭ 30 (-45.45%)
Mutual labels:  resources
wiki
从diy行为艺术到diy苏格拉底式对话,从diy一个仪式到diy一次旷课,各种活动指南的百科。diy💔是706孵化的一个非代码开源项目。
Stars: ✭ 49 (-10.91%)
Mutual labels:  guide
Web-Development
Created this new Repository for Open Source Contribution for Beginners
Stars: ✭ 25 (-54.55%)
Mutual labels:  resources
PracticalMachineLearning
A collection of ML related stuff including notebooks, codes and a curated list of various useful resources such as books and softwares. Almost everything mentioned here is free (as speech not free food) or open-source.
Stars: ✭ 60 (+9.09%)
Mutual labels:  resources
Coding-Foundations-course
No description or website provided.
Stars: ✭ 41 (-25.45%)
Mutual labels:  resources
recommendations-for-engineers
All of my recommendations for aspiring engineers in a single place, coming from various areas of interest.
Stars: ✭ 81 (+47.27%)
Mutual labels:  resources
Datafus
The Dofus database and socket events in JSON files. Includes the source code and more...
Stars: ✭ 16 (-70.91%)
Mutual labels:  resources
free-node.js-learning-resources
A curated list of free resources to learn node.js
Stars: ✭ 70 (+27.27%)
Mutual labels:  resources
Slack-Stock-DAG
This repository holds a list of cool resources for Silica.
Stars: ✭ 94 (+70.91%)
Mutual labels:  resources
Git-Command-Guide
📙 A git command guide
Stars: ✭ 53 (-3.64%)
Mutual labels:  guide
devon4flutter-non-bloc-arch
A guide aiming to bridge the gap between the absolute Flutter basics and clean, structured Flutter Development
Stars: ✭ 283 (+414.55%)
Mutual labels:  guide

Data Science Resources

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:


Practical Data Science:

- Tutorials:

  • Feature Engineering and Selection: A Practical Approach for Predictive Models: Link

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

- 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. Free book draft

- 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 Part I Part II
  • 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].