Author: Zak Feaunati

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 […]

Using HTMS to store and apply neural networks

Python * Programming * Data storage * Machine learning * Artificial intelligence A new approach to modeling neural networks in table-network databases. [This is a translation of an article I published on www.medium.com in a series of posts about the table-network data model. See links to all posts here.] HyperTable Management System – HTMS is […]

Printer is Offline

I am going to assume you have done the usual troubleshooting. Here is a small collection of initial steps I take to troubleshoot printers. Check network connectivityReboot printer (not the soft boot on enterprise printers, but a real power down)Restart print spooler on either server or client or bothPrinter OfflineWindows 7 Printer Offline If you […]