Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in machine-learning

How does google prediction API work [closed]

How to train and predict using bag of words?

Scikit learn - fit_transform on the test set

Multi-output neural network combining regression and classification

Train multi-class image classifier in Keras

Bidirectional LSTM output question in PyTorch

PyTorch Binary Classification - same network structure, 'simpler' data, but worse performance?

Incremental Nearest Neighbor Algorithm in Python [closed]

How to interpret caffe log with debug_info?

An understandable clusterization

How to write a custom evaluation metric in python for xgboost?

How does tf.multinomial work?

What is the difference between backpropagation and reverse-mode autodiff?

Obtain importance of individual trees in a RandomForest

How to acquire tf.data.dataset's shape?

What is the difference between cross_val_score with scoring='roc_auc' and roc_auc_score?

scaling inputs data to neural network

TimeDistributed vs. TimeDistributedDense Keras

SGDClassifier vs LogisticRegression with sgd solver in scikit-learn library

what is meaning of hook that used in tensorflow