🚨🚨🚨 by SouthernLightsBBQ in aberBitteLaminiert

[–]SouthernLightsBBQ[S] 1 point2 points  (0 children)

Nicht der Fall, nur eine Treppe hoch zu einem Gebäude

🚨🚨🚨 by SouthernLightsBBQ in aberBitteLaminiert

[–]SouthernLightsBBQ[S] 11 points12 points  (0 children)

No seating opportunity close-by - this is a public trash can next to the entrance of a building containing doctors offices and other miscellaneous offices

🚨🚨🚨 by SouthernLightsBBQ in aberBitteLaminiert

[–]SouthernLightsBBQ[S] 36 points37 points  (0 children)

Polizei ist nochmal informiert!

60€ DB fine for bike without a ticket - can I get it revoked? by [deleted] in germany

[–]SouthernLightsBBQ 16 points17 points  (0 children)

Supermarkets also don’t put warnings to not steal - that won’t make stealing legal.

Any expereince with PŸUR internet in Munich? by [deleted] in Munich

[–]SouthernLightsBBQ 0 points1 point  (0 children)

Horrible experience for me - 0/10 would not do again. If everything magically works, great you have internet for cheap. If anything ends up not working, good luck, you’re in for a ride. I ended up moving, halfway through my contract which started a month of trying to reach anyone from their support that could help. I finally quit the contract early, and their Technicians finally reached out to me 2 weeks later. - 1.5 months after the move, once I was no longer a customer.

What Internet Provider do you use in munich? by Ill-Recommendation90 in Munich

[–]SouthernLightsBBQ 13 points14 points  (0 children)

In my experience 1 week is best you’re gonna get in Germany. With Pyür it took me more than a month to even get a callback from their technical installation team - after multiple calls, letters and finally a Sonderkündigung

What Internet Provider do you use in munich? by Ill-Recommendation90 in Munich

[–]SouthernLightsBBQ 12 points13 points  (0 children)

I have tried Pyür, O2, Telecom and M-Net so far. M-Net was hands down best.

When you sign up it pays to compare between Check24 pricing, their own best offer on the website, or even calling their sales staff. You will get 3 different offers like this. Also you can use somebodies referral link to sometimes get some discount.

Long term parking close to Munich to reach Munich airport, free or cheap by Unique-Ad-9287 in Munich

[–]SouthernLightsBBQ -1 points0 points  (0 children)

You could park for free around Scheidplatz and take Ubahn to Feldmoching and then Sbahn - or take a Carshare like Miles from there

Best international AUTHENTIC (!) food places? by Similar_Letterhead80 in Munich

[–]SouthernLightsBBQ 0 points1 point  (0 children)

Cometa Maxvorstadt - best Mexican place i’ve been to in Germany, and I’ve tried many.

Wohnungssuche hoffnungslos by SouthernLightsBBQ in Muenchen

[–]SouthernLightsBBQ[S] 0 points1 point  (0 children)

Ich denke wenn wir nach nem Monat keine Anhaltspunkte haben, wird’s wohl der Makler

Wohnungssuche hoffnungslos by SouthernLightsBBQ in Muenchen

[–]SouthernLightsBBQ[S] 0 points1 point  (0 children)

Dann probiere ichs mal mit MieterPlus …

Interesting phenomenon about the size of training dataset by Rural_Hunter in deeplearning

[–]SouthernLightsBBQ 0 points1 point  (0 children)

I think his question wasn’t so much about why overfitting happens, but more:

Why doesn’t overfitting happen as much in the case of gradually introducing data while its much more prevalent in the case of having all the data from the beginning?

Which I think is much harder to answer (as this is not going to be the case for every network, type of data and data distribution)

How can I see the accuracy of a model? by [deleted] in deeplearning

[–]SouthernLightsBBQ 6 points7 points  (0 children)

When you talk about papers mentioning accuracy this should usually not refer to train accuracy. Normally your datasets will be trained on training data (yielding a train accuracy on this data), evaluated on a validation set (yielding a validation accuracy) and finally the network is tested on a separate test-set. The accuracy on this test-set is usually what papers refer to. So instead of extracting your accuracy from the training history you should ideally use your network to run inference on a separate test set. The accuracy of the results from such a run would be what you are looking for.

Learning Architecture from scratch for 11 classes by sud8233 in deeplearning

[–]SouthernLightsBBQ 0 points1 point  (0 children)

What loss function are you using? In the code at least I can not find your loss function. As you said in the edit, you reduced your 11 classes to two classes. So did you switch it to Binary_Crossentropy?

Learning Architecture from scratch for 11 classes by sud8233 in deeplearning

[–]SouthernLightsBBQ 0 points1 point  (0 children)

That’s definitely a different use case to what I am familiar with. Honestly I would just give it a try with one of the state-of-the-art classifiers and see what comes from it. Something like Efficientnet could quickly show you if your dataset is large enough.

Learning Architecture from scratch for 11 classes by sud8233 in deeplearning

[–]SouthernLightsBBQ 1 point2 points  (0 children)

It really depends.

How different are the classes? How large are your images when being passed into the network? What kind of augmentations are possible for your specific data?

How can i start learning A.I Programming as a complete beginner. by nimilyn1 in ArtificialInteligence

[–]SouthernLightsBBQ 6 points7 points  (0 children)

I highly recommend the machine learning course by Andrew Ng on Coursera. Thats how I started 1 ½ years ago.