rjpg
rjpg
I have read the paper ... it is very confusing ... Simple things are made complicated. There is no "relative importance of each variable" since they use sigmoid function instead...
And directly download a jar and an example with it is not possible ? (Like big players do like google for example with tensorflow for java .... you go to...
Using maven it is a real pain... I was force to use maven to use DL4J in my project. I just wanted to include a DL4J.JAR in a bigger project....
But if you have already a big Java project (related with markets trading.. with scalping, trailing-stops, swing mechanism, already implemented in generic form and machine learning methods already integrated etc,...
Just was with a friend here that does not understand nothing about computers and I have explain to him : "Just want a line code to : 1- log in...
I have give up on this a longo time ago because of spring... Using bitmex Java Simple to use implementation
did not understand "gfake, greal" something from the generator is always fake right ? the generator is trained with the complete model G->D->ouput ... G update the weights with the...
A complete example of AC-GAN using keras-adversarial would be nice ! I have ac-gan implemented here : https://github.com/rjpg/bftensor/blob/master/Autoencoder/src/ac-gan2.py but it is slow ... I notice that it only uses one...
In gans Generator yreal loss does not exists ... it is a contradiction ... I would like to know also
hello is there any known implementation of ESN in keras ?