Recent questions tagged machine-learning

3 3 votes
0 0 answers
479
479 views
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...
2 2 votes
1 1 answer
554
554 views
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 ...
2 2 votes
1 1 answer
1.1k
1.1k views
They look the same to me, but what is the difference between "Artificial Intelligence" and "Machine Learning"?
1 1 vote
1 1 answer
3.2k
3.2k views
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
1 1 vote
3 3 answers
3.7k
3.7k views
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 ...
3 3 votes
2 2 answers
13.3k
13.3k views
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...
3 3 votes
0 0 answers
442
442 views
3 3 votes
1 1 answer
1.1k
1.1k views
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 ...
2 2 votes
1 1 answer
3.5k
3.5k views
I know Python and I am looking for the fastest way or a quick tutorial to learn how start using scikit-learn library.
1 1 vote
1 1 answer
2.2k
2.2k views
I am looking for a roadmap for choosing the right estimator in scikit-learn
3 3 votes
1 answers 1 answer
6.3k
6.3k views
Could you please show a summary of all the branches in Machine Learning?
2 2 votes
0 0 answers
1.0k
1.0k views
I am wondering if anyone can suggest the best resources for studying Machine Learning?
4 4 votes
0 0 answers
1.0k
1.0k views
I am wondering if anyone can suggest the best resources for studying Deep Learning?