Introduction To machine Learning | letsbug
R Language R is a programming language and software environment for statistical analysis, graphics representation and reporting. R is freely available under the GNU General Public License, and pre-compiled binary version are provided for various operating systems like Linux, Window and Mac. R was created by Ross Ihaka and Robert Gentleman at the University of Auckland, New Zealand, and is currently developed by the R Development Core Team. Machine Learning Machine Learning must be one of the fastest growing fields in computer science. It is not only the data is continuously getting "bigger" but also the theory to process it and turn it into knowledge. There are several ways to implement machine learning techniques, however the most commonly used ones are supervised and unsupervised learning. Supervised Learning And Unsupervised Learning Supervised Learning is all about operating to a known expectation and in this case, what needs to as "labeled" datasets. It inclu...