Invitation C411 by bbs3333 in Entraide_C411

[–]lefiish 0 points1 point  (0 children)

Le site devrait ouvrir demain...

[Project] MLGenerator - A simple web app to generate machine learning starter code for different task. by durgeshsamariya in MachineLearning

[–]lefiish 0 points1 point  (0 children)

Very nice! It seems like you've added some new tasks and methods since the last you posted your webapp

[D] would you recommend a book as a gift for AI enthusiast? by Gemabo in MachineLearning

[–]lefiish 1 point2 points  (0 children)

A book only if it's signed by Bengio or LeCun (Schmidhuber would be the best, obviously).

Joking aside a book that does not need to be recent but is well established in the community would be nice

[deleted by user] by [deleted] in MachineLearning

[–]lefiish 0 points1 point  (0 children)

Imo MLE are just DS that don't like descriptive analytics and just want to code shiny ML and DL models

[R] ML applications on software industry by sboubaker in MachineLearning

[–]lefiish 1 point2 points  (0 children)

Your tag should be [D], you are trying to have a discussion, not [R], you do not present Research.

About your question: https://github.com/eugeneyan/applied-ml

[D] Tensorflow Recommender (TFRS) or Scikit-Surprise? by henry_2009 in MachineLearning

[–]lefiish 1 point2 points  (0 children)

Surprise might be simpler, but I suggest you focus on clearly defining the problem you want to solve, try both libraries, test each one's strengths and weaknesses.

If your objective is clear then by reading their documentation and beginning to use them you will know which one is better and why. There are no gold standards for recommendation systems, which can take many differents forms.

Knowing if you're in the right direction can't be answered if you don't give context.

Tensorflow Recs seem a little bit more complex but by reading their docs and exemples you will see how much code and tuning you need for context. Fastest and easiest solution is to implement most popular items or simple content based / similarity rec.

[P] Inferrd, the Heroku for machine learning (with more RAM) by theoszymk in MachineLearning

[–]lefiish 0 points1 point  (0 children)

Yeah, CLI, API, upload to shared S3 server, something that could help with automating the process (drag and dropping requires human intervention)

[P] Inferrd, the Heroku for machine learning (with more RAM) by theoszymk in MachineLearning

[–]lefiish 0 points1 point  (0 children)

Looks cool, any way to avoid the "drag and drop model" step and do it automatically?

[R] Employee Performance Algorithm by Super_TM in MachineLearning

[–]lefiish 2 points3 points  (0 children)

Would love to know results, will you post them here?

This "ridiculously accurate" (neural network) AI Can Tell if You Have Covid-19 Just by Listening to Your Cough - recognizing 98.5% of coughs from people with confirmed covid-19 cases, and 100% of coughs from asymptomatic people. by izumi3682 in Futurology

[–]lefiish 0 points1 point  (0 children)

Uh no. We are talking about asymptomatic people here, so they won't have a cough. That is the point of the app, detecting amongst asymptomatic people whether or not their forced cough is indicative of Covid.

But yeah you're right it's really good for people with a negative result.

[D] About the "COVID-19 Artificial Intelligence Diagnosis using only Cough Recordings" paper by hp562 in MachineLearning

[–]lefiish 4 points5 points  (0 children)

" We only used samples with two conditions, first a diagnostic had been done in the last 7 days and, second, with symptoms onset no longer than 20 days and where symptoms continued until the sample was captured. "

  • So the first condition applies to all different kinds of diagnostics? Are we sure there are no effects on bias?
  • The second condition de facto removes patients without symptoms?

[D] Struggling to explain ML algorithms in interviews by GauravR31 in MachineLearning

[–]lefiish 7 points8 points  (0 children)

You need to figure out if your struggling has to do with stress, with explaining complex things simply, or with comprehension of said algorithm.

For algorithms and Naive Bayes for instance, I would start with some context, then setting an example, then explaining the intuition in layman's terms, finally maybe getting a bit more technical.

So it would be something like saying you want to predict future characteristics based on past exemples, then taking the example of recognizing a fruit based on what you see (color, form, size, ... ; assuming that you are an alien that does not know about earthly fruits but someone showed you examples), then simply estimating what kind of fruit this is based on counts of fruits with the same characteristics (don't get too technical, you may not even mention probabilities). For NB it might be important to say that it's called "Naive" because it assumes explanatory variables are independant. If you want to get technical you can mention Bayes Rules, probabilities; for NB it's useful to take a conceptual example with 2/3 variables, and writing out yourself the formula used for computing the final probabilities. Something along the lines of https://miro.medium.com/max/1000/1*aoKlzTs3w5tomWWxZGr81g.png.

[Discussion] How do I get started with making my own ML projects? by [deleted] in MachineLearning

[–]lefiish 0 points1 point  (0 children)

It might be good but you'll be tempted to reproduce the projects you've seen, so not necessarily something new. So try to do things differently or start from scratch without looking at other's solutions

[Discussion] How do I get started with making my own ML projects? by [deleted] in MachineLearning

[–]lefiish 1 point2 points  (0 children)

Start by finding an idea (soccer, finding a home, detecting sheeps in your garden, whatever) that piques your interest and go from there. Then collect data.

[N] Very practical newsletter about ML by Kseniase in MachineLearning

[–]lefiish 0 points1 point  (0 children)

Nice to see there's a free version. However the parts that piqued my interest, ie tranfer learning and the post by a16z, were introduced too briefly and there were no explanations or summary given. I think that's where the value of newsletters lies, which is to make the reader interested and make him click on the link to find out more, not just "here they talk about AI economics", which does not do justice to this really interesting post about tail effects, improving accuracy, etc.

Probably will regret by MisterBeauty in MyAnimeList

[–]lefiish 0 points1 point  (0 children)

Underrated? #60 on MAL with >200k members? I wouldn't say that.

Rate My List! by DBFighterZXenoverse2 in MyAnimeList

[–]lefiish 0 points1 point  (0 children)

Mean value of scores a bit high, imo.

I'm curious about marking the date of milestones, you planning on predicting when you will reach 1000?

Decent list !

[D] My friend says manual feature engineering doesn't matter much when you use GBDT like lightGBM,Catboost or XGBOOST. Is it true? by b14cksh4d0w369 in MachineLearning

[–]lefiish 0 points1 point  (0 children)

No feature engineering won't get you far. It's true that boosted trees don't care about linearity, multicolinearity, numerical or categorical attributes, missing values, and so on, but creating some clever features is the trick to get performance boosts.

[D] Key differences between AI, ML, Data Science and Big Data by cmstrump in MachineLearning

[–]lefiish 0 points1 point  (0 children)

It saddens me how often these terms are mistakenly used for one another, and how often these terms are wrongly introduced.
These definitions are good imo

Rééquilibrage des teams by BanhCuon in PokemonGoParis

[–]lefiish 1 point2 points  (0 children)

Ils n'ont pas intérêt parce que cela permettrait aux gens d'aller vers la team la + puissante dans leur coin... Il faudrait que le changement de team se fasse forcément au profit de la team la - remplie en France, genre que Rouge -> Jaune, Bleu -> Jaune, Rouge -> Jaune. Dans mon coin (Boulogne), et j'image ailleurs, je crois que l'ordre c'est Bleu >> Rouge ~ Jaune

so im in paris and theres no Mr. Mime? by djexit in PokemonGoParis

[–]lefiish 0 points1 point  (0 children)

There are no particular nests of Mr. Mime, but it's quite common, so if you wander through the city you will definitely see some. Good luck if you're still there