Francesco Gonzales

Results 8 issues of Francesco Gonzales

In [5.2.2](https://github.com/chiphuyen/ml-interviews-book/blob/415820664df5825d30510b0559fad83a1b1e31dc/contents/5.2.2-stats.md) at the bottom, the "curse of big data" blog article has apparently been removed. I could not find that article anywhere on the internet. Old link: https://www.analyticbridge.datasciencecentral.com/profiles/blogs/the-curse-of-big-data Redirects...

If I understand correctly, the model is evaluated on the same data that it's trained on. Doesn't this lead to a wrong evaluation? **Load data** https://github.com/XifengGuo/DEC-keras/blob/2438070110b17b4fb9bc408c11d776fc1bd1bd56/DEC.py#L290 https://github.com/XifengGuo/DEC-keras/blob/2438070110b17b4fb9bc408c11d776fc1bd1bd56/datasets.py#L94-L103 **Evaluate** https://github.com/XifengGuo/DEC-keras/blob/2438070110b17b4fb9bc408c11d776fc1bd1bd56/DEC.py#L333-L335 Shouldn't...

Fixing #25, #28 and other compatibility issues due to newer sklearn, tensorflow and numpy APIs scikit-learn==1.0.2, tensorflow==2.7.0, numpy==1.22.3

Everything works fine until I restrict the API usage to Android apps with my SHA1 signature, which works for all other packages I am using, namely the google_maps_flutter plugin, which...

[Computer security](https://beep.metid.polimi.it/web/3020302) course does not appear at all in the list of courses

Training for 50 epochs on CIFAR-10 with ``` OMP_NUM_THREADS=1 python -m torch.distributed.launch --nproc_per_node=1 train.py --num_workers 4 --batch_size 128 --epochs 50 ``` and then boosting with ``` OMP_NUM_THREADS=1 python -m torch.distributed.launch...

![image](https://user-images.githubusercontent.com/33703910/115120192-673a5700-9fac-11eb-9d7e-b460776e9bd6.png)

🐞 bug

**Describe the bug** A clear and concise description of what the bug is. Setting the `additional_model_data_sources` parameter of `sagemaker.model.Model` throws the error: ``` botocore.exceptions.ClientError: An error occurred (ValidationException) when calling...

type: bug
component: pipelines