Git Product home page Git Product logo

noml's Introduction

NoML--No Machine Learning

No matter how you end up reading this post, if you will interview machine learning engineer or data scientist job, you must be well prepared for that. Do you know machine learning? How well? Consider the following questions:

*  What's bias and variance?
*  What's L1 and L2 regularization? which is more stable?
*  What's relationship between logistic regression and SVM?
*  What's SVM? please derive it mathematically.
*  How to update logistic regression parameters? which algorithms? 
*  Do you know deep learning? please write a basic fully-connected neural 
   network with numpy using any activation function?

If you could answer those questions pretty well(Chinese "pretty well", not....), I think you're ready for the interview.

Machine learning interview questions can be asked as simple as explaining confusion matrix, drawing ROC, or as hard as implementing K-means, basic neural networks or even some mathematical explanation of SVM. These are really basic, not even considering practical issue. So, how do you prepare?

You might think that we can read a ML book, why do we need to create this notebook? Because sometimes, when we read a book, we get lost and don't know what kind of question will be asked.

So the beauty of this book is to collect questions or asked questions!

How to Contribute

Please fork this repo and submit pull requests. In this repo, we use Markdown and Katex to edit the notes.

Basically, there're two formats: QA and Notes. You can either ask a question and answer it, like the following example

Q: What's overfitting?

A: Overfitting refers to a model that models the training data too well. Overfitting happens
   when a model learns the detail and noise in the training data to the extent that it negatively
   impacts the performance of the model on new data.

R: https://machinelearningmastery.com/overfitting-and-underfitting-with-machine-learning-algorithms/

OR write a note about specific algorithm, like:

# Meta algorithms

Bagging, boosting, stacking all are so-called ''meta-algorithms'': Approach to combine
serval machine learning techniques into one predictive model in order to decrease the 
variance(bagging),bias(boosting) or improve the predictive force(stacking alias ensemble).

Then if necessary, you can give an explanation. Please note, you can asked any questions(write any notes) you want. But the answer you provided should always come with a link(give credits to the original author). At least, let the readers judge how good the answer is and whether it makes sense!

Read at GitBook

This project is hosted at gitbook, you can read it here!==>https://weifoo.gitbooks.io/noml/content

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.