Giter Club home page Giter Club logo

machine-learning's Introduction

Machine Learning

The term Machine Learning was coined by Arthur L. Samuel (1901 – 1990) in his 1959 paper. It's a field of study that gives computers the ability to learn without being explicitly programmed. A computer program is said to learn from experience E with respect to some task T and some performance measure P, if its performance on T, as measured by P, improves with experience E.

In this project I tend to cover the the use of machine learning for different projects I do in school and work. Proceed with caution.

Objectives

  1. Association Rules
  2. Clustering* (K Star and Heuristics)
  3. Decision Trees
  4. Multinomial Logistic Regression*
  5. Feature Selection
  6. Naïve Bayes
  7. Neural Networks*
  8. Support Vector Machines
  9. Gradient Boosting
  10. Memory Based Learner
  11. Kolmogorov-Smirnov Curve

After you have imported the CSV files, please discover association rules using this dataset. For your information, the observations have been sorted in ascending order by Customer and then by Item. Also, duplicated items for each customer have been removed.

Create a data frame that contains the number of unique items in each customer’s market basket. Draw a histogram of the number of unique items. Study the 25th, 50th, and the 75th percentiles of the histogram.

Apply the K-mean algorithm directly using your number of clusters that you think in (a). Regenerate the scatterplot using the K-mean cluster identifiers to control the color scheme. Please comment on this K-mean result.

Find out the association rules whose Confidence metrics are greater than or equal to 1%. Please be reminded that a rule must have a non-empty antecedent and a non-empty consequent. Total number of association rules should be 1200. After that plot the Support metrics on the vertical axis against the Confidence metrics on the horizontal axis for the rules you have found. Use the Lift metrics to indicate the size of the marker.

Questions?

For questions, comments, edit and changes, please contact me. Or tag my username @eyobghiday in the code.

machine-learning's People

Contributors

eyobghiday avatar

Stargazers

 avatar

Watchers

 avatar

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.