software components – Devstyler.io https://devstyler.io News for developers from tech to lifestyle Thu, 18 Jan 2024 08:22:04 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.2 JFrog Introduces New Partnership between JFrog Artifactory and Amazon SageMaker https://devstyler.io/blog/2024/01/18/jfrog-introduces-new-partnership-between-jfrog-artifactory-and-amazon-sagemaker/ Thu, 18 Jan 2024 08:22:04 +0000 https://devstyler.io/?p=117736 ...]]> JFrog has unveiled a new partnership between JFrog Artifactory and Amazon SageMaker, and the goal of the collaboration is to optimize the overall machine self-learning process. This will allow companies to manage their ML models with the same efficiency and security as other software components in the DevSecOps workflow.

With the new integration, ML models are immutable, traceable and secure. In addition, JFrog has enhanced its ML model management solution with new versioning capabilities, ensuring that compliance and security are an integral part of the ML model development process.

“As more companies begin managing big data in the cloud, DevOps team leaders are asking how they can scale data science and ML capabilities to accelerate software delivery without introducing risk and complexity. The combination of Artifactory and Amazon SageMaker creates a single source of truth that indoctrinates DevSecOps best practices to ML model development in the cloud – delivering flexibility, speed, security, and peace of mind – breaking into a new frontier of MLSecOps”, said Kelly Hartman, SVP of global channels and alliances at JFrog.

A curious fact
According to a Forrester survey, half of data decision makers believe that implementing governance policies within AI/ML is a major challenge to its widespread use, and 45% consider data and model security a key concern.

JFrog has effectively tackled concerns related to ML model management through its integration with Amazon SageMaker, implementing DevSecOps best practices. This integration enables developers and data scientists to expedite ML project development while upholding enterprise-level security and compliance with regulatory and organizational standards, as outlined by JFrog.

Additionally, JFrog has incorporated new versioning features into its ML Model Management solution, complementing the integration with Amazon SageMaker. These capabilities seamlessly integrate model development into an organization’s existing DevSecOps workflow, contributing to enhanced transparency regarding each version of the model. According to JFrog, this improvement significantly improves the visibility and understanding of the model versions throughout the development process.

]]>
A Technique to Automatically generate Hardware Components for Robotic Systems https://devstyler.io/blog/2021/10/22/a-technique-to-automatically-generate-hardware-components-for-robotic-systems/ Fri, 22 Oct 2021 10:22:42 +0000 https://devstyler.io/?p=73690 ...]]> As robots become increasingly sophisticated and advanced. Тhey will typically require a growing amount of hardware components, including robotic limbs, motors, sensors and actuators. What is more, robots have integrated computers that process data collected by their sensors and plan their future actions accordingly.

Most software solutions currently running on these computers, however, are not ideal, as their speed limitations make them unable to process particularly large amounts in real-time. A possible way to enhance the capabilities of computers integrated inside robots is to use field-programmable gate arrays (FPGAs), semiconductor devices based around a matrix of configurable logic blocks that are connected via programmable interconnects.

A significant advantage of these devices is that they can be re-programmed to suit specific applications. FPGAs could significantly enhance the computing capabilities of robots, while also making them more adaptable to specific applications. However, incorporating them into existing systems has so far proved to be highly challenging, as using individual accelerators with specific integration capabilities limits their applicability.

Generic hardware architecture for robotic applications of an FPGA design. Photo Credits: Podlubne et al.

Researchers at Technische Universität Dresden (TUD) have recently developed a technique that could enable the development of robots that integrate numerous hardware accelerators. This technique, presented in a paper published in IEEE Access, could ultimately facilitate the replacement of existing software components powering robotic systems with components based on FPGAs. Ariel Podlubne, one of the researchers who carried out the study, commented:

“This work is in the context of the CeTI project, which is aimed at enhancing collaborations between humans and machines or, more generally, cyber-physical systems (CPS) in real, virtual and remote environments. Particularly, it is an interdisciplinary work combining embedded hardware research (Chair of Adaptive Dynamic Systems) and software modelling (Chair of Software Technology).”

The new study by Podlubne and his colleagues is an extension of their previous research, which explored possible ways of integrating FPGAs into robotic systems. The approach they presented performs a thorough analysis of message specifications associated with the Robot Operating System (ROS), the ROS2 operating systems and potentially other software solutions. It then uses the results of this analysis to generate hardware interfaces and architectures for robotic systems. Podlubne also said:

“Our work demonstrates the ability to generate a complex FPGA-based system from a simple description of the application, based on a known specification for roboticists (ROS messages). With that, parts of a robotic system can be replaced by an FPGA, creating better performing and more energy-efficient systems.”

A complex staged model-driven code generation toolchain is used to generate the hardware interfaces. Photo Credits: Podlubne et al.

The toolchain can generate all of the components necessary to create a high performing robotic system, excluding only the accelerator logic, which will need to be programmed by developers working on the system. The new approach can thus significantly simplify the interfacing of hardware architectures and software components, which can be a cumbersome task for those creating robots.

Initially, the researchers showed that their method can generate hardware components for systems based on the ROS operating system. However, they were then able to extend its functionalities so that it also supported the ROS2 operating system. Podlubne also added:

“A complementary effort was the testing infrastructure. We went one step further to evaluate all existing ROS messages, beyond some use cases. This proved to be extremely useful as the development process involves multiple iterations to have a robust solution. Our goal was to achieve full ROS/ROS2 support, and our testing infrastructure allowed us to catch bugs and create confidence in our research.”

In the future, the approach could pave the way toward the development of better-performing robotic systems based on FPGAs. These systems could be capable of analyzing larger amounts of data in real-time and might thus assist humans in solving more complex problems.

]]>