Tuesday, August 23, 2016

The 50 New Rules of Work

The global economy is in a state of acute disruption. Competition has never been more fierce. Consumers have never been so well-informed and loudly demanding. And what worked yesterday just might be obsolete today.

The 50 New Rules of Work

Sunday, June 7, 2015

Why use Node.js?

Hi Guys,
everyone talks about Node.js,  during the last Iot Vienna Meetup in all the speak Node.js  was always mentioned.
For those who still wonder why Node.js? but also for who want to know more I suggest reading this interesting post from Tomislav Capan

Regards

Rinaldo

Saturday, March 7, 2015

Learn R for beginners

I which to thanks @Computerworld's Sharon Machlis to put is Beginner's Guide to R available as  downloadable PDF.

Rinaldo

Wednesday, February 25, 2015

Step by Step guide to learn Time Series Modelling

Hi all, thank's to Tavish Srivastava I finally found a useful post about Time Series.

here is the part 1 intro:
Regression Models, both linear and logistic are an inevitable part of Analytics industry. Take a flashback & recall, when did you built your last Time Series model. Time series models are very useful models when you have serially correlated data. In case you have never built a time series model or you struggle with some concepts of time series models, you have landed at the right page.
and this the part 2 intro:
This is the second part of the step by step guide to Time Series Modelling. In the first part, we looked at basics of time series, stationary series, random walk and Dicky Fuller test. If you have not read this article, I would suggest to go through that first.
In this article we will talk about handling time series data on R. Our scope of this article will be restricted to data exploring in a time series type of dataset and not go to building time series models.  In this article I have used an inbuilt dataset of R called AirPassengers. The dataset consists of monthly totals of international airline passengers, 1949 to 1960. This article will help you explore the data step by step and we will make predictions based on this data for the number of passengers post 1960 in next few articles.
My suggestion read and test it Part 1 & Part 2 

Regards