neupy icon indicating copy to clipboard operation
neupy copied to clipboard

NeuPy is a Tensorflow based python library for prototyping and building neural networks

Results 40 neupy issues
Sort by recently updated
recently updated
newest added

Hi. I want to create a NARX (Nonlinear Autoregressive with exogenous variables) model based on LM (Levenberg Marquardt) method. Since this two method are not implemented in keras, I search...

bug

Hello, I'm having the following problem: ```python >>> from neupy.utils import reproducible Traceback (most recent call last): File "", line 1, in ImportError: cannot import name 'reproducible' from 'neupy.utils' (/home/sergio/.local/lib/python3.9/site-packages/neupy/utils.py)...

Previously, I did not get any errors and the code ran properly. I even could see the results properly. Now after implementing everything, I want to save my results. For...

bug

Hi, currently I'm on a college project about PNN and I decided to use neupy because it's the only library providing PNN in python as far as I know. Do...

I'm trying to implement a simple lstm network with LevenbergMarquardt algorithm but I get an error as follow: > Cannot use 'training-updates_4/compute_jacobian/while/gradients/f_count_1' as input to 'training-updates_4/compute_jacobian/while/gradients/f_count' because they are in...

bug

Is there any fix for this ``` ERROR: neupy 0.8.2 has requirement tensorflow=1.10.1, but you'll have tensorflow 1.14.0 which is incompatible. ``` Thanks

Hi, I am running algorithms.SOFM(n_inputs=79, n_outputs=2, learning_radius=1, step=0.1, shuffle_data=True, weight='sample_from_data',verbose=True) data array size is 4.3gb running windows 10 machine with 32GB RAM, Set to 200 epoch, each epoch taking 25mins,...

question

Working on #256 and have an initial prototype functioning. However, I can not tell from reading the documentation whether the feature set is being fed into the input layer with...

I was reviewing the documentation and I haven't managed to figure out how to retrieve the matrix of weights from a trained neural network to pass to the hinton graph....

enhancement

Hi, Is the neupy compatibility with tf2.0.0 coming soon? Thanks

question