Recent comments in /f/deeplearning
Civil-Sort5293 t1_j282j5a wrote
Another language
cantfindaname2take t1_j2810dh wrote
Reply to comment by elbiot in Laptop for Machine Learning by sifarsafar
This. I have the same setup of laptop + work station. It's been great. No model training kills my laptop anymore. More memory for Chrome.
veb101 t1_j27k7f9 wrote
Math behind diffusion, I don't even remember the math.
ParlourK t1_j27itth wrote
Reply to comment by chengstark in Laptop for Machine Learning by sifarsafar
Dunno why downvote. Is some cloud compute in the budget?
DavIantt t1_j2785s5 wrote
Reply to Laptop for Machine Learning by sifarsafar
Can you get at the RAM? If so, you can upgrade it relatively easily (and cheaply). Most laptops really need 16 to 32 GB anyway to run efficiently.
Final-Rush759 t1_j2783cm wrote
Reply to Laptop for Machine Learning by sifarsafar
Rtx 30070 or waiit for 4070. Then a laptop with good cooling system. Usually a gaming laptop with many holes in the botton and two fans inside , that put air out in the front or sides of the laptop. Then, make linux OS drive at the second SSd slot and have 32 GB or more RAM.
boosandy t1_j26qaep wrote
Reply to comment by Which-Distance1384 in What will you learn if you have 10 additional hours a week? by Which-Distance1384
Acl, emnlp
Which-Distance1384 OP t1_j26ocrx wrote
Reply to comment by boosandy in What will you learn if you have 10 additional hours a week? by Which-Distance1384
any specific conference?
boosandy t1_j26jgwk wrote
Read papers
ShinyBike t1_j26jemn wrote
Reply to comment by suflaj in GPU Comparisons: RTX 6000 ADA vs A100 80GB vs 2x 4090s by TheButteryNoodle
Having owned a 4090 and used many A100s, I can safely say that the 4090 is by far faster than an A100.
chengstark t1_j26evbj wrote
Reply to Laptop for Machine Learning by sifarsafar
Don’t bother, ask department for cluster resources, none of these will be enough for actual fast DL works.
elbiot t1_j26egmm wrote
Reply to Laptop for Machine Learning by sifarsafar
Keep the laptop, buy a used gaming desktop with a 3060 12GB VRAM and ssh into it from your laptop.
cma_4204 t1_j264tc8 wrote
Reply to Laptop for Machine Learning by sifarsafar
I have a msi ge66 raider my work got me, it’s 32gb ram rtx3070 8gb, 1TB SSD. I use it for PyTorch and when I max it out I just use runpod or lambda labs to rent a rtx3090 or a100 for dirt cheap. Would recommend it
bacocololo t1_j25zlms wrote
Reply to Laptop for Machine Learning by sifarsafar
Wrong i have a macbook pro 14 m1 and it s faster than my 3080
suflaj t1_j25xvso wrote
Reply to Laptop for Machine Learning by sifarsafar
Unless you have money for an actual workstation like the top end Dell Precisions, Thinkpads or Razer Blades, you should probably not get a laptop to do deep learning on. Those macs will not be that much faster than running stuff on CPU, even if you do get some Metal API to run on it.
dusan3sic t1_j23u7h5 wrote
Reply to comment by Horneur in Making an AI play LoL by Horneur
Neural networks are just some complex formulas. Not that it involves some complex and fancy mathing it is just multiplication and addition with applied non-linearity. I would suggest making some simple neural networks for like digit recognition using MNIST database. After you understand all the maths than you can go deeper.
Nerveregenerator t1_j21vspk wrote
Reply to Making an AI play LoL by Horneur
Start with supervised learning. Then move to deep RL with cart pole or. something. Thennnnn Dota 2
sqweeeeeeeeeeeeeeeps t1_j20b6hu wrote
Reply to comment by Horneur in Making an AI play LoL by Horneur
You should do some reading on what game theory is too. It will be necessary to have a general approach for the harder games
Horneur OP t1_j20b19u wrote
Reply to comment by sqweeeeeeeeeeeeeeeps in Making an AI play LoL by Horneur
I don't know maybe translation bad but since game theory is maths it have formula no? Nvm, I will try the tic tac toe one. Thank you.
sqweeeeeeeeeeeeeeeps t1_j20alj8 wrote
Reply to comment by Horneur in Making an AI play LoL by Horneur
There is no game theory function. I’m confused on how you landed to this line of thinking. Try out league-play reinforcement learning strategies here on a simple game like tic tac toe. It should play enough games to learn the best move in every scenario.
Horneur OP t1_j20a8m6 wrote
Reply to comment by sqweeeeeeeeeeeeeeeps in Making an AI play LoL by Horneur
Ima gone try it, but from what I saw on ytb, the neural network use activation function, etc... I don't know where I can put game theory function or formula.
sqweeeeeeeeeeeeeeeps t1_j209r5c wrote
Reply to comment by Horneur in Making an AI play LoL by Horneur
What do you think game theory means? These are all game theory based and you can use DL on any of it. Tic tac toe is simple enough to be an explicit algorithm but you can practice making simulations and use DRL for it
Horneur OP t1_j209f3q wrote
Reply to comment by sqweeeeeeeeeeeeeeeps in Making an AI play LoL by Horneur
For chess and tic tac toe the AI isn't deep learning, it is game theory based behavior no?
sqweeeeeeeeeeeeeeeps t1_j203p1p wrote
Reply to comment by Horneur in Making an AI play LoL by Horneur
Remember, Chess AI’s were the first thing really. Dota/League is significantly harder than chess. So try making AI’s for:
Tic Tac Toe, Simple Dice Game (Farkle seems like a good one), Card game with slightly more intricacies, Checkers, Chess, A simple game involving player movement, League.
suflaj t1_j2841op wrote
Reply to comment by ShinyBike in GPU Comparisons: RTX 6000 ADA vs A100 80GB vs 2x 4090s by TheButteryNoodle
You must've had some poorly optimized models then, as even the 40 GB A100 is roughly 2.0-2.1x faster than a 3090, while a 4090 is at most 1.9x but on average 1.5x faster than a 3090 according to various DL benchmarks.