Questions tagged [consumerweb]
7 questions
8
votes
3 answers
What are the most popular data science application use cases for consumer web companies
The most popular use case seem to be recommender systems of different kinds (such as recommending shopping items, users in social networks etc.).
But what are other typical data science applications, which may be used in a different verticals?
For…
Igor Bobriakov
- 1,071
- 2
- 9
- 11
3
votes
1 answer
Time Decay Formula for Conversion Attribution
Question:
What is the Time Decay formula that web analytics packages use to distribute credit across the multiple sessions associated with a user before a conversion?
Context:
All web analytics packages like Google Analytics rely on the concept…
Andy H.
- 151
- 4
2
votes
1 answer
Using Heuristic Methods for AB Testing
I've just started reading about AB testing, as it pertains to optimizing website design. I find it interesting that most of the methods assume that changes to the layout and appearance are independent of each other. I understand that the most…
nfmcclure
- 493
- 3
- 11
1
vote
1 answer
Embedding a Machine Learning Model into a Web Application
I'm looking to find some tutorials involving embedding a Machine Learning Model into a Web Application eventualy with some storage and database behind( with things like slack etc) .
gm1
- 275
- 1
- 2
- 8
0
votes
1 answer
Is web analytics similar to data science?
I just finished PhD and initially wished to work on data science and deep learning. However, after some rounds of interviews, I have been offered a job of web analytics and business intelligence at a medium size company. Is there any similarity with…
Della
- 315
- 1
- 3
- 9
0
votes
1 answer
Best practices for serving user-specific large models in a web application?
First execuse any naive statement you may find below, i'm a newcomer to the field.
How do web applications that integrate fine-tuning of large machine learning/deep learning models handle the storage and retrieval of these models for inference?
I'm…
Question
- 3
- 1
-1
votes
1 answer
Deploy local deep learning web app to web
So I've built a (relatively) simple web app with a deep learning image classifier, and I have it running on localhost. How do I upload this to the web so that I can link to it from my website? The usage will not be very high at all, but the model…
Kasy Chakra
- 9
- 2