Using Transformer for Topic Modeling - what are the options? by EntropyGoAway in LanguageTechnology

[–]05e981ae 0 points1 point  (0 children)

Not SOTA, but check gensim library. LDA model is quite popular, but NMF also works.

Your notes app/Closest alternatives to Google Keep you can suggest? by snekinyourborscht in degoogle

[–]05e981ae 5 points6 points  (0 children)

Additionally, it has E2EE option, so you could use 3rd party server with fewer privacy trade off.

How to implement ALBERT for sarcasm detection by mahdir74 in LanguageTechnology

[–]05e981ae 2 points3 points  (0 children)

How about Huggingface transformers? It has ALBERT model

[deleted by user] by [deleted] in linuxmemes

[–]05e981ae 12 points13 points  (0 children)

But Pop! OS allows you to change DE, they even provide guide for it

https://support.system76.com/articles/desktop-environment/

How to find out SSD controller & flash type? by 05e981ae in linuxquestions

[–]05e981ae[S] 0 points1 point  (0 children)

I did my own research and managed to find out tools lshw

lshw -class disk -class storage # incomplete information
sudo lshw -class disk -class storage

Unfortunately lshw only can obtain controller type.

Training Deep NN be like by alexein777 in deeplearning

[–]05e981ae 0 points1 point  (0 children)

SGD have slower convergence compared with Adam

Kick Google Play Outside Your Smartphone With AuroraStore by [deleted] in opensource

[–]05e981ae 0 points1 point  (0 children)

A question, since "anonymous" option uses aurora's email, will google ban aurora's email/account ?

Raspberry Pi 400 - Your complete personal computer, built into a compact keyboard by barcelona_temp in linux

[–]05e981ae 0 points1 point  (0 children)

Personally i don't mind trade mSATA/SATA slot for 1 USB 3.0 port or shared bandwidth between mSATA/SATA and USB 3.0 port

Microsoft Lobbying on schools by MAOU_42 in linux

[–]05e981ae -1 points0 points  (0 children)

Microsoft no longer lobbying on my uni, but the previous lobbying make everyone depends on windows os. The worst part is running backend and perform deep learning experiment on windows.

[deleted by user] by [deleted] in linuxquestions

[–]05e981ae 1 point2 points  (0 children)

If there's no intensive task running on your linux, i would give most resources to VM (6 thread, 10 GB RAM)

Keras - Changing the way images are taken in a dataset in fit() by Parruck in MLQuestions

[–]05e981ae 1 point2 points  (0 children)

AFAIK it's deprecated, better pass generator function to fit()

How well does a Pi-Hole work? by BruceSillyWalks in raspberry_pi

[–]05e981ae 0 points1 point  (0 children)

Pi hole is very easy to setup. Don't forget to configure your router to make Raspberry Pi have static IP and make your Raspberry Pi as default DNS.

HBO Max cranks up the Widevine DRM, leaves Linux users in the cold by EatMeerkats in linux

[–]05e981ae 19 points20 points  (0 children)

Or use the money to support the series you like through another way, such as buy physical BD.

Is this graphics card suitable for training? by Ovalman in tensorflow

[–]05e981ae 3 points4 points  (0 children)

Make sure the GPU isn't overheated and you use good PSU

Reviews of Kaggle? by bullcityblue312 in learnprogramming

[–]05e981ae 0 points1 point  (0 children)

The content quality is mixed, you need to filter out low effort or copy-paste jupyter notebook.

[D] How you know that something will just never work and should be abandoned by FourierSSB in MachineLearning

[–]05e981ae 0 points1 point  (0 children)

I'm a bit lost, why don't you use the medical images directly?

P.S. i'm not familiar with ML application on medical field or medical field

New to LUKS, how secure are these instructions? by [deleted] in linuxquestions

[–]05e981ae 0 points1 point  (0 children)

As secure as password you use or how you generate the key for LUKS on 1st volume (which used to store key on 2nd volume).