Seach the website
Login
Register
Dark Mode
Brightness
Ambient Glow – Questions list
Register
Profile
Edit Profile
Messages
My favorites
My Updates
Logout
Courses
Feedback
Filter
Recent
Hot!
Most votes
Most answers
Most views
Highest voted questions
10
10 votes
2
answers
2 answers
6.1k
6.1k views
How to use LinkedIn Learning (formerly Lynda.com) for free?
I heard some people use Lynda.com resources for free. Could someone let me know how does it work?
tofighi
116k
points
76
79
101
asked
Sep 16, 2018
General
linkedin-learning
lynda
video-tutorial
tutorials
+
–
6
6 votes
1
1 answer
1.1k
1.1k views
Can someone please post the video tutorial for Pandas, Numpy and Matplotlib ?
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...
Neo
660
points
11
12
17
asked
Sep 19, 2018
Python
programming
python
pandas
numpy
matplotlib
+
–
5
5 votes
1
answers
1 answer
10.4k
10.4k views
How to calculate convolutions on a CONV layer for a Convolutional Neural Network?
Assume we have a $5\times5$ px RGB image with 3 channels respectively for R, G, and B. IfR2000012001201021210101020G0212211100002202002002111B0100111201102021011012112 We...
tofighi
116k
points
76
79
101
asked
Jun 26, 2019
Deep Learning
machine-learning
deep-learning
ml-exercise
cnn
ml-final
ele888-final
ai-final
+
–
5
5 votes
1
1 answer
1.0k
1.0k views
Can someone please post instructions on how to install Anaconda?
Can someone please provide detail instructions on how to install Anaconda and how to use Jupyter notebook with it ?
adnanlanewla
170
points
1
1
2
asked
Sep 19, 2018
Programming
anaconda
programming
installation
+
–
5
5 votes
3
answers
3 answers
3.5k
3.5k views
How can I convert between binary/hexadecimal numbers with decimals into a decimal number system
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...
SriAmin
290
points
3
3
3
asked
Sep 16, 2018
Discrete Mathematics
discrete-math
number-systems
conversions
+
–
4
4 votes
1
answers
1 answer
8.0k
8.0k views
How to perform a classification or regression using k-NN?
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. ...
tofighi
116k
points
76
79
101
asked
Jun 27, 2019
Machine Learning
machine-learning
knn
regression
classification
ml-exercise
ml-midterm
ele888-midterm
+
–
4
4 votes
1
1 answer
1.6k
1.6k views
Logstash takes more than 48 hours to ingest 10 GB CSV file. Is there a way to expedite?
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?
askdatascience
1.0k
points
12
13
16
asked
Oct 15, 2018
Big Data Tools
big-data
logstash
optimiaztion
+
–
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?
If x is the number that comes up when you roll a 20 sided die. What is the expected value of x?
Ahmed Merah
270
points
4
4
7
asked
Oct 12, 2018
general
statistics
probability
expected-value
random-variable
+
–
4
4 votes
1
1 answer
20.7k
20.7k views
Can you share with us how to download ipynb file as pdf through latex?
xuxinc
230
points
2
2
5
asked
Oct 2, 2018
Python
jupyter
jupyter-notebook
python
+
–
4
4 votes
0
0 answers
723
723 views
What is Bayes’ Theorem? How is it useful in machine learning? Where should we use it?
datascience
1.1k
points
10
11
19
asked
Sep 27, 2018
Machine Learning Interview Questions
bayes-theorem
machine-learning
classification
naiver
naive-bayes
+
–
4
4 votes
0
0 answers
1.2k
1.2k views
What are the best resources for studying Deep Learning?
I am wondering if anyone can suggest the best resources for studying Deep Learning?
askdatascience
1.0k
points
12
13
16
asked
Aug 26, 2018
Deep Learning
deep-learning
machine-learning
books
resources
+
–
3
3 votes
0
0 answers
1.0k
1.0k views
design a computer-based system that will encourage autistic children to communicate and express themselves better.
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...
FaizanNazir
150
points
1
1
4
asked
Apr 1, 2021
Human Computer Interaction
data-science
design
+
–
3
3 votes
1
answers
1 answer
6.7k
6.7k views
How to update the weights in backpropagation algorithm when activation function in not linear?
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...
tofighi
116k
points
76
79
101
asked
Aug 10, 2020
Machine Learning
machine-learning
deep-learning
neural-network
backpropagation
back-propagation
ml-exercise
ml-final
ele888-final
+
–
3
3 votes
1
answers
1 answer
8.4k
8.4k views
How to calculate the probability and accuracy of a Logistic Regression classifier?
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?
tofighi
116k
points
76
79
101
asked
Feb 3, 2020
Machine Learning
machine-learning
ml-exercise
logistic-regression
probability
ml-midterm
ele888-midterm
+
–
3
3 votes
1
answers
1 answer
8.6k
8.6k views
How to update weights in backpropagation algorithm (a numerical example)?
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...
tofighi
116k
points
76
79
101
asked
Apr 11, 2019
Machine Learning
machine-learning
deep-learning
backpropagation
back-propagation
gradient-decent
ml-exercise
ml-final
ele888-final
+
–
3
3 votes
2
answers
2 answers
8.8k
8.8k views
How to calculate Softmax Regression probabilities in this example?
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...
tofighi
116k
points
76
79
101
asked
Apr 4, 2019
Machine Learning
machine-learning
softmax-regression
softmax
ml-exercise
ml-midterm
ml-final
ele888-midterm
ele888-final
ai-final
+
–
3
3 votes
1
answers
1 answer
10.1k
10.1k views
How to calculate feed-forward (forward-propagation) in neural network?
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...
tofighi
116k
points
76
79
101
asked
Apr 4, 2019
Machine Learning
machine-learning
feed-forward
forward-propagation
deep-learning
ml-exercise
ml-final
ele888-midterm
ele888-final
ml-midterm
+
–
3
3 votes
1
answers
1 answer
11.4k
11.4k views
How to calculate Softmax Regression probabilities?
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...
tofighi
116k
points
76
79
101
asked
Mar 21, 2019
Machine Learning
machine-learning
softmax-regression
softmax
ml-exercise
ele888-midterm
ele888-final
ml-midterm
ai-final
+
–
3
3 votes
1
answers
1 answer
7.9k
7.9k views
How to calculate LogLoss in logistic regression?
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...
tofighi
116k
points
76
79
101
asked
Mar 18, 2019
Machine Learning
machine-learning
logistic-regression
loss
ml-exercise
ele888-midterm
ml-midterm
+
–
3
3 votes
1
1 answer
1.2k
1.2k views
What is the difference between normalization and feature scaling
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...
Neo
660
points
11
12
17
asked
Oct 14, 2018
Machine Learning
machine-learning
scikit-learn
normalization
feature-scaling
+
–
Page:
1
2
3
4
...
22
next »