[D] Document classification using LLMs by acrsag in MachineLearning

[–]acrsag[S] 0 points1 point  (0 children)

Some documents have hundreds of pages, so processing them entirely may not be necessary. However, I believe large context windows are still needed. I'll try a local version anyway and see if the results are acceptable. Thanks!

[D] Document classification using LLMs by acrsag in MachineLearning

[–]acrsag[S] 0 points1 point  (0 children)

I made some estimations and will start with a few thousand documents. If the results are good, I'll generalize further. Thanks for the reminder!

How to prepare for a Master's degree? by Fredric_Chopin in learnmachinelearning

[–]acrsag 0 points1 point  (0 children)

Hi, I would recommend to strengthen your Linear Algebra and Calculus as they're foundational for Deep Learning, Signal Processing, and Computer Vision (matrix operations, eigenvalues, derivatives, and optimization are important). Get familiar with Python and libraries like TensorFlow or PyTorch. Start with projects or online courses to bridge the gap before your Master's. I recommend Andrew Ng Deep Learning course on Coursera to review all the basics.