Posts

Showing posts from February, 2024

Microchip to Boost Edge AI with NVIDIA Holoscan

Image
 The NVIDIA Holoscan AI sensor processing platform, SDK and development ecosystem has helped to streamline the design and deployment of AI and high-performance computing ( HPC ) applications at the edge for real-time insights. Now, FPGAs are unlocking new edge-to-cloud applications for this advanced AI platform while enabling AI/ML inferencing and facilitating the adoption of AI in the medical, industrial and automotive markets.  Microchip's new PolarFire FPGA Ethernet Sensor Bridge is empowering developers to create innovative, real-time solutions with NVIDIA’s edge AI and robotics platforms that will revolutionize sensor interfaces across a wide range of powerful applications. To enable developers building artificial intelligence (AI)-driven sensor processing systems, Microchip Technology has released its PolarFire FPGA Ethernet Sensor Bridge that works with the NVIDIA Holoscan sensor processing platform.  Accelerating Real-time Edge AI with NVIDIA Holoscan The Pola...

What is Computational Complexity of an algorithm ?

Image
 An algorithm is a method or procedure for accomplishing a specific task, and which is sufficiently precise and that can be programmed on computer. In Computer Science, it is important to measure efficiency of algorithms before applying them on a large scale i.e., on bulk of data. The quality of an algorithm or shall we say, performance of an algorithm depends on many internal and external factors. Internal Factors specify algorithm's efficiency in terms of : Time required to run Space required to run External Factors affect the algorithm's performance. These include:  Size of the input to the algorithm  Speed of the computer on which it is run Quality of the compiler  Quality of the compiler Since, external factors are controllable to some extent, mainly internal factors are studied and measured in order to determine an algorithm's efficiency or we can say complexity. Complexity of an algorithm is determined by studying and measuring internal factors affecting ...

Learn the difference between BJT and Mosfet

Image
 BJT and MOSFETS are a very widely popular transistors  and are used in most electronic devices to know the difference between them and their applications first we have to know about what are transistors and how these semiconductor devices work. What are semiconductor devices? Semiconductor devices are electronic components that utilize the properties of semiconductor materials to control the flow of electric current. These devices are crucial building blocks in modern electronics and are found in a wide range of applications, including computing, telecommunications, power electronics, and consumer electronics. Some common semiconductor devices include: Diodes, Transistors, Integrated Circuits (ICs), Optoelectronic Devices, Thyristors, MEMS (Micro-Electro-Mechanical Systems) Devices, and many more. What is a transistor? A transistor is a miniature semiconductor that regulates or controls current or voltage flow in addition amplifying and generating these electrical signals and...