Parity Checking Using Turing Machine (Python and Online Simulator)
Turing Machine: A Turing machine is a computational model, like Finite Automata (FA), Pushdown automata (PDA), which works on unrestricted grammar. The Turing machine is the most powerful computation model when compared with FA and PDA. The Turing Machine (TM) is the machine level equivalent to a digital computer. A single tape Turing machine has a single infinite tape,…
How To Analyze .tflite Models w.r.t size?
We will straightly dive into the analysis part. To know about post-training quantization (theory) click here STM32CubeMX This software is used to analyze our tflite models w.r.t to size. It is a graphical tool for STM32 microcontrollers. To know more about this software click here How to use it? Install STM32CubeMX software. Open and click…
Creating A Cluster And Launching A Spark-Shell (Apache Spark)
In this blog we will see how to make a local spark with a master and three workers followed by launching a spark-shell on it. Creating the Master Class: I have already installed the spark (spark-3.1.1) and now we will start the master class using the following command(Should be executed inside the bin folder): spark-class…
One-Way ANOVA and F-Test (MATLAB Simulation)
This blog will expose you to the MATLAB Simulation of One-Way ANOVA which uses F-test to statistically test the equality of means One-Way ANOVA The one-way analysis of variance (ANOVA) is used to determine whether there are any statistically significant differences between the means of three or more independent (unrelated) groups. Specifically, it tests the…
Multiclass Classification on iris dataset using LSTM(Keras)
In this blog, we will straightly dive into the python code instead of briefing the concepts. Importing Required Libraries Loading the Dataset Preprocessing the Data Train-Test Split Creating the Model Evaluating the Model Hope this blog is helpful and Feel free to send feedbacks and also to comment on my blogs for my further improvements…
Dot Plot using Python and JavaScript
In this blog we will be creating a dot plot using python and JavaScript for visualizing and getting the common subsequences. Dot plot are 2D graphs showing a comparison of two sequences where the top X axis and left Y axis are used to represent the two sequences. A dot is plotted at every coordinate…
Inverse Kinematics of KUKA KR3 R540
Inverse Kinematics It is done for determining the joint variables in terms of the end-effector position and orientation. To control the configuration of the end-effector to reach an object, the inverse kinematics solution must be solved. Hence we need to know what are the required values of joint variables to reach a desired point in…
FM Broadcasting using ADALM PLUTO and MATLAB (Simulink) and Receiving in Phone
FM Broadcasting It is a method of radio broadcasting using frequency modulation which was invented in 1933 by an American engineer Edwin Armstrong. Wide band FM is used world-wide to provide high fidelity sound over radio broadcast. FM broadcasting can reproduce the original program sound more accurate that other broadcasting technologies such as AM broadcasting.…
Round Robin Scheduling Using Fork
Disclaimer: This implementation is not full-fledged code that uses round robin scheduling. Instead it takes the burst time of the parent process and executes the round robin algorithm by taking the burst time array (includes parent’s and child’s burst time) and quantum as inputs. Concepts Used: System Calls – Fork() Inter Process Communication CPU Scheduling…
Something went wrong. Please refresh the page and/or try again.
Follow My Blog
Get new content delivered directly to your inbox.