Francesco215 / Language_CA

Algorithm that generates text in a way inspired by morphogenesis
9 stars 3 forks source link

Make a n Unet-like graph maker #16

Open Francesco215 opened 1 year ago

Francesco215 commented 1 year ago

Since the model could struggle to learn to organize the text if the connections between the words are in large part random, a Unet-like graph maker will probalby be more optimal for information transmission accross the graph.

The implementation will be in src/graph_initialyzzation.py in the class UnetGraphMaker