Recent comments in /f/MachineLearning
aidv t1_j4augnw wrote
Reply to comment by nullbyte420 in [D] Is MusicGPT a viable possibility? by markhachman
An AI does not know the concept of original work, compared to humans.
Humans can decide which data it wants to derive from, and how much of the selected data it wants to derive from.
AI cannot do this.
That’s why the art image AI’s always look like something it’s been trained on, and why music AI’s always sound like something they’ve been trained on.
And that’s why you are wrong, and I am right.
And that’s also why you and many others will downvote me.
Cold-Ad2729 t1_j4au2ba wrote
Reply to comment by FreddieM007 in [D] Is MusicGPT a viable possibility? by markhachman
That generates MIDI rather than raw audio. Impressive but the sounds still have to be generated via VSTs etc
elcric_krej OP t1_j4atwg1 wrote
Reply to comment by zaptrem in [D] Mtruk alternatives for extracting information out of text by elcric_krej
Yes... that's the correct interpretation, hence why I need mturk, to get people to manually label (well extract) something from my training/validation data.
​
I'm still rather confused about where the misunderstanding is.
yldedly t1_j4atech wrote
Reply to comment by AImSamy in [D] Unpopular opinion : It's not always a good idea to train a model from by AImSamy
So far, mlflow + docker + torchserve has been enough. Soon I'll have to implement training, active learning and maintenance in the cloud as well, which will probably require more tools.
[deleted] t1_j4asz0x wrote
Honestly I almost always use pretrained models as the initial state and train on top of it. Has worked wonders in accuracy
nullbyte420 t1_j4asvd3 wrote
Reply to comment by aidv in [D] Is MusicGPT a viable possibility? by markhachman
By that logic, all music is derivative and all musicians should pay a subscription fee to play music
AImSamy OP t1_j4asv88 wrote
Reply to comment by yldedly in [D] Unpopular opinion : It's not always a good idea to train a model from by AImSamy
And what do you use for deployment and making your models usable ?
yldedly t1_j4asn14 wrote
In my job, I solve almost everything with pre-trained model + a few hours of labeling + active learning.
cruddybanana1102 t1_j4asit0 wrote
Reply to comment by Skirlaxx in [D] Has ML become synonymous with AI? by Valachio
I mean Generative Adversarial Netwroks do engage in minimax optimization, and produxe deepfakes. I don't think anybody agrees that GANs have nothing to do machine learning.
Dwood15 t1_j4as7tk wrote
Reply to comment by pm_me_your_pay_slips in [D] Bitter lesson 2.0? by Tea_Pearce
The bitter, bitter scaling law: "More compute makes a lot more possible"
AImSamy OP t1_j4ardve wrote
Reply to comment by oldkottor in [D] Unpopular opinion : It's not always a good idea to train a model from by AImSamy
I work in a consulting firm doing machine learning projects for other companies that don't know much about ML... I feel you so much !
oldkottor t1_j4aqp07 wrote
Having a training set is luxury. On my last job I encountered a lot of cases where people just expected to built a magic thing from unlabeled or yet ungathered data.
Competitive-Net-1483 t1_j4aq1to wrote
Reply to [D] Simple Questions Thread by AutoModerator
What about an APP social-Fi and Web3 sports games running on blockchain, with AI technology as a referee to manage your performance ? dotmoovs
aidv t1_j4aplrn wrote
Reply to comment by M4xM9450 in [D] Is MusicGPT a viable possibility? by markhachman
If an AI is trained on existing artists music, then the output from the AI is and should be considered as derivative work.
Thus the original artists should be compensated.
If it can be proven is a different challenge in itself.
Meddhouib10 t1_j4andjc wrote
Reply to comment by PredictorX1 in [D] Combining Machine Learning + Expert Knowledge (Question for Agriculture Research) by Tigmib
Have any paper in mind that speaks about this stuff ?
[deleted] t1_j4am1zw wrote
Reply to comment by blueSGL in [D] Is MusicGPT a viable possibility? by markhachman
[deleted]
cfoster0 t1_j4alveu wrote
Reply to [R] Is there any research on allowing Transformers to spent more compute on more difficult to predict tokens? by Chemont
FWIW in certain sense this goes against the design philosophy of transformers, which is to jointly compute all representations within a layer at once, to maximize the degree of parallelism on GPUs and other accelerators.
janpf t1_j4ai7ia wrote
Reply to [D] Combining Machine Learning + Expert Knowledge (Question for Agriculture Research) by Tigmib
If you use synthetic data (from the crop simulation models), the model will kind of reverse-engineer it (it will learn what the simulation models are doing).
Using a mix of it with real word data, is like regularizing your model (adding a prior) to the simulation rules.
This is something that makes sense, and mixing data often is used. But "making sense" doesn't necessarily means it helps ... that depends a lot on your application. Also the next question is how much synthetic data you may want to mix ... fundamentally you'll have to figure it out by trial&error and having some way of measuring if things are getting better for whatever your extrinsic goal is (your business objective).
Opposite-Platypus-99 t1_j4ahpg6 wrote
Reply to comment by currentscurrents in [D] Bitter lesson 2.0? by Tea_Pearce
now, can you confirm you can run arbitrary software on your phone?
Icries4frenchfries t1_j4ah7px wrote
Reply to comment by batpin1321 in Apple AI Residency 2023 [R] by Extension-Reward5756
Seems general
batpin1321 t1_j4aeprn wrote
Reply to comment by Icries4frenchfries in Apple AI Residency 2023 [R] by Extension-Reward5756
Ooh okay nice. So the mail you got, was it program specific or a generic one?
learn-deeply t1_j4ad1te wrote
Reply to [D] Is MusicGPT a viable possibility? by markhachman
Google Magenta has done a bunch of research in this area. This one based on Perceiver is pretty promising, but currently only trained on piano.
Icries4frenchfries t1_j4ac92o wrote
Reply to comment by batpin1321 in Apple AI Residency 2023 [R] by Extension-Reward5756
I applied for Knowledge Platform, Question Answer Ranking, and Cross Domain Ranking.
batpin1321 t1_j4ac100 wrote
Reply to comment by Icries4frenchfries in Apple AI Residency 2023 [R] by Extension-Reward5756
What specific program did you apply for? Just wanted to know if this mail is program related or for collectively all kinds of residency programs
NoPause9252 t1_j4authm wrote
Reply to comment by aidv in [D] Is MusicGPT a viable possibility? by markhachman
What if we add past court cases as training data for the model? We can add another label (court decision) and a few additional billion parameters. Problem solved