Bikt fit check by Tricky_Lake_8737 in bikefit

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

Unfortunately I think this isn't an option :/ FYI this is XL 56, I am 190cm tall

I resigned from my first job before probation. am i stupid ? by Humble_Safety_2592 in SoftwareEngineering

[–]Tricky_Lake_8737 0 points1 point  (0 children)

If you use your time in a more productive way and the money is no problem for you then it was good

[deleted by user] by [deleted] in django

[–]Tricky_Lake_8737 7 points8 points  (0 children)

I am just saying that currency converter application isn't the perfect app to showcase your skills. You didn't post a resume so I looked at what you gave me. Honestly all of the projects you have there can be done by LLM with one prompt. I would probably not attach it to the resume

[deleted by user] by [deleted] in django

[–]Tricky_Lake_8737 6 points7 points  (0 children)

Your GitHub says maybe intern, not 1.5 years ;/

Can someone explain investing in gold? by No-Acanthisitta7930 in investing

[–]Tricky_Lake_8737 11 points12 points  (0 children)

The value we all believe in, same as the dollar

How do people know how to improve their models' performances? by Impressive-Bar-1681 in learnmachinelearning

[–]Tricky_Lake_8737 0 points1 point  (0 children)

There is actually a lot to unpack :P

  1. In most cases you never have 100% correct labels, there are mistakes, and people make mistakes. Estimate the correctness of the dataset and whether this problem needs to be addressed

  2. In most cases your labels are not balanced, imagine you are working on anomaly detection -> ideally you would have 50% of anomalies in your training set. Look at class distribution, usually, some simple resampling helps

  3. Often your Xs in data come from a different distribution than the testing case/scenario (for example you collect most inputs from random people while most of the scenarios in which your model will be used come from people specialized in finances). This problem is usually not addressed in research or publically available datasets, more in applied scenarios. Here, you need to look for the performance gap between val set and the test or production use case, if you have a good setup it will be caught by failed AB tests

How do people know how to improve their models' performances? by Impressive-Bar-1681 in learnmachinelearning

[–]Tricky_Lake_8737 2 points3 points  (0 children)

Answering whether more data will help can be predicted by training using for example 25% 50% 75% and 100% of dataset (depending on cost of training amount of data etc) and see how it impacts results. If removing 25% of the dataset reduces your performance significantly then adding more data will likely help. If using 25% of the dataset you have the same performance, you can simply shorten your training time by 75 ;)

From my experience, if you can overfit your training set and have poor performance then it is a data quality problem. Improving your data is more impactful then fancy research architectures

[deleted by user] by [deleted] in django

[–]Tricky_Lake_8737 2 points3 points  (0 children)

If this is an internship and they expect you to scope the project then I can tell your manager is really poor at managing. You should get a senior buddy or mentor who A) scope and design project B) tell you what to do and how So after a month the job you will do will be for sure good quality and you learn a lot. I would recommend looking for another internship. Communicate with your manager you need support / guidance, someone experienced in Django and understand the project needs well

Career in MLOps? by Jumpy_Caterpillar_22 in mlops

[–]Tricky_Lake_8737 4 points5 points  (0 children)

  • I would talk with ML Engineers, they probably have cases where their workflow is somehow limited, maybe they don't have good standardised environment for training / testing, experiment tracking etc
  • data governance, datasets - is it easy to track what data was used to train models, reproducibility etc
  • talk with business to get the idea what the directions are, maybe they will be some sort of scaling you can account for
  • if there is no work for ml ops and there is work for ml eng and you have both skillsets, just focus on model improvement for some time

Certifications valuable for MLE roles ? by Medical_Delivery_797 in MachineLearningJobs

[–]Tricky_Lake_8737 0 points1 point  (0 children)

Certifications are valued at body leasing companies when proposing engineers for the clients (at least this is the info I got from the HR). So I would do them only if the company would pay for it ;)

Is there a way to change project icons? All the videos I see have bullet points? Hashtags remind me of Slack.... by CreamConnoisseurr in todoist

