Recent comments in /f/deeplearning

Final-Rush759 t1_j2783cm wrote

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.

2

cma_4204 t1_j264tc8 wrote

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

4

suflaj t1_j25xvso wrote

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.

8

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.

2

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.

1

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

3

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.

3