Skip to main content

Wana Become FORTUNE TELLER ?

Do you want to predict future of  a land price or do you want to predict prices of evey day in stock market
The Simpsons' Has Predicted a Lot. Most of It Can Be Explained ...
Add caption




Then let us start learning machine learning

Machine Learning, when smart algorithm approaches mankind

As a beginner to machine learning u need to have some prerequisites like  introduction to basic programming in python language



which is pretty easy for us to learn u can learn it easily by sitting in your home
Machine Learning in Python - PyImageSearch



here  is the glimpse of websites where u can learn python easily 


  • TutorialsPoint.
  • Codementor.io
  • PythonChallenge
  • Google's Python Class eBook.
  • Python.org. 
  • Learn Python the Hard Way eBook.
  • LearnPython.org. 
  • invent with Python eBook.

And after completing the course of python u can enter into the Real battlefield

the basic idea of machine learning is


  • Importing Data
  • Cleaning Data
  • Splitting it into train/test or cross-validation sets
  • Pre-processing
  • Transformations
  • Feature engineering
Basically what i want to tell is data is the  whole world.
everything in this world gives us some data to predict some output it want
The one who uses Data precisely will be the 
GOD AKA the Fortune Teller

These are the Basic packages used in Machine learning:
How to Setup a Python Environment for Machine Learning


For this u can look Below :
Tutorials:

Python: 
sklearn – Official tutorial for the sklearn package
Predicting wine quality with Scikit-Learn – Step-by-step tutorial for training a machine learning model


Data Sources:

UCI Machine Learning Repository – 350+ searchable datasets spanning almost every subject matter. You’ll definitely find datasets that interest you.

Kaggle Datasets – 100+ datasets uploaded by the Kaggle community. There are some really fun datasets here, including PokemonGo spawn locations and Burritos in San Diego.

data.gov – Open datasets released by the U.S. government. Great place to look if you’re interested in social sciences.

Popular posts from this blog

IMPLEMENTATION OF KNN CLASSIFIER

1.       Predict the food type for tomato (A = 6 B = 4) with k=2 using the below the training data set.   Ingredient A B Food Type Grape 8 5 Fruit Beans 3 7

KNN CLASSIFIER

DA2 ML VITOL PART3   A B C D Output Some High False French Yes Full Low False Thai No Some

Example problem on simple linear regression

1.      Consider the following farmer dataset.   Number of pounds per acre (in hundreds) Bushels per acre X y 1.0 25 2.5 32 3.0 35 3.0 32 3.4