Hot questions

3 3 votes
1 1 answer
5.1k
5.1k views
0 0 votes
1 answers 1 answer
5.1k
5.1k views
This rule is also known as the "68–95–99.7 rule". What does this rule stand for and how does it help me?
1 1 vote
1 1 answer
1.2k
1.2k views
What are the best resources for studying Python?
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?
3 3 votes
1 answers 1 answer
5.2k
5.2k views
0 0 votes
1 1 answer
4.5k
4.5k views
What are the two stages of vision?
2 2 votes
1 1 answer
1.4k
1.4k views
1 1 vote
1 answers 1 answer
3.6k
3.6k views
Both of the batch size and number of epochs are integer values and seem to do the same thing in Stochastic gradient descent. What are these two hyper-parameters of this l...
10 10 votes
2 answers 2 answers
4.9k
4.9k views
I heard some people use Lynda.com resources for free. Could someone let me know how does it work?
3 3 votes
1 1 answer
4.1k
4.1k views
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
4.6k
4.6k views
1 1 vote
1 1 answer
3.1k
3.1k views
1 1 vote
1 1 answer
594
594 views
1 1 vote
1 1 answer
3.1k
3.1k views
Hi All,I am writing a simple program using Tensorflow and DNNClassifier. Training Data is 9 pixel with four spectral bands, i.e. 4*9=36 featurs. And each data-point will ...
1 1 vote
1 1 answer
586
586 views
2 2 votes
1 1 answer
3.5k
3.5k views
This question is from the third Combination example from lecture notes 3A. Researching this question I found this answerhttps://www.quora.com/In-how-many-ways-can-52-card...
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 ...