Seach the website
Login
Register
Dark Mode
Brightness
Ambient Glow – Questions list
Register
Profile
Edit Profile
Messages
My favorites
My Updates
Logout
Courses
Feedback
Recent questions in Machine Learning
1
1 vote
1
1 answer
609
609 views
Merging data using dates
Index _d.index incident dataDatetimeIndex(['2011-01-01 00:03:43', '2011-01-01 00:03:55', '2011-01-01 00:05:03', '2011-01-01 00:04:46', '2011-01-01 00:06:07', '2011-01-01 ...
DavidS
200
points
2
2
4
asked
Dec 5, 2018
Machine Learning
python
merging-datasets
+
–
1
1 vote
1
1 answer
1.1k
1.1k views
how to choose the number of clusters based on intertia and based on silhouette using K-means
how to choose the number of clusters based on intertia and based on silhouette using K-means
Neo
660
points
10
12
17
asked
Oct 19, 2018
Machine Learning
k-means
clustering
+
–
1
1 vote
1
1 answer
917
917 views
Great Video for K-means and PCA
PCAhttps://www.youtube.com/watch?v=FgakZw6K1QQK-Meanshttps://www.youtube.com/watch?v=4b5d3muPQmA&index=10&list=PLblh5JKOoLUICTaGLRoHQDuF_7q2GfuJF&t=0s
DavidS
200
points
2
2
4
asked
Oct 17, 2018
Machine Learning
k-means
machine-learning
pca
unsupervised-learning
+
–
2
2 votes
1
1 answer
560
560 views
How to perform sentiment analysis in NLP?
If trying to read text and need to finalize texts as good, bad , ugly or any such buckets, where to start? What sentiment functions to use?
codemonkey
140
points
1
1
4
asked
Oct 16, 2018
Machine Learning
nlp
sentiment-analysis
nltk
+
–
3
3 votes
1
1 answer
808
808 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
10
12
17
asked
Oct 14, 2018
Machine Learning
machine-learning
scikit-learn
normalization
feature-scaling
+
–
3
3 votes
1
1 answer
978
978 views
Why should we use Machine learning instead of deep learning?
I am wondering why should we use machine learning instead of deep learning. We know that deep learning is very powerful. Anything which machine learning algorithm can do ...
Neo
660
points
10
12
17
asked
Oct 7, 2018
Machine Learning
machine-learning
deep-learning
+
–
1
1 vote
1
1 answer
706
706 views
How do I interpret this question ? Single D array and points
I have this question as an assignment, I am having challenges in interpreting this question.Q4. Define a function that takes a 1-d numpy array, a parameter k, and a numbe...
RSH
160
points
2
2
2
asked
Oct 4, 2018
Machine Learning
+
–
3
3 votes
0
0 answers
478
478 views
Is Naive Bayes a good classifier?
Here is an example of training a model using the Naïve Bayes classifier on the Glass dataset(from UCI). The objective is to predict the type of glass based on the 9 param...
haroldj
150
points
1
2
asked
Oct 3, 2018
Machine Learning
machine-learning
classification
naive-bayes
+
–
2
2 votes
1
answers
1 answer
2.0k
2.0k views
Feature scaling: standardization vs Normalization
Hi,After learnt feature scaling, I have some questions regarding Normalization.Standardization: rescales data to have a mean of 0 and standard deviation of 1 after a data...
fayeezhao
170
points
1
1
2
asked
Oct 3, 2018
Machine Learning
normalizing
+
–
2
2 votes
1
1 answer
553
553 views
There are Different Ways of Reaching a Solution
In any coding assignment or task at a higher educational level (University/College), would it be acceptable to use less coding and list modules or libraries that may not ...
kalyanak.p
1.4k
points
4
5
8
asked
Oct 3, 2018
Machine Learning
machine-learning
python
coding
+
–
1
1 vote
1
1 answer
3.2k
3.2k views
Calculate k nearest points using kNN for a single D array
I am not able to figure out how the calculation of the $m$ nearest points will be in a single dimensional array using kNN. Can anyone offer a clue or example?Thank you
RSH
160
points
2
2
2
asked
Oct 1, 2018
Machine Learning
knn
machine-learning
+
–
1
1 vote
3
3 answers
3.7k
3.7k 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
+
–
3
3 votes
2
2 answers
13.3k
13.3k 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
10
12
17
asked
Sep 27, 2018
Machine Learning
machine-learning
knn
+
–
1
1 vote
2
answers
2 answers
1.6k
1.6k 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
1
1 answer
1.1k
1.1k views
Is normalization necessary in all KNN algorithms? (Python)
I have read online articles involving KNN and its emphasis on normalization. I would like to know if all KNN functions in Python need to involve normalization? I do know ...
kalyanak.p
1.4k
points
4
5
8
asked
Sep 26, 2018
Machine Learning
knn
machine-learning
+
–
2
2 votes
1
1 answer
3.5k
3.5k views
What is the fastest way to learn scikit-learn?
I know Python and I am looking for the fastest way or a quick tutorial to learn how start using scikit-learn library.
askdatascience
1.0k
points
12
13
16
asked
Sep 25, 2018
Machine Learning
machine-learning
scikit-learn
programming
cheat-sheet
reference
+
–
1
1 vote
1
1 answer
2.2k
2.2k views
What is the best roadmap to choose the right estimator in scikit-learn?
I am looking for a roadmap for choosing the right estimator in scikit-learn
tofighi
116k
points
73
79
101
asked
Sep 25, 2018
Machine Learning
machine-learning
scikit-learn
refs
reference
cheat-sheet
+
–
3
3 votes
1
answers
1 answer
6.3k
6.3k views
What are the main branches of Machine Learning?
Could you please show a summary of all the branches in Machine Learning?
SinaML
1.6k
points
3
6
9
asked
Sep 3, 2018
Machine Learning
machine-learning
+
–
2
2 votes
0
0 answers
1.0k
1.0k views
What are the best resources for studying Machine Learning?
I am wondering if anyone can suggest the best resources for studying Machine Learning?
askdatascience
1.0k
points
12
13
16
asked
Aug 26, 2018
Machine Learning
books
resources
machine-learning
+
–
Page:
« prev
1
2
3
4