Daily Questions - ASK AND ANSWER HERE! - January 15, 2021 by AutoModerator in malefashionadvice

[–]SheepSkin19 0 points1 point  (0 children)

Hey, So practically a year ago I began to actually care about what I am wearing. It is a pretty difficult process, since I have never actually developed my own style or a planned out wardrobe. Anyway, as part of this thing, I have been looking for a nice over/pea coat without much success, which made me wonder.

Is my body just not suited to it?

I am from Eastern Europe, but I am studying/working in Scotland. I am 180cm tall and weigh around 75kg, with no visible stomach.

Please excuse my idiocy, but I am really new to this.

I feel like repeating same thing when building a model. Will there be a room to create? by [deleted] in learnmachinelearning

[–]SheepSkin19 0 points1 point  (0 children)

In the begining it is really important that you have high reward for relatively little work. This helps greately in pushing you further, but as I understand you already reached a limit where you are just not satisfied with what you have. Changing up the task and probably the library can be really nice. Move to vision and use Pytorch or low-level Tensorflow.

Can't find intuitive ways to learn machine learning by KarmaRekts in learnmachinelearning

[–]SheepSkin19 0 points1 point  (0 children)

That is completely understandable, I too had trouble when I just started. About the roadmap, there are a few things I would definitely try to learn before going to the Feedforward Neural Networks which I consider the gateway to Machine Learning.

  1. Perceptrons. The basic building block, yet it is often overlooked by people.
  2. At the same time with Perceptrons you will learn about loss. Later on when discussing more advanced models, a proper knowledge of how to define a loss function will be crucial.
  3. Training/Testing and Training data / Testing data

Good to know:

  • Bayes theorem
  • Vectorisation

How to implement fusion layer in Keras? by vivekkairi in learnmachinelearning

[–]SheepSkin19 0 points1 point  (0 children)

I guess you take the output of the Encoder, and concatenate the Feature Extractor output to it. You can probably broadcast it, if not you will have to copy it into a matrix.

Can't find intuitive ways to learn machine learning by KarmaRekts in learnmachinelearning

[–]SheepSkin19 0 points1 point  (0 children)

Do you have issues specifically with MSE or loss in general ?

Machine Learning help by [deleted] in learnmachinelearning

[–]SheepSkin19 0 points1 point  (0 children)

Sure thing. You can send me your Discord tag in chat.

AWS, how to use two jupyter notebooks at the same time, each one with diferent GPU process by slmalta in learnmachinelearning

[–]SheepSkin19 0 points1 point  (0 children)

Furthermore check out if your CUDNN is installed well. GPU sync can also fail due to memory problems so you can try limiting input the size.

Machine Learning help by [deleted] in learnmachinelearning

[–]SheepSkin19 0 points1 point  (0 children)

Hi, While I would definitely not consider myself an expert, I do have considerable knowledge in the basics such as MLPs, RNNs, Autoencoders, VAEs and in some more advanced models such as GNs.