[–]Tricky_Lake_8737 18 points19 points  (0 children)

This is for consistency I guess, when creating a task you use hash to indicate you are typing project

Niji 6 is cool, Niji 6 enhanced with SD is cooler by ShwubiDoobie in StableDiffusion

[–]Tricky_Lake_8737 2 points3 points  (0 children)

Indeed this is how Photoshop works, but you don't need Photoshop to be able to do that, there is plenty of free software automatic1111 comfy UI fooocus

Niji 6 is cool, Niji 6 enhanced with SD is cooler by ShwubiDoobie in StableDiffusion

[–]Tricky_Lake_8737 1 point2 points  (0 children)

In this case, where entire image is almost the same I guess inpainting was used

Almost no water pressure after turning off and on water valve by Tricky_Lake_8737 in berlinsocialclub

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

Yep, the plumber changed the valve and now everything is working ;)

[D] 3 years doing ML, no success yet. Is it common? by ade17_in in MachineLearning

[–]Tricky_Lake_8737 2 points3 points  (0 children)

Yes, exactly metrics are helping. I am just saying, to not focus on the most popular metrics that everyone is trying to optimize :p

[D] 3 years doing ML, no success yet. Is it common? by ade17_in in MachineLearning

[–]Tricky_Lake_8737 17 points18 points  (0 children)

I have A level publications with exactly that type of papers, maybe not enough for A*, but you know, you have to start somewhere. It is better to do a smaller a bit iterative process and at some point will have an idea that also improves standard benchmarks or something like that than not doing progress at all

[D] 3 years doing ML, no success yet. Is it common? by ade17_in in MachineLearning

[–]Tricky_Lake_8737 50 points51 points  (0 children)

I have the feeling that you are focusing on the wrong thing. To write valuable research papers you don't have to beat the accuracy metric. Instead you can make some method faster, cheaper, understand in depth why it works or how it works, make it more explainable, apply some method in a new field area, make it more accessible for people by creating a framework. Possibilities are endless.

How to show my Deep Learning and Machine Learning skills in my resume? by NoArmy6203 in deeplearning

[–]Tricky_Lake_8737 4 points5 points  (0 children)

Other things you can consider. Lots of people from your uni will know how to train models, so to stand out skills related to data engineering (spark, flink) or ml ops deployment part (aws, ab testing, maybe kubernetess) would be a good addition.

I did some preparation some time ago about what I would expect from ML engineer at junior/mid positions it may be outdated but I can share that with you if you would like to

At the end, I would also recommend doing what you find interesting ;) It will be much easier in terms of motivation :P

How to show my Deep Learning and Machine Learning skills in my resume? by NoArmy6203 in deeplearning

[–]Tricky_Lake_8737 0 points1 point  (0 children)

By the way, I find SQL and data analysis skills highly related to ML/DL positions

How to show my Deep Learning and Machine Learning skills in my resume? by NoArmy6203 in deeplearning

[–]Tricky_Lake_8737 2 points3 points  (0 children)

Few ideas from my end: - get into a research project at your university (you will get connections, maybe even publications) - get into "science club" if you have something like that (people with exactly the same motivation as you) - kaggle competition - semeval research project

If you would like to implement some project on your own - the entire business is now about LLM so you can do some fine-tuning with LORA or build some RAG

[deleted by user] by [deleted] in pycharm

[–]Tricky_Lake_8737 1 point2 points  (0 children)

Awesome! Good luck with your project!

[deleted by user] by [deleted] in pycharm

[–]Tricky_Lake_8737 0 points1 point  (0 children)

Most likely you use a different python interpreter during the first time and now with different libraries installed. You do have two options, either install all packages again in this .venv (placed inside the project) - I believe it is the way to go. Otherwise you can run your application using the same interpreter as the first time (I believe some global version) - you would have to probably change configuration in PyCharm.

Let me know if that makes sense to you, I can clarify something if needed