Hot questions

1 1 vote
0 0 answers
339
339 views
Could you please let me know where I can find simple machine learning mathematics explained visually?
0 0 votes
0 0 answers
443
443 views
I'm a PhD student using qualitative content analysis to look at a number of documents to identify a norm cluster. The structure of the norms I'm trying to look at is that...
2 2 votes
2 2 answers
10.5k
10.5k views
The hypothesis (model) of Logistic Regression which is a binary classifier ( $y =\{0,1\} $) is given in the equation below:Hypothesis$S(z)=P(y=1 | x)=h_{\theta}(x)=\frac{...
1 1 vote
0 0 answers
527
527 views
0 0 votes
0 0 answers
583
583 views
3 3 votes
1 answers 1 answer
7.8k
7.8k views
How to solve this problem?https://i.imgur.com/8urywpf.jpgQ1) Complete the ? sectionsQ2) Accuracy of system if threshold = 0.5?Q3) Accuracy of system if threshold = 0.95?
0 0 votes
0 0 answers
532
532 views
0 0 votes
0 0 answers
525
525 views
0 0 votes
0 0 answers
360
360 views
https://prnt.sc/tkr2g7 Hello I have a PFE about determining risks of pedestrians, and I have to make a simulator to generate data with something related to this, this is ...
1 1 vote
1 answers 1 answer
4.9k
4.9k views
Assuming we have a linear regression equation and some data points (sample), how can we calculate residual error for each data point, and total cost based on the metrics ...
3 3 votes
2 answers 2 answers
8.4k
8.4k views
The scatter plot of Iris Dataset is shown in the figure below. Assume Softmax Regression is used to classify Iris to Setosa, Versicolor, or Viriginica using just petal le...
1 1 vote
1 1 answer
3.8k
3.8k views
What are the main data types?
3 3 votes
1 answers 1 answer
7.4k
7.4k views
The dataset of pass/fail in an exam for 5 students is given in the table below. If we use Logistic Regression as the classifier and assume the model suggested by the opti...
2 2 votes
1 1 answer
3.3k
3.3k views
Can PCA be used for supervised learning???I've seen some data scientists using PCA to transform their data for only numerical variables.However, some other data scientist...
1 1 vote
1 1 answer
2.8k
2.8k views
How can I give access to others to view, comment or edit my Jupyter Notebook on Google Colab?
2 2 votes
2 answers 2 answers
3.0k
3.0k views
$(p → q) ∧ (q → r) → (p → r)$Without Truth Tables!
1 1 vote
1 1 answer
2.5k
2.5k views
Please show us how to print to pdf in Google Colab or any other webpages in Google Chrome?
1 1 vote
1 1 answer
457
457 views
How should i preprocess my data if i am gonna use a pretrainned word embedding like glove or word2vec?Should I use stemming or stopword removal techniques?
1 1 vote
1 1 answer
2.8k
2.8k views
Is it possible to take a look at list of all commands written for Apache Hive?