Web Intelligence Assignment Analysis
Web Intelligence Assignment Analysis
Bounce rate is the percentage of visitors who leave a site without interacting. For old site: 9,000/15,000 = 60%, for new site: 7,000/20,000 = 35%. % improvement = (60%-35%)/60% = 41.67% improvement .
Bounce Rate is determined by dividing the number of bounced visitors by total visitors. With 5,000 bounced out of 16,000 total visitors, the bounce rate is 5,000/16,000 = 31.25% .
Preprocessing ensures the text is cleaned and formatted, which eliminates noise and standardizes data for effective similarity measurement. It reduces dimensionality, improves modeling performance, and ensures that comparable components are measured accurately .
Jaccard Similarity is the size of the intersection divided by the size of the union of two sets. For User A {AI, Machine Learning, Data Mining, Big Data} and User B {AI, Machine Learning, Cloud Computing, NLP}, the similarity is 2/6 = 0.33 .
Conversion Rate is final purchases divided by total visits. Given 4,000 purchases and 25,000 initial visits, the rate is 4,000/25,000 = 16%. This reflects the percentage of visitors completing their transactions initiating at the product page .
Cosine Similarity is calculated using the dot product of vectors divided by the product of their magnitudes. Given vectors {3, 1, 0, 2} for Product A and {2, 0, 1, 3} for Product B, their Cosine Similarity indicates the angle between them, showing their relative orientation. This aspect can signal the direction of commonality and differences .
Similarity functions quantify how closely a paper matches a query. By ranking based on these scores, the system ensures the most relevant papers appear higher in results, improving user satisfaction and retrieval efficiency .
Usage mining is most effective for recommending books as it analyzes the navigation and purchase patterns of users, allowing identification of trends and preferences in customer behavior .
Benchmarking evaluates new performance metrics against old ones to identify improvements or regressions. It provides a structured comparison framework, highlighting areas of success and necessitating action points for further enhancement .
CTR is calculated as the number of clicks divided by the number of impressions. For an ad with 40,000 impressions and 4,000 clicks, CTR = 4,000 / 40,000 = 0.1 or 10% .