Viktar Patotski Profile picture
Dec 20 13 tweets 6 min read
Hey #JVM folks, are you willing to explore some Deep Machine Learning or AI and not ready to learn Python? I have collected a list of libraries which allow you to implement any ML dreams without leaving the #JVM world. 🧵 👇
deeplearning4j - a suite of tools for deploying and training DL models using the JVM. Highlights include model import for keras, tensorflow, and onnx/pytorch, a modular and tiny c++ library for running math code.

100% must see 👉 rli.to/iNTuA
Tensor Flow Java - Java bindings for @TensorFlow. Nothing to add.

👉 rli.to/mGdfF
Dagli by @LinkedIn - is a machine learning framework that makes it easy to write bug-resistant, readable, efficient, maintainable and trivially deployable models in Java 9+ (and other JVM languages).

👉 rli.to/B4Ait
Tribuo by @Oracle - is an ML lib that provides multi-class classification, regression, clustering, anomaly detection and multi-label classification. It implements popular ML algorithms. It contains all the code to load, featurise and transform data.

👉 rli.to/4y5YB
MLlib - is Apache Spark's scalable machine learning library. ML algorithms include: classification, regression, decision trees, recommendation, clustering, topic modelling, frequent itemsets, association rules, and sequential pattern mining.

👉 rli.to/FdWU8
Apache OpenNLP - the library is a machine learning-based toolkit for processing text. It supports tokenization, sentence segmentation, part-of-speech tagging, named entity extraction, chunking, parsing, language detection and coreference resolution.

👉 rli.to/QmcyD
Deep Java Library (DJL) - is an open-source, high-level, engine-agnostic Java framework for deep learning. DJL is designed to be easy to get started with and simple to use for Java developers.

👉 rli.to/F6xXB
Apache Mahout - is a distributed linear algebra framework and mathematically expressive Scala DSL designed to let mathematicians, statisticians, and data scientists quickly implement their own algorithms.

👉 rli.to/UXeSt
Smile by @haifengl - Statistical Machine Intelligence and Learning Engine. It is a fast and comprehensive machine learning, NLP, linear algebra, graph, interpolation, and visualization system in Java and Scala. It delivers state-of-art performance.

👉 rli.to/6Ijbr
Apache Ignite ML - is a set of simple, scalable and efficient tools that allow the building of predictive Machine Learning models without costly data transfers.

👉 rli.to/pBu79
KotlinDL is a DL API written in Kotlin and inspired by Keras. It uses TensorFlow Java API and ONNX Runtime API for Java. It has APIs to train DL models from scratch, import existing Keras and ONNX models for inference, and leverage transfer learning.

👉 rli.to/WihuJ
Thanks for reading. 🙏

If you found the thread interesting, then like, RT the first tweet of the thread and follow @xpvit for more content like this. I create such threads on a weekly basis.

👇

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Viktar Patotski

Viktar Patotski Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @xpvit

Dec 6
We moved our projects from #Java 11 to #Java 17 almost right after the LTS release. Here is a list of the Top 5 features that I have used and enjoyed for more than a year that may convince you to upgrade your projects. 🧵👇
`
record Point(int x, int y) {}
`

- this all you need to create POJO. No, constructors, getters, setters, etc. Just removed verbosity, which was disliked and criticized by many community members. 📓
Text blocks:
`String text = """
Long
formated
text.
""";
`
My SQL queries and JSON blocks in tests don't look like graveyards with all those `+.` ➕❌
Read 8 tweets
Nov 29
Top 6 #Java testing libraries every Java developer should know about and use 👇
JUnit 5 - unit testing framework for the Java programming language.

junit.org/junit5/
AssertJ by @JoCosti - fluent chaining assertions java library. One of the most powerful and convenient ways to write assertions. It's also included in the @springboot test framework.

assertj.github.io/doc/
Read 12 tweets
Jun 30, 2020
Often Software Developers are also called Professional Googlers. This means that we need to be really proficient in it. So this thread will provide you with tips and tricks which help you to become #10xengineer in Googling. Let's start ➡️➡️➡️
1. Use quotes for "exact match" searches. Often when you search for a particular error message try searching with quotes first to get your results faster. Very helpful when you need to understand error or warning messages in logs.
2. Use '*' in as a wildcard. Use case: when searching for errors messages replace parts specific to your code(folder or package names). Also helpful you want to find a song, but remember only some words then replace the unknown part with '*'. 🎶
Read 19 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(