DeepLearning icon indicating copy to clipboard operation
DeepLearning copied to clipboard

Deep Learning (Python, C, C++, Java, Scala, Go)

Results 34 DeepLearning issues
Sort by recently updated
recently updated
newest added

How to evaluate the DBN (Scala) model? -i.e. I don't see any way to compute performance metrics such as accuracy, precision, recall, f1 measure etc.

### Multi-hidden-layers MLP The original MLP only has one-hidden-layer. I just Modify it to support a multi-hidden-layer in an easy way. You just need to tell MLP the hidden size...

While changing from debug mode to release in Visual Studio makes the correct result. So where is the problem?

The type of "val a" in dA.scala is Double. However, the type of "1 / n_visible" is Int. Undesirable Implicit type conversion may occur as following example. ``` scala> val...

Hi, I am trying to feed in a dataset with about 8000 instances (8391x8), but it gets an exception in LogisticRegression.train function computing d_y = self.y - p_y_given_x; the error...

can I save the model of DBN? can I save it using pickle?

"hbias[i] += lr \* (ph_mean[i] - nh_means[i]) / N" is my modification.

Is there this type of deep learning model? There are two labeled folders for binary classification. ex) men and women, cats oand dogs, etc. And then inserting the images to...