Highest voted questions

10 10 votes
2 answers 2 answers
6.1k
6.1k views
I heard some people use Lynda.com resources for free. Could someone let me know how does it work?
6 6 votes
1 1 answer
1.1k
1.1k views
Hello,If someone can post the video tutorial for Pandas, Numpy and Matplotlib. I would appreciate it. I know that Lynda.com has those videos but I still have to get my Li...
5 5 votes
1 answers 1 answer
10.4k
10.4k views
Assume we have a $5\times5$ px RGB image with 3 channels respectively for R, G, and B. IfR2000012001201021210101020G0212211100002202002002111B0100111201102021011012112 We...
5 5 votes
1 1 answer
1.0k
1.0k views
Can someone please provide detail instructions on how to install Anaconda and how to use Jupyter notebook with it ?
5 5 votes
3 answers 3 answers
3.5k
3.5k views
I was wondering on how to convert between number systems when the factor of decimal in binary and hexadecimal numbers is in play. For example,Convert 011010.011b into a d...
4 4 votes
1 answers 1 answer
8.0k
8.0k views
Suppose, you have given the following dataset where x and y are the 2 features and color Red or Blue is the target variable.a) A new data point $x=1$ and $y=1$ is given. ...
4 4 votes
1 1 answer
1.6k
1.6k views
I have a 10 GB CSV file and it takes more than 48 hours for logstash installed on my laptop to ingest the whole data. Is there a way to accelerate this process?
4 4 votes
1 1 answer
1.5k
1.5k views
If x is the number that comes up when you roll a 20 sided die. What is the expected value of x?
4 4 votes
1 1 answer
20.7k
20.7k views
4 4 votes
0 0 answers
1.2k
1.2k views
I am wondering if anyone can suggest the best resources for studying Deep Learning?
3 3 votes
0 0 answers
1.0k
1.0k 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...
3 3 votes
1 answers 1 answer
6.7k
6.7k views
The goal of backpropagation is to optimize the weights so that the neural network can learn how to correctly map arbitrary inputs to outputs.Assume for the following neur...
3 3 votes
1 answers 1 answer
8.4k
8.4k 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?
3 3 votes
1 answers 1 answer
8.6k
8.6k views
Assume we have the following neural network and all activation functions are $f(z)=z$. If the weights are initialized with the values you see in table below, what will be...
3 3 votes
2 answers 2 answers
8.8k
8.8k 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...
3 3 votes
1 answers 1 answer
10.1k
10.1k views
In the figure below, a neural network is shown. Calculate the following:1) How many neurons do we have in the input layer and the output layer?2) How many hidden layers d...
3 3 votes
1 answers 1 answer
11.4k
11.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...
3 3 votes
1 answers 1 answer
7.9k
7.9k 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...
3 3 votes
1 1 answer
1.2k
1.2k views
I am wondering what is the difference between normalization and feature scaling and usually when working on a machine learning project what comes normalization or feature...