Recent questions tagged machine-learning

3 3 votes
0 0 answers
558
558 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
648
648 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.2k
1.2k 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.4k
3.4k 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
4.0k
4.0k 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.6k
13.6k 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
497
497 views
3 3 votes
1 1 answer
1.2k
1.2k 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.6k
3.6k 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.4k
2.4k views
I am looking for a roadmap for choosing the right estimator in scikit-learn
3 3 votes
1 answers 1 answer
6.5k
6.5k views
Could you please show a summary of all the branches in Machine Learning?
2 2 votes
0 0 answers
1.1k
1.1k views
I am wondering if anyone can suggest the best resources for studying Machine Learning?
4 4 votes
0 0 answers
1.1k
1.1k views
I am wondering if anyone can suggest the best resources for studying Deep Learning?