Scientific schematics and diagrams transform complex concepts into clear visual representations for publication. Generate neural network architectures, flowcharts, circuit diagrams, biological pathways, and system diagrams using best-in-class Python libraries. All diagrams are created as SVG/EPS files, stored in the figures/ subfolder, and referenced in papers/posters - never embedded directly in LaTeX.
Key principle: Generate standalone vector graphics first, then integrate into documents.
Neural Network Architectures (Transformers, CNNs, etc.) Best library: graphviz via Python's pygraphviz or pydot
Создавайте научные диаграммы, блок-схемы и схемы публикационного качества с помощью Python (graphviz, matplotlib, schemdraw, networkx). Специализируется на архитектурах нейронных сетей, системных диаграммах и блок-схемах. Генерирует SVG/EPS в рисунках/папках с автоматической проверкой качества. Источник: ttawdtt/skill-writer.