Skip to content

Commit 883c4f8

Browse files
Merge joss review branch to main (#61)
* Merge from Main (#56) * Merge JOSS paper review branch (#54) * add paper for submission to joss * Fix missing DOIs * include code in the examples as `code` in the paper * Fix link to the license (#46) (#47) * update reference to tensorflow * Reduce repetition and clarify newly added features in VisualTorch * revise the paper v2 * update by pre-commit * Update LICENSE (#55) * Add a co-author * Update paper based on feedback from Paul Gavrikov * Update paper.md * Update paper.md * Update paper.md * Update paper.md * Update paper.md * Update paper.md * updating affiliations (#59) * fix precommit * Add orcid id * Add a dot at the end of a sentence --------- Co-authored-by: Paul Gavrikov <[email protected]>
1 parent 2e93406 commit 883c4f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paper/paper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ In deep learning projects based on Keras [@Chollet:2015], the visualkeras projec
3838

3939
# Introduction
4040

41-
Recent advancements in artificial intelligence have sparked widespread interest among researchers, particularly in exploring innovative algorithmic approaches such as neural networks or deep learning architectures. These architectures have demonstrated remarkable utility across various AI applications, including computer vision, natural language processing, and robotics. To implement neural network architectures, many researchers and practitioners often utilize established deep learning frameworks, such as PyTorch [@Paszke:2019], TensorFlow [@Abadi:2016], and Keras [@Chollet:2015]
41+
Recent advancements in artificial intelligence have sparked widespread interest among researchers, particularly in exploring innovative algorithmic approaches such as neural networks or deep learning architectures. These architectures have demonstrated remarkable utility across various AI applications, including computer vision, natural language processing, and robotics. To implement neural network architectures, many researchers and practitioners often utilize established deep learning frameworks, such as PyTorch [@Paszke:2019], TensorFlow [@Abadi:2016], and Keras [@Chollet:2015].
4242

4343
To effectively communicate their ideas, practitioners often employ architecture diagrams as aids for comprehension. While detailed mathematical descriptions help in understanding the intricacies of algorithms, visual representations of architectures offer an additional means of conveying concepts, enabling individuals to grasp the overall visual representation. VisualTorch is designed to facilitate the visualization of PyTorch-based neural network architectures. Instead of manually constructing diagrams from scratch, practitioners can simply leverage our library to generate visualizations. With a variety of customization options, users can tailor visualizations to suit their preferences.
4444

0 commit comments

Comments
 (0)