paper-with-me

Papers

PrototypeML: A Neural Network Integrated Design and Development Environment

2020-07-01 · Daniel Reiss Harris

Neural network architectures are most often conceptually designed and described in visual terms, but are implemented by writing error-prone code. PrototypeML is a machine learning development environment that bridges the dichotomy between the design and development processes: it provides a highly intuitive visual neural network design interface that supports (yet abstracts) the full capabilities of the PyTorch deep learning framework, reduces model design and development time, makes debugging easier, and automates many framework and code writing idiosyncrasies. In this paper, we detail the deep learning development deficiencies that drove the implementation of PrototypeML, and propose a hybrid approach to resolve these issues without limiting network expressiveness or reducing code quality. We demonstrate the real-world benefits of a visual approach to neural network design for research, industry and teaching. Available at https://PrototypeML.com

📄 PDF Abstract BibTeX arXiv:2007.01097

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Learning

Similar Papers 제목 키워드 기반

SmartMLOps Studio: Design of an LLM-Integrated IDE with Automated MLOps Pipelines for Model Development and Monitoring

2025-11-03 · Jiawei Jin, Yingxin Su, Xiaotong Zhu arxiv

The rapid expansion of artificial intelligence and machine learning (ML) applications has intensified the demand for integrated environments that unify model development, deployment, and monitoring. Traditional Integrate…

Code Generation

Discourse-Driven Integrated Dialogue Development Environment for Open-Domain Dialogue Systems

2021-11-01 · CODI 2021 11 · Denis Kuznetsov, Dmitry Evseev, Lidia Ostyakova, Oleg Serikov 외

Development environments for spoken dialogue systems are popular today because they enable rapid creation of the dialogue systems in times when usage of the voice AI Assistants is constantly growing. We describe a graphi…

Spoken Dialogue Systems

SVAgent: AI Agent for Hardware Security Verification Assertion

2025-07-22 · Rui Guo, Avinash Ayalasomayajula, Henian Li, Jingbo Zhou 외 arxiv

Verification using SystemVerilog assertions (SVA) is one of the most popular methods for detecting circuit design vulnerabilities. However, with the globalization of integrated circuit design and the continuous upgrading…

Fast and Memory-Efficient Neural Code Completion

2020-04-28 · Alexey Svyatkovskiy, Sebastian Lee, Anna Hadjitofi, Maik Riechert 외

Code completion is one of the most widely used features of modern integrated development environments (IDEs). While deep learning has made significant progress in the statistical prediction of source code, state-of-the-a…

Code CompletionLanguage ModellingLearning-To-RankReranking

Human-AI Experience in Integrated Development Environments: A Systematic Literature Review

2025-03-08 · Agnia Sergeyuk, Ilya Zakharov, Ekaterina Koshchenko, Maliheh Izadi

The integration of Artificial Intelligence (AI) into Integrated Development Environments (IDEs) is reshaping software development, fundamentally altering how developers interact with their tools. This shift marks the eme…

Systematic Literature Review