Tag: software development

Web tools for software developers

▍ Mockito It allows you to create a similar object, the so-called “stub” and specializes specifically in them. Thus, you can create your own implementation of interfaces, classes with the necessary functionality, test their work for correctness. There is a good article on Mockito here. Above, we have already talked about working with the database, […]

Storing neural networks in a table-network DBMS HTMS has obvious advantages.

Firstly, the ability to store a large number of similar neural networks that differ in the parameters used in training – the number of epochs, the learning rate and the bias value and, accordingly, the weight coefficients, which allows you to choose the best one after a set of actions to check them. Secondly, different […]