-
Fchollet and contributors -- Thank you so much for what you have put together. Keras has significantly helped me.
Recently, Restricted Boltzmann Machines and Deep Belief Networks have been of deep i…
-
I am one of the many users having issues with passing the pre-trained embedding matrix to the Keras Embedding layer. My code currently looks like the following:
``` python
from keras.models import Se…
-
j6mes updated
6 years ago
-
*Description*
As a user, I would like the system to predict how much money a landlord may obtain from their tenant in a standard case.
The predicted amount should consider:
- Rent payment
- Comp…
-
I stumble upon this quite often, but these names seem really strange to me. In the literature they are called "decision tree" and "regression tree", right? Should we mention that somewhere? I guess it…
-
When I'm installing the package following shows up:
```
Command "/dev_env/bin/python3.6 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-ya0bvm5k/scikit-learn/setup.py';f=getattr(tokeni…
-
Hi all,
I am trying to write a logistic regression code for distributed machine. I have my data
label and vector of features
example
label -> features
0 , 00.1 , 0.1, ....
1 , 0.1 , 0.0…
-
- Idee
- Concept Maps als Input für Text-Klassifikation, Vergleich gegen andere Repräsentationen
- Experimente:
- Hypothese
- Concept Map Graphen sind bessere Repräsentation für di…
-
Quite a boatload of errors considering I copied the install instruction from sklearn site itself.
> Ernests-MacBook-Pro:~ ernest$ pip3 install -U numpy scipy scikit-learn
> Requirement already up-to…
-
after i changed my OS from mint 17 to 18.1, i started getting this error. my framework using mutual information for feature selection in training dataset of malware analysis. i checked all dependencie…