Pular para o conteĂşdo principal

Postagens

Mostrando postagens com o rĂłtulo kie server

KieML: Running your Machine Learning models in the cloud

Nowadays Artificial Intelligence is every day on the news. Actually not only in the news, almost every month we have some impressive scientific paper related to deep learning or machine learning as you can follow in Two Minutes Papers  youtube channel. Consequently we many libraries and products based on AI, and as I Java programmer I highlight DeepLearning4J, Weka, Tensorflow, OpenNLP, Apache Mahout. We can say that  AI is already the new electricity for big tech companies , but what about your company or about your customers? How can Machine Learning or AI improve their business and how will you achieve that? If you check the list of solutions I provided above you will notice that we may chose a library for a solution, but it does not fit well to solve other problems. For example, perhaps training a neural network to classify some customer feedback may not be the best solution, so you decided to use OpenNLP instead DeepLearning4J. Another problem is dynamically update...

Creating Business Rules with BRMS (Drools)

Recently I published 3 videos showing how to create a BRMS project with a rule and a data model, test it and then publish the rule for external use using Kie Server. Enjoy:

Kie Server Manager JavaFX Client 1.0-ALPHA2

Last post I have announced my PET project called Kie Server Management Client , which is a JavaFX desktop application to remotely manage a Kie Server . This is a post about the 1.0-ALPHA2 release. We still have no installer and who wants to try it must know Maven and use Java 8. I do plan a better release in 1.0.Final, but this is a project I work on my spare time, so I can't promise too much. New features User Tasks Management Now it is possible to list the user tasks of a given process instance and all the user tasks of a Container: Listing user tasks for a given process instance ID Jobs Management Now it is possible to schedule cancel and requeue Jobs: Jobs requests management Video The following video shows the new features in action:  What's next? We still have a bunch of features and improvements to add! Process Variables and the Query screen should be next (ALPHA3)!