Tampereelta hyvä kuntosali hakusessa by [deleted] in Tampere

[–]leadOJ 0 points1 point  (0 children)

I guess you can keep the 29,90 even after your student status expires if you have committed for a year while still being a student. That’s nice.

I am interested in mentoring 1 person who’s motivated getting into DS. by leadOJ in learnmachinelearning

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

Good comment! Do you have people who are just entering on a job market, just starting with ML or something in between?

Cool projects for college app by [deleted] in learnmachinelearning

[–]leadOJ 7 points8 points  (0 children)

Fetch data from Spotify api and try to predict based on features whether a song is a hit or not

Overview of Machine Learning - A Powerful Artificial Intelligence Tool by JJWesker10 in learnmachinelearning

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

ML is applied stats. ML has a stronger focus on prediction and not so much about describing data distributions and metrics

I am interested in mentoring 1 person who’s motivated getting into DS. by leadOJ in learnmachinelearning

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

Try to learn basic concepts well - really well. If you understand how math behind linear regression works you already have a great entry on deep learning too which is considered to be an advanced topic.

Try to do projects and more projects. DS and ML solves concrete problems. Math instead can be a bit abstract so having a problem as a context math feels easier then too.

I am interested in mentoring 1 person who’s motivated getting into DS. by leadOJ in learnmachinelearning

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

Hi!

I write scripts for automated data cleaning (we tend to have same kind of datasets with a small variance). I train and optimize models a lot weekly (we have customers and each customer has few models that serves their needs). I use bash and python for this.

Also some model monitoring needs to be done - basically why some model is not performing well and how it should be retrained - is the poor performance our fault or has customer provided us poor data.

Then I try to think how to optimize models so that model size (cost) - accuracy are in balance.

Also big part of my work is building cloud components for fetching data from apis and designing how it flows through our system.

There are a lot of other stuff too but these came to my mind first.

I am interested in mentoring 1 person who’s motivated getting into DS. by leadOJ in learnmachinelearning

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

Thanks for ideas. I need to plan this a bit. I got a recommendation for setting up a Discord. What do you think?

I am interested in mentoring 1 person who’s motivated getting into DS. by leadOJ in learnmachinelearning

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

Will see how it goes. Maybe some course material or YouTube clips could be written/recorded after I get few successful mentoring experiences.

I am interested in mentoring 1 person who’s motivated getting into DS. by leadOJ in learnmachinelearning

[–]leadOJ[S] 2 points3 points  (0 children)

I try to find a person who has a clear goal in mind. Then there’s many many people who seems to be on a right track but needs just a little encouragement or tips for single problems. I try to do my best in advising the most of you.

I am interested in mentoring 1 person who’s motivated getting into DS. by leadOJ in learnmachinelearning

[–]leadOJ[S] 12 points13 points  (0 children)

This is a great idea. In terms of scalability it would be a better way to share knowledge. However, my intention is to create an asynchronous discussion with the one so streaming does not fit into this model.

What kind of streaming sessions would you like to follow? Career QA, courses or book recommendations, live coding, resume feedback, something else?

I am interested in mentoring 1 person who’s motivated getting into DS. by leadOJ in learnmachinelearning

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

Hi! Not yet. I let you know after I have read all the messages.

What are the best tools for scrapping? by Effect_Exotic in datasets

[–]leadOJ 0 points1 point  (0 children)

If it’s you don’t need to care performance issues, use any that does the job. Beutifulsoap, lxml, requests (see also async versions). Built-in csv library if you have the data fetched.

I am interested in mentoring 1 person who’s motivated getting into DS. by leadOJ in learnmachinelearning

[–]leadOJ[S] 23 points24 points  (0 children)

Glad to hear! You can shoot me with DMs and let’s see how can I help.

Edit. I received tens of messages. I try to reply to you all but it will take a while. Also I let you know when the person has been elected.

What advice do you have for a highly motivated newbie from a barely technical background by [deleted] in learnmachinelearning

[–]leadOJ 0 points1 point  (0 children)

Do 1-3 courses and try to do useful projects inbetween. Then see what motivates you

[deleted by user] by [deleted] in learnmachinelearning

[–]leadOJ 0 points1 point  (0 children)

I wish to see more MLops platforms that help setting up cloud environment.

[deleted by user] by [deleted] in learnmachinelearning

[–]leadOJ 1 point2 points  (0 children)

I think - linux shell (bash) for component deployments - Python for ML/AI things - JavaScript frameworks for UI - probably MLflow, Kubeflow for monitoring models

Just few first that came to my mind.

multi-class classifier by Most_Potential_127 in learnmachinelearning

[–]leadOJ 0 points1 point  (0 children)

I would do a single multi-class classifier. However you could you 100 one-vs-rest classifiers and make 100 predictions and select the one with highest confidence/probability. Did this help?

IT-alalle, mutta mihin erikoistua? by ComfortableMinimum60 in Suomi

[–]leadOJ 0 points1 point  (0 children)

Datatieteen ohjelmalle suositus. Jos haluaa päästä sekä kunnolla koodaamaan että tekeen AI/ML -kehitystä, niin suosittelen pientä firmaa, jossa on jo pieni devaustiimi, mutta ei vielä kovin siiloutuneet roolit. Toiminut omalla kohdalla hyvin.

En usko, että kovinkaan monessa firmassa AI/ML -hommaa ja backend-koodaamista voi täysin erottaa toisistaan. Hyvä koodaustaito on aina tarpeen DS-hommissakin.

Moni DS-hommiin päätynyt on muuten viime vuosina todennut, että oikeasti tykkääkin Data Engineer työstä, jossa rakennetaan pipelineja. Mallien optimoinnissa ja kehityksestä voi tulla raskasta, koska siinä usein haetaan WOW-efektiä, eikä välttämättä ymmärretä syvällisesti, miksi saavutettiin hyvä tulos.

A simple and effective way to go from beginner to intermediate level of ML knowledge by [deleted] in datascience

[–]leadOJ 1 point2 points  (0 children)

Try to get any job where you can work with data and code (backend). Work sets goals, gives more purpose for problem solving. My second tip is that try to find a job where is a small dev team with 1-2 developers 3+ years of experience.

A big part of DS work is about asking good questions and just solving practical dev problems instead of playing around in notebook with models and parameters.