sagr4019 / ResearchProject

A research project in neuronal networks
5 stars 2 forks source link

Analyze the network- and code-structure #137

Closed Zermy closed 5 years ago

Zermy commented 5 years ago

Analyze the network structure and find important implementations that need to be changed for our task.

jan-christiansen commented 5 years ago

Please specify which network structure should be analysed. What is the result of the analysis?

Zermy commented 5 years ago

For a code analysis and easier collaboration we have opened a google docs. It analyzes and summarizes the usable code. Google Docs

Zermy commented 5 years ago

The ticket is no longer up to date. The required functions are adapted and revised by sagr4019. The current status is that we are close to the first trainings and therefore start promptly.

For this state of the project it was necessary to optimize the AST so that it corresponds to the format of the underlying work. A converter makes this transformation possible. The PICKLE format will be retained, as further functions will process it.

Explicit program flow is realized in AST and thus invalid and valid data can be generated. The ASTs are provided in Pretty Print and Pickle format for further processing.

Further steps are explained in individual tickets.