Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in machine-learning

Implementing a Neural Network in Matlab/Octave

How to optimize precision-recall curve instead of AUC-ROC curve in python scikit-learn?

How are neurons in deeper layers capable of making more complex decisions than neurons in shallower/earlier layers?

Why do we have normally more than one fully connected layers in the late steps of the CNNs?

sklearn.metrics.precision_recall_curve: Why are the precision and recall returned arrays instead of single values

Implement Cost Function of Neural Network (Week #5 Coursera) using Python

How to repeat an unknown dimension in Keras for both backends

Creating numpy array from list gives wrong shape

Can I extract significane values for Logistic Regression coefficients in pyspark

Updating a fitted sklearn Random Forest Model

How utterance length affect neural network in speaker recognition?

How Adagrad works in Keras? What does self.weights mean in Keras Optimizer?

How to adjust labels with ImageDataGenerator in Keras?

How to convert type <class 'pyspark.sql.types.Row'> into Vector

Subset of Imagenet Dataset for image classification

An SVM implementation supporting non-linear kernels and multi-label on a one-vs.-rest

Why does sklearn.grid_search.GridSearchCV return random results on every execution?

Get wrong recommendation with ALS.recommendation

Sequentially fitting Random Forest sklearn

Word Prediction algorithm