Recent comments in /f/MachineLearning
Cll_dataEthics t1_j595kbd wrote
I agree that this is a regression problem. You could try fitting 3 different linear regression models (one for each of the three recovery time periods). This would have the added benefit of providing interpretability and not just predictions.
Capable_Difference39 t1_j592g8e wrote
Reply to [D] Simple Questions Thread by AutoModerator
Hi all can anyone please let me know what certification or courses I can do to move to AIML field I am already working as an software engineer and have working knowledge of c#
DigThatData t1_j58zwdc wrote
Reply to [D] Did YouTube just add upscaling? by Avelina9X
do you have images of "baseline" compression artifacts to compare this against?
deviantkindle t1_j58zhpx wrote
Reply to comment by Veggies-are-okay in [R] Is there a way to combine a knowledge graph and other types of data for ML purposes? by Low-Mood3229
Thanks for that link! It was a great read above all else.
Their description is actually what I was thinking of doing with my graph-connecting project, but I had never heard of "graph neural networks" before. Looks like a cool rabbit hole.
So much for doing taxes this weekend...
xquizitdecorum t1_j58xf15 wrote
Reply to [R] Is there a way to combine a knowledge graph and other types of data for ML purposes? by Low-Mood3229
Graph embeddings are mentioned below, but also explore graph convolutional neural networks and message-passing neural networks. These methods are extensions of traditional CNN's into graph structures - after all, isn't an image just a lattice graph with pixels as nodes? These models can be used for, as also mentioned below, node and edge prediction/completion, but they can also be used for entire graph-based prediction. I've worked on graph-based prediction for molecular modeling, where I do whole-graph classification.
MisterManuscript t1_j58tvbk wrote
Reply to [D] Did YouTube just add upscaling? by Avelina9X
Could be from simple upscaling techniques (e.g. bilinear interpolation) combined with antialiasing. CNNs don't seem feasible given the compute power needed for the number of users using YouTube.
ZenDragon t1_j58pumo wrote
Reply to [D] Did YouTube just add upscaling? by Avelina9X
Ok so I'm not losing my mind, I think I got this recently too.
Double-Swimmer3495 t1_j58kkcc wrote
Reply to comment by No-Spirit-7840 in [D] ICLR 2023 results. by East-Beginning9987
The email says "All papers will be de-anonymized within a week, and the last version of the submitted paper will remain available on the openreview website".
Veggies-are-okay t1_j58jqyx wrote
Reply to [R] Is there a way to combine a knowledge graph and other types of data for ML purposes? by Low-Mood3229
Mayyyybe graph neural networks?
FirstOrderCat t1_j58hvki wrote
Reply to [R] Is there a way to combine a knowledge graph and other types of data for ML purposes? by Low-Mood3229
sql join?..
aidv t1_j58fczi wrote
Reply to comment by yaosio in [D] Did YouTube just add upscaling? by Avelina9X
No you don’t understand. When working with machine learning for long enough, you start to recognize what the artifacts and errors sound snd look like.
yaosio t1_j58f7g6 wrote
Reply to comment by aidv in [D] Did YouTube just add upscaling? by Avelina9X
That's just the way they talk. One popular youtuber does it so everybody does it. It's like radio voice or news anchor voice.
2Punx2Furious t1_j58f52a wrote
Reply to comment by Avelina9X in [D] Did YouTube just add upscaling? by Avelina9X
> other people also running 109.0.5414.75 (Official Build) (64-bit) (cohort: Stable) do not see this behaviour
Might be A/B testing for now.
tfburns t1_j58es2u wrote
Reply to comment by No-Spirit-7840 in [D] ICLR 2023 results. by East-Beginning9987
Probably soon? Or at camera ready stage?
yaosio t1_j58dycj wrote
Reply to [D] Did YouTube just add upscaling? by Avelina9X
Microsoft added AI upscaling to Xbox cloud streaming on Edge and it works really well. At least I think it's AI upscaling, it could be something like FSR. Either way it looks really good. If Microsoft can do it for lag sensitive gaming then Google can do it for regular videos.
No-Spirit-7840 t1_j58bx8b wrote
Reply to comment by tfburns in [D] ICLR 2023 results. by East-Beginning9987
Do we know when are they going to get public?
dancingnightly t1_j58anv8 wrote
Reply to comment by axm92 in [R] Is there a way to combine a knowledge graph and other types of data for ML purposes? by Low-Mood3229
That's a great resource, thanks. I have studied how this kind of autoregressive model works and found attention fascinating, but here it's graph embedding entities you brought up that sound exciting. I have just skim read your paper for now, so perhaps I made a mistake, but what I mean is:
For graph embeddings, could you dynamically capture different entities/tokens up to a much broader context than for common sense reasoning statements and questions? i.e. do entailment on a whole chapter(or knowledge base entry with 50 triplets), where the graph embeddings meaningfully represent many entities (perhaps with Sine positional embeddings for each additional text entry mention in addition to the graph, just like for attention)?
[Why I'm interested: because I presume it's impractical to scale this approach up in context - similar to for autoregressive models - due to the graph scaling exponentially if fully connected, but I'd love to know your thoughts - can a graph be strategically connected etc]
axm92 t1_j58761h wrote
Reply to comment by dancingnightly in [R] Is there a way to combine a knowledge graph and other types of data for ML purposes? by Low-Mood3229
>Could it be extended from sentences to whole context paragraphs at some stage, with the entities dynamically being different graph items?
Absolutely. Highly recommend that you try playing around with some examples here: https://beta.openai.com/playground.
dancingnightly t1_j583tfa wrote
Reply to comment by axm92 in [R] Is there a way to combine a knowledge graph and other types of data for ML purposes? by Low-Mood3229
>we first generate a graph that can capture relationship between entities in the question
This is really impressive, what's your thoughts on the state of this kind of approach? Could it be extended from sentences to whole context paragraphs at some stage, with the entities dynamically being different graph items?
Accomplished_Ebb1824 t1_j57ys9t wrote
Reply to comment by ukamal6 in [D] ICLR 2023 results. by East-Beginning9987
1
VinnyVeritas t1_j57ygl7 wrote
Reply to [D] Did YouTube just add upscaling? by Avelina9X
No they didn't.
ukamal6 t1_j57xr99 wrote
Reply to comment by Mephisto6 in [D] ICLR 2023 results. by East-Beginning9987
That's really wonderful, congrats!! :)
THE_MAGIC_OF_REALITY t1_j57xook wrote
Reply to comment by NotARedditUser3 in [D] Did YouTube just add upscaling? by Avelina9X
What graphics cards do AI upscaling on videos?
Mephisto6 t1_j57vgui wrote
Reply to comment by ukamal6 in [D] ICLR 2023 results. by East-Beginning9987
I also have one :)
morecoffeemore t1_j595omy wrote
Reply to [D] Simple Questions Thread by AutoModerator
Dumb question, but how do I know chatgpt is not just copy/pasting from the web?
Tried chatgpt for the first time. Seems cool. Dumb, question, but how do I know it's not just copy/pasting something a person wrote on the web?
I ask it for a recommendation for speakers. Gives a good reply. It seems to me it could've just done a web search and then copied what someone wrote on the web as a reply.
Is there a way to test/use chatgpt to prove to myself that it's not just copying and pasting from the web?