Recent comments in /f/deeplearning

tsgiannis t1_j4c2r0d wrote

No...as I wrote take a previous year's complete data.. Let's take 2021 season..and you have gone back to 2021...you have absolutely no knowledge of the outcomes of games..

The season starts and you are all fired up to earn some money... You wait until a reasonable amount of games are played... around the 60% I reckon is a good percentage So you start training the model. You start with a base amount of cash...e.g $100 You predict for the coming 5 - 10 games...how did the model performed. , Have you made a profit or not.. again..the next 5-10 games..You play until either you run out of money or the season ends. If you run out of money..the bitter truth..back to the drawing board If the season ends.. measure your money.its around $100 - $120.. well at least you didn't lose..but it was tight $121 - $150 maybe you have something $151-$200 maybe you should give it a go > $201 lets make some money 🤑

1

SoopaFly_ t1_j482pm2 wrote

Don’t know that you’ll get much processing done (in a reasonable enough timeframe) on Android, but you can definitely create a client/server architecture where the processing is done remotely and the android phone just feeds the remote server data for processing and receives the output and displays it.

1

derpderp3200 t1_j45pioz wrote

I imagine it's important when you're theorycrafting about whether a novel architecture will be able to propagate gradients in a way that might facilitate learning things, but yeah for the most part it seems about intuition and copying successful approaches more than anything.

0

currentscurrents t1_j44pu0u wrote

Is it though? These days it seems like even a lot of research papers are just "we stuck together a bunch of pytorch components like lego blocks" or "we fed a transformer model a bunch of data".

Math is important if you want to invent new kinds of neural networks, but for end users it doesn't seem very important.

7

andsmi97 t1_j43seln wrote

Now you are receiving some requirements like mse < 100 dollars for your estimation and you also have to predict houses on country which is absolutely not represented in dataset. On top of that, you “might” need to run this model on mobile phone to make inference. To pass those requirements you probably need entire research group and a lot of trial and error. 1 Million is significant underestimation here if you don’t know requirements.

1

neotod_ t1_j43f0lr wrote

I started also this journey in about 2 months ago.

Was looking for some peer on learning this beautiful beasty.

I think this kind of learning is more effective than solo learning. This way we define some problems and try to find solutions and ideas for them each other. That's very better I would say than doing these things alone.

I'm currently learning based on Hands On ML book chapters.

Wanna join me?

3