francesco-mollica

Results 3 comments of francesco-mollica

Why creating a boundary like this: `boundary = np.random.randint(1, self.window_size)` and not use simply the window_size value instead of boundary?

You wanna say explicitly? So why not reduce the window size and fix it instead of using a boundary? This use of boundary is in other implementations? Just to be...

Does the concept of boundary can be apply to cbow-style? I implemented it and i'm in stuck because the size of the context varies from phrase to phrase as boundary...