Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in machine-learning

How to extract the decision rules from scikit-learn decision-tree?

How to initialize weights in PyTorch?

How can I one hot encode in Python?

Why binary_crossentropy and categorical_crossentropy give different performances for the same problem?

Is it possible to specify your own distance function using scikit-learn K-Means Clustering?

How to split data into 3 sets (train, validation and test)?

Difference between classification and clustering in data mining? [closed]

Which machine learning classifier to choose, in general? [closed]

machine-learning

Save classifier to disk in scikit-learn

Is there a rule-of-thumb for how to divide a dataset into training and validation sets? [closed]

machine-learning

How to interpret loss and accuracy for a machine learning model [closed]

What is the difference between linear regression and logistic regression? [closed]

How to implement the Softmax function in Python

What is the difference between supervised learning and unsupervised learning? [closed]

Convert array of indices to 1-hot encoded numpy array

What is the meaning of the word logits in TensorFlow? [duplicate]

What are advantages of Artificial Neural Networks over Support Vector Machines? [closed]

What are logits? What is the difference between softmax and softmax_cross_entropy_with_logits?

How does the Google "Did you mean?" Algorithm work? [closed]

Epoch vs Iteration when training neural networks [closed]