Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Artificial Intelligence and 2 APIs
Post: Artificial Intelligence and 2 APIs

**smile** Hello **smile** , After a couple of years of coding, I ended having a neural network API coded in Object Pascal. Then, I realized that it would be good to compare it against python implemen...
schuler Code sharing 0 1,593 Nov-15-2019, 01:06 PM
    Thread: [neural netrowks]How do i resume training once i have saved the model
Post: RE: [neural netrowks]How do i resume training once...

You'll need to load the model with model.load('model1.h5') and then call fit_generator again.
schuler Data Science 1 2,637 Nov-15-2019, 12:57 AM
    Thread: Sample based on the distribution of a feature to create more balanced data set
Post: RE: Sample based on the distribution of a feature ...

I would put a batch norm per channel on the first layer and give it a go.
schuler Data Science 1 1,734 Nov-15-2019, 12:25 AM
    Thread: Slicing using vectors
Post: RE: Slicing using vectors

Try this: import numpy as np n = 100 m = 2 A = np.array(np.random.randint(66, size=(n,m), dtype=np.int32)) i = np.array(np.random.randint(n-4, size=int(0.5*n), dtype=np.int32)) j = i + 4*np.ones(int(...
schuler Data Science 4 2,843 Nov-15-2019, 12:15 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020