1. Install Python from here.2. Install PyCharm from here.3. Open command prompt and enter the following command: pip3 install --upgrade tensorflow4. Open PyCharm and create a new project and a python file.5. Enter the following short program inside the python file: import tensorflow as tf hello = tf.constant('Hello World!') sess...
[Read More]
Deep Learning
The best book for deep learning: http://www.deeplearningbook.orgBest language: PythonBest Library: Tensorflow
Two-link planar manipulator Jacobian
The Jacobian written in frame {3} is:and the Jacobian written in frame {0} is:
[Read More]
How to select a load cell
Single Point Load Cell (Also known as Side Mount Load Cells, Parallelogram Sensors or Belt Buckle Sensors): This Single Point Load Cell is used in small jewelry scales and kitchen scales. It’s mounted by bolting down the end of the load cell where the wires are attached, and applying force...
[Read More]
Piezo Film Sensors
Applications: Higher frequency applications strain gauge.Pros: flexible, lightweight, and tough. In its simplest mode the film behaves like a dynamic strain gauge except that it requires no external power source and generates signals greater than those from conventional foil strain gages after amplification.Cons: Operation down to fractions of Hz can...
[Read More]