Recent questions without a selected answer

0 0 votes
0 0 answers
433
433 views
I am learning a new Salesforce product (Evergage) for the company I work for. In the program's documentation they have listed a set of data objects as an example. It appe...
0 0 votes
0 0 answers
419
419 views
So, I live in Brazil, and I have a task for college that I don't know what data science method to use, if at all, to solve it. My idea is the following: We Brazilians hav...
0 0 votes
0 0 answers
491
491 views
I am trying to build an unsupervised ML model to detect anomalies within 5000+ users' login data. I selected 5 features contained within each of the user-login events (e...
0 0 votes
0 0 answers
432
432 views
Suppose I have to predict the traffic of a road segment based on available data such as number of houses and business along the road segment. Which machine learning tool ...
0 0 votes
0 0 answers
546
546 views
should I start as a data analyst then data science?I am a second-year Bachelor's in Computer Science and wanted to pursue to be a Data Scientist.However, when I am trying...
0 0 votes
0 0 answers
608
608 views
Hello,I trained a CNN using synthetic data to perform a segmentation task on human faces. During the test and to evaluate the prediction of this network, I used 200 examp...
0 0 votes
1 1 answer
951
951 views
0 0 votes
0 0 answers
401
401 views
HelloTo build a hybrid recommendation system, I used the movielens 1M dataset, for the collaborative filtering part. Now, I'm looking for a database/dataset that contains...
0 0 votes
0 0 answers
558
558 views
The old keypad of the telephone, it has 10 numbers (10 keys) , this keypad allows the user to enter a text by successively pressing certain key many times in a small peri...
0 0 votes
0 0 answers
460
460 views
هاد سؤال رياضيات متقطعةThe old keypad of the telephone, it has 10 numbers (10 keys) , this keypad allows the user to enter a text by successively pressing certain key man...
1 1 vote
1 1 answer
786
786 views
In case of 3 sensors reporting loads of values individually.. one sensor might be off. The average of the 2 trustworthy sensors is to be reported.. the third in need for ...
3 3 votes
0 0 answers
896
896 views
a) A company has been asked to design a computer-based system that will encourage autistic children to communicate and express themselves better.b) What type of interacti...
0 0 votes
0 0 answers
527
527 views
I need some tool to classify articles based on short category text which consists of two or three words separated by '-'. The RSS/XML tag content is for example:Foreign -...
0 0 votes
0 0 answers
572
572 views
I am trying to create a sentiment analysis model using binary classification as loss.I have a batch of tweets that some of them are tagged as positive (labeled as 1) and ...
0 0 votes
0 0 answers
569
569 views
I am trying to create a sentiment analysis model and I have a question.After I preprocessed my tweets and created my vocabulary I've noticed that I have words that appear...
0 0 votes
0 0 answers
461
461 views
I've been researching sentiment analysis with word embeddings. I read papers that state that word embeddings ignore sentiment information of the words in the text. One pa...
1 1 vote
1 1 answer
840
840 views
When I standardized my data when I created my model. Do I need to save the standardization transformation when I want to predict with my model new data ?