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
Most answered questions
1
1 vote
3
3 answers
4.4k
4.4k views
K Nearest Neighbor (KNN) - includes itself
The KNN function in the sklearn library (when coded properly), outputs the points closest to p based on the value of k, and others.The point(s) would include itself when ...
kalyanak.p
1.4k
points
4
5
8
asked
Oct 1, 2018
Machine Learning
knn
machine-learning
python
+
–
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
+
–
1
1 vote
2
2 answers
2.2k
2.2k views
How to analyse imbalanced categorical colum in dataset
Hello,I have a dataset with a categorical column that contains three categories. One of the categories represents 98% of the data, while the remaining 2% are distributed ...
Hagar
130
points
1
1
3
asked
Jun 24, 2023
Data Science
data-science
imbalanced-data
data-analysis
data-cleaning
+
–
2
2 votes
2
answers
2 answers
3.8k
3.8k views
How can I prove that following is a tautology (using laws of logical equivalences)
$(p → q) ∧ (q → r) → (p → r)$Without Truth Tables!
Jashanpreet singh
170
points
1
1
4
asked
Feb 15, 2020
Discrete Mathematics
data-science
tautology
logical-equivalences
+
–
0
0 votes
2
2 answers
1.3k
1.3k views
How to install Matplotlib
Hi Everyone,How to install Matplotlib in Python IDLE. 3.7.4I'm a student in Data Science and I want to do The Birthday Paradox and it requires me to import matplotlib.pyp...
Nasiradin
180
points
1
1
3
asked
Feb 2, 2020
General
cloud-computing
+
–
1
1 vote
2
answers
2 answers
3.1k
3.1k views
How to activate hive interpreter for Apache Zeppelin on Dataproc on GCP?
Hive is not enabled by default on GCP on Apache Zeppelin on Dataproc on GCP. How can we activate it?
Ghassem
610
points
3
5
9
asked
Jan 30, 2020
Cloud Computing
cloud-computing
gpc
dataproc
hive
zeppelin
+
–
1
1 vote
2
answers
2 answers
13.2k
13.2k views
score() vs accuracy_score() in sklearn
Hi,Since I still have confuse to use the score() and accuracy_score(), so I want to confirm my test assumption.Q1: score(), we use the split data to test the accuracy by...
kaADSS
230
points
2
2
6
asked
Jan 21, 2020
Machine Learning
machine-learning
sklearn
scikit-learn
+
–
1
1 vote
2
answers
2 answers
1.3k
1.3k views
How to calculate $g[h(3)]$ if $g(x)= 2x+3$ and $h(x) =4x+5$ ?
Need help solving this question
Ronit N.
530
points
1
1
4
asked
Dec 5, 2019
Discrete Mathematics
discrete-math
+
–
1
1 vote
2
answers
2 answers
1.8k
1.8k views
How do i find the inverse of the function?
If $h(x) =4x+5$, how do i find h inverse of x?
Mobin
200
points
1
1
4
asked
Dec 5, 2019
Discrete Mathematics
discrete-math
+
–
2
2 votes
2
2 answers
11.7k
11.7k views
How to optimize weights in Logistic Regression?
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{...
tofighi
116k
points
76
79
101
asked
Jun 5, 2019
Machine Learning
machine-learning
logistic-regression
batch
mini-batch
epoch
ml-exercise
ele888-midterm
+
–
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
+
–
0
0 votes
2
answers
2 answers
1.9k
1.9k views
Who can write a recursive Python program for Fibonacci sequence 0,1,1,2,3,5,8,...?
Please also check if the fibo(7) = 8
tofighi
116k
points
76
79
101
asked
Mar 15, 2019
Python
math
python
recursive
+
–
2
2 votes
2
2 answers
1.4k
1.4k views
What will be probability for the data items within mean +- 1, +-2, +-3 standard deviation?
Deep Patel
700
points
8
8
11
asked
Nov 14, 2018
general
statistics
normal-distribution
python
percentile
probability
+
–
0
0 votes
2
2 answers
1.5k
1.5k views
What are the best tools for creating a prototype for mobile applications?
Please provide a list of software you know for creating mobile application prototypes. Please include their pros and cons.
tofighi
116k
points
76
79
101
asked
Nov 8, 2018
Human Computer Interaction
hci
prototype
+
–
2
2 votes
2
2 answers
1.7k
1.7k views
plotting categorical radio
Hello,I am trying to gain insight of the data but having hard time plotting it.Suppose I have a data frame like belowIDFeature 1Class1agood2agood3bgood4bbad5abad6abad7bba...
Neo
660
points
11
12
17
asked
Oct 17, 2018
Python
python
programming
plots
matplotlib
+
–
2
2 votes
2
2 answers
3.4k
3.4k views
What's the differences between [NOT p OR NOT q] and [NOT (p OR q) ]
I think these two statements are similar, can anyone tell me the differences?
Terry
570
points
1
1
2
asked
Oct 8, 2018
Discrete Mathematics
discrete-math
logic
+
–
3
3 votes
2
2 answers
14.1k
14.1k views
What happens as the K increases in the KNN algorithm ?
I am wondering what happens as K increases in the KNN algorithm. It seems that as K increases the "p" (new point) tends to move closer to the middle of the decision bound...
Neo
660
points
11
12
17
asked
Sep 28, 2018
Machine Learning
machine-learning
knn
+
–
1
1 vote
2
answers
2 answers
2.4k
2.4k views
Is it possible to convert a normalized (L1/L2) number to the original/raw number?
Please see example from the following link.The question is leaning towards a programming code solution in Python as the link above shows. Involving sklearn and any other ...
kalyanak.p
1.4k
points
4
5
8
asked
Sep 27, 2018
Machine Learning
normalizing
python
manual
l1
l2
+
–
3
3 votes
2
answers
2 answers
3.7k
3.7k views
What do L1-norm and L2-norm mean as it applies to Norm?
How do I use the information provided in this link to apply in defining a L1-norm and L2-norm function in python?
akm
240
points
1
1
2
asked
Sep 25, 2018
Python
python
norm
+
–
1
1 vote
2
2 answers
2.7k
2.7k views
How to calculate the percentiles in statistics?
I have these series of numbers and I am wondering each one is how much percentile and also how to calculate a custom percentile such as 60th percentile? [1, 3, 5, 7, 9, 9...
tofighi
116k
points
76
79
101
asked
Sep 25, 2018
Statistics
statistics
percentile
+
–
Page:
1
2
3
4
...
22
next »