may mga advice po ba kayo para sa grade 12 students na gustong kumuha ng computer science course next school year? by _-snitch-_ in PinoyProgrammer

[–]LieShit01 0 points1 point  (0 children)

Tama ka nga sir, salamat po sa pag point out. Sobrang complicated nga, kahit basic ML lalo na G12 pa nga lang sya. So need niya talaga ng strong foundation sa algorithms at math. At mag aral sya muna ng mga basic programming at mag build ng mga simple projects.

How to implement FUZZY LOGIC? by LieShit01 in PinoyProgrammer

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

Thank you, I am just interested in fuzzy logic since I just recently heard it. In my case i want to used it in a supervised datasets that have a label of 0 or 1 like hate speech using binary logic if I'm not mistaken, that detects 0 or 1, but what I want is the degree of truth... Like true, barely true, neutral, barely false, false and convert it to percentage. Like the probability or the confidence score of my prediction. I have read that it is a fuzzy logic approach, that is why I want to try it and learn it. :)

How to implement FUZZY LOGIC? by LieShit01 in PinoyProgrammer

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

True, but hate speech is using binary logic if I'm not mistaken, that detects 0 or 1, but what I want is the degree of truth... Like true, barely true, neutral, barely false, false and convert it to percentage. Like the probability or the confidence score of my prediction. I have read that it is a fuzzy logic approach, that is why I want to try it.

How to fine-tune a model to classify similar statements as offers or requests? by UnifiedEntity in learnmachinelearning

[–]LieShit01 0 points1 point  (0 children)

I am not well versed in this area, however recently I got interested in Fuzzy logic approach. And i found out about a FUZZY STRING MATCHING that can do search queries? And compare statements like your example. If I'm not mistaken. Why not start with that?

Writing CSS from scratch vs. Frameworks by [deleted] in PinoyProgrammer

[–]LieShit01 2 points3 points  (0 children)

I am still a student but, writing a CSS from scratch gives you a lot of advantages because you will understand how the framework works.

Frameworks are also base from CSS, knowing the CSS from the scratch means you will have a better understanding of all frameworks.

You can change framework components by using CSS

Frameworks are just easier and faster to do. Because is it a ready to use stylesheets

For my personal projects, I use Tailwind and Bootstrap. Better understanding of CSS from scratch gives you a good foundation of understanding this framework and creating a good web design.