You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nerlnet is an open-source library for researching distributed machine learning algorithms on IoT devices. It provides comprehensive insights into both edge devices that run neural network models and network performance and statistics. Nerlnet can simulate distributed ML clusters on a single or multiple machines and deploy these clusters, with minor changes, on various kinds of IoT devices.
15
+
Nerlnet is an open-source framework for research and deployment of distributed machine learning algorithms on IoT devices. It provides comprehensive insights into both edge devices that run neural network models and network performance and statistics. Nerlnet can simulate distributed ML clusters on a single or multiple machines and deploy these clusters, with minor changes, on various kinds of IoT devices.
15
16
16
17
Nerlnet simplifies the setup of a distributed cluster that consists of many models on its edge, communication flow can be fully controlled and monitored, and Nerlnet's Python API allows users to manage and gather data from the distributed cluster throughout the experiment.
17
18
@@ -79,17 +80,12 @@ Number of messages, throughput, loss, predictions, models performance, etc.
79
80
1.1 Use -h to see the help menu of NerlnetJupyterLaunch.sh script.
80
81
1.2 If --no-venv option is selected then required modules can be read from ```src_py/requirements.txt```.
81
82
3. Read the instructions of importing Api-Server within the generated readme.md file inside <experiment_directory> folder.
82
-
4. Follow the example: https://github.com/leondavi/NErlNet/blob/master/examples/example_run.ipynb
83
+
4. Follow the [Example Notebook](https://github.com/leondavi/NErlNet/blob/master/examples/example_run.ipynb)
83
84
84
-
Visit our hugging face organization page for more datasets and models of Nerlnet.
0 commit comments