Search This Blog

Sunday, December 18, 2016

Vehicle repair management system

Vehicle repair management system 


C#  
Entity framework Code Fist
Sql server



Tuesday, September 6, 2016

virtual fitting


Technologies

  1. C#.net ASP MVC
  2. Aforge
  3. Emgu CV
  4. Jquary 
  5. Bootstrap

Demo 

Wednesday, June 22, 2016

human blood pressure Time-series-Forecasting


C# - ASP/MVC
TypeScript - client script
Kendo UI - ui
Bootstrap - ui
Draper - databse



algorithms


WMA weighted moving average forecasting

  F(t+1) =  (Weight1 * D(t)) + (Weight2 * D(t-1)) + (Weight3 * D(t-2)) + ... + (WeightN * D(t-n+1))
  


Native - Native


ES exponential smoothing forecasting

F(t+1) =    ( Alpha * D(t) ) + (1 - Alpha) * F(t)

ARS  - adaptive Rate Smoothing forecasting


SMA - Simple moving average

                 ( Dt + D(t-1) + D(t-2) + ... + D(t-n+1) )
 F(t+1) =  -----------------------------------------
                              n




Friday, May 20, 2016

Sample application for WCF assignment in Msc Students

Sample application for WCF assignment in Msc Students 





training videos


01) 
02) 
03) 
04) 
05) 
06) 
07) 
08) 
09) 
10) 

Thursday, May 19, 2016