paper-with-me

Papers

DG: A program analysis library

2020-11-07 · Marek Chalupa

DG is a C++ library providing elements for building program analysis tools. Its main components are a points-to analysis, a data dependence analysis, a control dependence analysis and an analysis of relations between variables. DG contains also a set of tools for displaying and exporting the results of the analyses and a program slicer for LLVM bitcode. It has been successfully used in several research projects.

📄 PDF Abstract BibTeX

Code (1)

mchalupa/dg

Similar Papers 제목 키워드 기반

A Library for Representing Python Programs as Graphs for Machine Learning

2022-08-15 · David Bieber, Kensen Shi, Petros Maniatis, Charles Sutton 외

Graph representations of programs are commonly a central element of machine learning for code research. We introduce an open source Python library python_graphs that applies static analysis to construct graph representat…

Gaussian path model library for intuitive robot motion programming by demonstration

2025-09-12 · Samuli Soutukorva, Markku Suomalainen, Martin Kollingbaum, Tapio Heikkilä arxiv

This paper presents a system for generating Gaussian path models from teaching data representing the path shape. In addition, methods for using these path models to classify human demonstrations of paths are introduced. …

pyRecLab: A Software Library for Quick Prototyping of Recommender Systems

2017-06-20 · Gabriel Sepulveda, Vicente Dominguez, Denis Parra

This paper introduces pyRecLab, a software library written in C++ with Python bindings which allows to quickly train, test and develop recommender systems. Although there are several software libraries for this purpose, …

Recommendation Systems

JS-son -- A Lean, Extensible JavaScript Agent Programming Library

2020-03-10 · Timotheus Kampik, Juan Carlos Nieves

A multitude of agent-oriented software engineering frameworks exist, most of which are developed by the academic multi-agent systems community. However, these frameworks often impose programming paradigms on their users …

scikit-fda: A Python Package for Functional Data Analysis

2022-11-04 · Carlos Ramos-Carreño, José Luis Torrecilla, Miguel Carbajo-Berrocal, Pablo Marcos 외

The library scikit-fda is a Python package for Functional Data Analysis (FDA). It provides a comprehensive set of tools for representation, preprocessing, and exploratory analysis of functional data. The library is built…

Model Selection