Skip to main content

Posts

Showing posts from December, 2022

PyTorch Code for Simple Neural Networks for MNIST Dataset

Ptolemy II Installation in Ubuntu 22.04

Installation of Ptolemy II in Ubuntu 22.04 This post shows the installation instructions of Ptolemy II in Windows 11 and Ubuntu 22.04 Operating System.  Ptolemy II is used to simulate and emulate discrete systems, Synchronous dataflow, dynamic Dataflow, FSM, etc. The software is free and open source and its based on Java.  The complete instructions can be found in this video  Tools needed: 1. JDK is needed (preferably JDK 11, if you have already another version of JDK, no issues you can install JDK 11 as well and you can change the runtime java based on the need. For more details on how to switch the java version in Ubuntu, Check this video ) 2. Ptolemy Software (can be downloaded from here )  Step 1: Getting ready with your Ubuntu 22.04 OS Run the following commands  $ sudo apt update  $ sudo apt install openjdk-11-jdk build-essential autoconf automake libxmu-dev Step 2 - Extract the ptolemy software through the GUI window and set the environmental variable Right click over the file