Machine Learning — Week 1
I really love to learn what machine learning is, and what we can accomplish from it.
I started reading books, Youtube, Google and many online course. You know what? I’m very fascinated with the term.
Today I’m trying to write simple machine learning program using Python, A classifier model (classification model — “Predicts discrete values”, example: A given image or an object in an image is what is expect or not). We also have regression model — We will discuss this later.
First, download required ingredients:
- https://scikit-learn.org/stable/install.html
- Open Command Prompt, and make sure PIP is installed on your machine.
- Enter the following command: pip install -U scikit-learn
- After your hit enter, you will notice the download and installation progress bar.
- If you are using any IDE or Anaconda, it knows how to get it integrated.
- Verify scikit is working as expected
Launch your favourite editor/Python and check to see if scikit is installed successfully.
I was able to nail it! I believe you too will :-) It just looks like this

Or you can use Google Colab to write code

Yes, you saw it right, it’s an Apple [1] .. Explanation in next day — 2