Meddhouib10
Meddhouib10 t1_jcptalr wrote
What are the techniques to male such large models run on low ressources ?
Meddhouib10 t1_j85xi28 wrote
Reply to comment by nerfcarolina in [R] I made a mistake in a recent submission, what to do ? by [deleted]
Ok thanks !
Meddhouib10 t1_j85werz wrote
Reply to comment by nerfcarolina in [R] I made a mistake in a recent submission, what to do ? by [deleted]
Yes the error is just in a figure that is meant to illustrate the pre-processing, it changes nothing about neither the arguments nor the conclusion. By revision, you mean after the paper is accepted ? ( it is my first paper so bare with me) I just fear that it will refused because of a silly mistake.
Meddhouib10 t1_j7hz0ve wrote
Reply to comment by gevorgter in [P] I have implemented an RL agent for trading EUR/USD and I don't know what to do next... by Kiizmod0
Yes tou need to model the word to make an AI work in any financial application
Meddhouib10 t1_j72529u wrote
Reply to [p] Is it possible to add more classes to an already trained resnet image classifier model without the need to retrain it in all dataset again? [p] by YukkiiCode
Yes ! You only need to change the last classifier layer (and initialize the added weights) to add more outputs and then further train the model on data containing all the classes (including the new ones)
Meddhouib10 t1_j67v88c wrote
Reply to comment by Meddhouib10 in [D] ImageNet2012 Advice by MyActualUserName99
Also if use mixed precision. And if you have a TPU use Xla
Meddhouib10 t1_j67tmqr wrote
Reply to comment by deepestdescent in [D] ImageNet2012 Advice by MyActualUserName99
+1 but I think he already knows that
Meddhouib10 t1_j67tlnc wrote
Reply to [D] ImageNet2012 Advice by MyActualUserName99
You can train/pretrain only on ImageNet1k and compare with swinv2 and ConvNextV2 trained only on ImageNet1k (both share their results on this setting)
Meddhouib10 t1_j5y2ete wrote
Reply to [D] Pretraining for CNN by Dense-Smf-6032
There are : check the ConvNext V2 paper
Meddhouib10 OP t1_j5umy78 wrote
Reply to comment by zyl1024 in [R] Best service for scientific paper correction by Meddhouib10
None of us is a native english speaker. We tried our best to not make mistake and be clear. But I only want an external opinion only for this paper as it is my first.
Submitted by Meddhouib10 t3_10kzfwm in MachineLearning
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 ?
Meddhouib10 t1_j2ncmsv wrote
Reply to comment by __Maximum__ in [D] What do you do while you wait for training? by hollow_sets
Accurate 😂
Meddhouib10 t1_iwpot62 wrote
Reply to [R] The Near Future of AI is Action-Driven by hardmaru
Can anyone send me the main papers describing the instructed and action driven models pleaseee ?
Meddhouib10 t1_iw1zmds wrote
Reply to comment by Pretend-Economics758 in [D] Timm's implementation of stochastic depth by MichelMED10
But there is no normalization in dropout right ?
Meddhouib10 t1_iw03271 wrote
Reply to comment by killver in [D] Timm's implementation of stochastic depth by MichelMED10
Good idea 😂 Will do so :)
Meddhouib10 OP t1_ivpp71g wrote
Reply to comment by Sundar1583 in [D] Best learning rate for fine tuning a pretained CNN by Meddhouib10
Isn’t that learning rate hight for finetuning ?
Submitted by Meddhouib10 t3_yqpo7l in MachineLearning
Submitted by Meddhouib10 t3_ybx4nt in MachineLearning
Meddhouib10 t1_isnjqxh wrote
Reply to comment by tal_franji in [R] Embedding dates ? by MichelMED10
In this case I think only the difference between dates matters
Meddhouib10 t1_isnjlvi wrote
Reply to comment by seiqooq in [R] Embedding dates ? by MichelMED10
I have couples of dates and procedures/tests ans their results. So having the date is important (per example a patient had cancer 5 years ago and was treated using conization)
Meddhouib10 t1_isnjh7k wrote
Reply to comment by Marvsdd01 in [R] Embedding dates ? by MichelMED10
Yes I by embedding I meant transforming each number of months to a vector, like nn.embedding in pytorch (knowing that the difference between dates can’t be more than 5 years so 60 months) Thanks for the answer !
Meddhouib10 t1_jd792us wrote
Reply to [D] 100% accuracy of Random Forest Breast Cancer Prediction by [deleted]
Generally on medecine papers there is some sort of data leakage (like they do data augmentation before splitting to train, val and test)