Recent Posts

AB Testing

less than 1 minute read

A/B Test is an essential experimental element for platform companies and is an essential proof work for rapid growth. You can learn more about A/B Test by lo...

How to Use FastText4J Library

less than 1 minute read

1) Save fastest model bin file to AWS S3 2) Import FastText4J library to Spring java project ```java dependency "com.github.linkfluence:fastText4j:0.2.1"...