Recent Posts

MicroStream – Part 5: Caching, Integrations and Clustering

In this last article of the series, we cover a few other MicroStream features: caching, clustering, and the integrations into other frameworks. We have now covered three main aspects of MicroStream: We have seen how you can configure the StorageManager to define where data is stored. We have discussed the strategy that you should follow to make sure the changes …

Read More »

MicroStream – Part 5: Caching, Integrations and Clustering

In this last article of the series, we cover a few other MicroStream features: caching, clustering, and the integrations into other frameworks. We have now covered three main aspects of MicroStream: We have seen how you can configure the StorageManager to define where data is stored. We have discussed the strategy that you should follow to make sure the changes …

Read More »

Getting Started with Deep Learning in Java Using Deep Netts

Deep Netts is pure Java deep learning library with a friendly, Java centric API. It makes it easy for Java developers to quickly start using deep learning and it is easy to integrate with existing Java applications. It supports commonly used neural network architectures (feed forward networks, convolutional networks) for classification, regression and image recogniton tasks. Adding Deep Netts to …

Read More »