Saturday, 27 April 2013

Web Personalization Report and Power Point Presentation


View Paper on Web Personalization

Use Download Box in my blog to download  the "Power Point Presentation.


Abstract:
                 Web personalization is the process of customizing the content and the structure of a Web site to the specific and individual needs of each user, without requiring from them to ask for it explicitly.This can be achieved by taking advantage of the user’s navigational behaviour, as it can be revealed through the processing of the Web usage logs, as well as the user’s characteristics and interests. Suchinformation can be further analysed in association with the content of a Web site, resulting to improvement of the system performance, users’ retention and/or site modification.The overall process of Web personalization consists of five modules, namely: user profiling, log analysis and Web usage mining, information acquisition, content management and Web sitepublishing. 
                 
                 Web personalization is a domain that has been recently gaining great momentum not only in the research area, where many research teams have addressed this problem from different perspectives, but also in the industrial area, where there exists a variety of tools and applications addressing one or more modules of the personalization process. Enterprises expect that by exploiting the information hidden in their Web server logs they could discover the interactions between their Web site visitors and the products offered through their Web site. Using such information, they can optimise their site in order to increase sales and ensure customer retention. Apart from Web usage mining, user profiling techniques are also employed in order to form a complete customer profile. Lately, there is an effort to incorporate web content in the recommendation process, in order to enhance the effectiveness of personalization. Thus web personalization has made web activities user-centric and has made the users an integrated part of the web environment.  

VIEW OUR SPECIAL PAGE FOR SEM 7 STUDENTS -  sem 6 java codes

Branch prediction logic (JAVA CODE)




VIEW OUR SPECIAL PAGE FOR SEM 7 STUDENTS -  sem 6 java codes

RAID 0 and RAID 1 JAVA Implementation


RAID has seven levels.It stands for Redundand Array Of Independent Disk.The code in JAVA gives the implementation of RAID 0 followed by a seperate code for RAID 1


VIEW OUR SPECIAL PAGE FOR SEM 7 STUDENTS -  sem 6 java codes

4 stage floating point addition pipeline (JAVA CODE)

The 4 stages in floating point addition pipeline are:
1.Exponent comparer
2.Mantissa shifter
3.Mantissa adder
4.Normalize result


VIEW OUR SPECIAL PAGE FOR SEM 7 STUDENTS -  sem 6 java codes

Data Dependency Hazard (RAW, WAR, WAW) JAVA CODE

The Data dependency hazards are of 4 types.

1.RAR :Read After Read (This is not harmful as only read operations are performed.)

2.RAW :Read After Write(This may create problems and needs to be handled.)

3.WAR :Write After Read(A naming conflict. Not hazardous if sequential execution takes place)

4.WAW : Write After Write(A naming conflict. Not hazardous if sequential execution takes place)



VIEW OUR SPECIAL PAGE FOR SEM 7 STUDENTS -  sem 6 java codes

Tuesday, 23 April 2013

Easy Solution for Sem 6 DWDM pracs(Java Code)

Use Download box to download programs for decision tree and bayesian algo

VIEW OUR SPECIAL PAGE FOR SEM 7 STUDENTS -  sem 6 java codes