cloudkj/layer
Neural network inference the Unix way
This tool helps developers perform neural network inference directly from their command line. You provide numerical input data and specify neural network layer parameters like weights and biases, and it outputs the processed numerical data. It's designed for software developers or machine learning engineers who prefer to integrate inference into Unix-style command-line workflows.
561 stars. No commits in the last 6 months.
Use this if you are a developer who wants to run specific neural network layers sequentially and process numerical data streams using standard command-line tools.
Not ideal if you need a full-fledged deep learning framework with extensive layer types, training capabilities, or a graphical interface.
Stars
561
Forks
17
Language
Scheme
License
MIT
Category
Last pushed
Apr 21, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/cloudkj/layer"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
davisking/dlib
A toolkit for making real world machine learning and data analysis applications in C++
ZigRazor/CXXGraph
Header-Only C++ Library for Graph Representation and Algorithms
mlpack/mlpack
mlpack: a fast, header-only C++ machine learning library
apache/singa
a distributed deep learning platform
hosseinmoein/DataFrame
C++ DataFrame for statistical, financial, and ML analysis in modern C++