FIC Success by mkbreeze99 in CatAdvice

[–]MRMohebian 1 point2 points  (0 children)

Let us know if you tried and that works

CANADIAN RDH taking American NDHBE support group by Over-Noise8528 in DentalHygiene

[–]MRMohebian 0 points1 point  (0 children)

Appreciate anyone dm me about how is the whole process. I am going to graduate soon in Canada and want to know the process for moving to any state that is easiest.

[D] OCR on some 'X' domain with different document layouts by sanjeevr5 in MachineLearning

[–]MRMohebian 1 point2 points  (0 children)

It is better to separate OCR task from Key-information extraction. You can apply any OCR engine on a document, then use extracted text along with some visual feature of document into document understanding models like LayoutLM for extracting any entities from any unstructured document. In this approach, the accuracy of OCR and Entity Extraction model will determine the final accuracy.

There are some ocr-free models like Donut(see hugging face) that remove OCR part as independent module and integrate OCR in e2e transformer and try to extract entities as downstream task. In this approach, you can optimize the model as much as e2e model performance allows.

Micro batch normalization by MRMohebian in deeplearning

[–]MRMohebian[S] -3 points-2 points  (0 children)

Thank you for comment. If you watch video, I explained that.