Posts

Showing posts with the label R Language

Another little step towards the machine learning: A first lesson about R language

Image
Hi Guys, Welcome Back! Today another little step towards the machine learning with a first lesseon about the R language.                Introduction Yes, you remember very well! We already talked about SQL Server and the R language some posts ago. In a first post we talked about how to install the machine learning services in SQL Server While in a second post we talked briefly about using R language to read data from SQL Server Now if you want to do another step towards the machine learning you really need to learn a bit of R language. So today I will show some very basic concepts about this really powerful and widely used in data science, the R language. We will se how to do and assignment, how to use array, vector and matrix. Are you Ready? Let's go! A Basic lesson about R! R is a very powerful language and it is also free and expandible through varius library. I suppose you have already installed R and so you a re...