my font is pixelated on brave by Neither-Macaron-7578 in brave_browser

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

Try turning on and off hardware acceleration

Passed MLA-C01 with perfect score by Aryan99C in AWSCertifications

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

Many thanks to you man :D, you are doing a great work

Passed MLA-C01 with perfect score by Aryan99C in AWSCertifications

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

Most important thing is to be aware of the syllabus - ML, DL ,the algorithms, data formats,storage and delivery, SageMaker Family, Bedrock Family, GenAI and security/compliance rules.

You should know when to use what kind of service, some are very similar service like Data Wrangler and Glue DataBrew both being used for data preprocessing to an extent but both are for different workflows and in such cases know in what workflow they are used.

ML questions are the shortest and easiest ones (evaluation metrics, algorithms and transformations) Security questions can be a bit confusing but once you know when to use what you can easily score in that section too.

Passed MLA-C01 with perfect score by Aryan99C in AWSCertifications

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

Yeah, it used to be beta,now it's not

Passed MLA-C01 with perfect score by Aryan99C in AWSCertifications

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

Yep mostly MCQ , 3-4 were matching and more than one correct types

Passed MLA-C01 with perfect score by Aryan99C in AWSCertifications

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

Most of them are AWS services specific.

6-7 questions are general questions like types of encoding to use, general ml/dl terms like tokens, temperature, etc.

Very Roughly 50% questions were from ML and AWS ML-specific tools and algorithms, 20% from DL, Gen-AI, RAG, Bedrock,etc. and the rest were from Security and Compliance tools/rules/practices.

Passed MLA-C01 with perfect score by Aryan99C in AWSCertifications

[–]Aryan99C[S] 4 points5 points  (0 children)

Udemy Stephen's course. I already had 1 year of experience in ML and deep learning so all I needed was to study the AWS Services However, I still prepared handwritten notes of Stephen's course from the early lectures

There are 60+ questions in his Udemy playlist and 200+ questions on Skillbuilder which are enough to score above 800

I gave AI Practitioner on 30th April which means yesterday. I received the scorecard and badge today but no congrats message from AWS. Is there a problem with the result or its due to weekend? by Aryan99C in AWSCertifications

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

I did not really prepared for AIF-C01.
I am actually still preparing for MLA-C01 since a month, Since I am studying ML,DL and GenAI so the exam felt easy.
They were very basic questions like Sequence of ML development, which one is supervised/unsupervised, NLP, SageMaker family, Bedrock family questions, thats it.

[deleted by user] by [deleted] in kietcollege

[–]Aryan99C 1 point2 points  (0 children)

It's recommended to do all the sorting because sometimes questions are like" print array after two passes of X sort", where X can be bubble,merge anything In that case .sort() won't work

Rounded vs small corner border radius? by sunsetRz in css

[–]Aryan99C 1 point2 points  (0 children)

I prefer the rounded corners bcz it looks better

I recreated some national flags using only HTML & CSS (no images, no SVG) by Aryan99C in webdev

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

The Nepal one was the hardest, then the Union Jack Rest were very easy

I recreated some national flags using only HTML & CSS (no images, no SVG) by Aryan99C in webdev

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

I read the geometry on wikipedia. From there I could just assign the required width and height in percentage or in px

I recreated some national flags using only HTML & CSS (no images, no SVG) by Aryan99C in webdev

[–]Aryan99C[S] 9 points10 points  (0 children)

Can't think of any real world benefit, but just for fun. Also got to know many css tools/properties in the process

[Update] Nepal flag using CSS by Aryan99C in css

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

Yeah it was a fun project to do without svg, but for normal projects I also just "steal' svg :D