Machine-Learning-Collection
Machine-Learning-Collection copied to clipboard
A resource for learning about Machine learning & Deep Learning
Hello, My data set is sentences in unknown laguage and probability between 0 and 1. e.g. a a a a a a 0.5 a b 0.2 b 0 a a...
- Changed code according to the tutorial - fixed compatibilities issues
Noticed that the indexing of the dataset for the YOLO model would be incorrect and could return errors if not using 20 classes. Fix to make these indexes depend on...
Hi Aladdin! Thank you for your great work on YOLO. I was really struggling with YOLO. However your youtube video was really helpful and it so very clear to understand....
Receiving an AttributeError. Screen short attached below.
The msg: ```bash ...\lib\site-packages\keras\optimizer_v2\adam.py:105: UserWarning: The `lr` argument is deprecated, use `learning_rate` instead. super(Adam, self).__init__(name, **kwargs) ``` https://github.com/aladdinpersson/Machine-Learning-Collection/blob/ac5dcd03a40a08a8af7e1a67ade37f28cf88db43/ML/TensorFlow/Basics/tutorial4-convnet.py#L55
in the code "Transformers from Scratch " in defining the function for source mask why did change the shape from N,src_len to N,1,1,src_len? I know its related to line "energy...
Hi @aladdinpersson Please help me with an error in the code when executed, I don't know how to fix the error... I've already scanned the internet for the solution ...
Great repo! I have two questions about CycleGAN though: 1. why `down_blocks` and `up_blocks` in the generator are nn.ModuleList and not nn.Sequential? 2. trying to get the horse/zebra thing to...