26
1
Gemini 1.5 (blog.google)

Anybody got to try it?

27
2
submitted 6 months ago by yogthos@lemmy.ml to c/machinelearning@lemmy.ml
28
2
submitted 6 months ago by yogthos@lemmy.ml to c/machinelearning@lemmy.ml
29
3
submitted 6 months ago by yogthos@lemmy.ml to c/machinelearning@lemmy.ml
30
1
submitted 6 months ago by yogthos@lemmy.ml to c/machinelearning@lemmy.ml
31
9

Itamar Turner-Trauring writes:

These sort of problems are one of the many reasons you want to “pin” your application’s dependencies: make sure you only install a specific, fixed set of dependencies. Without reproducible dependencies, as soon as NumPy 2 comes out your application might break when it gets installed with new dependencies.

The really short version is that you have two sets of dependency configurations:

  • A direct dependency list: A list of libraries you directly import in your code, loosely restricted. This is the list of dependencies you put in pyproject.toml or setup.py.
  • A lock file: A list of all dependencies you rely on, direct or indirect (dependencies of dependencies), pinned to specific versions. This might be a requirements.txt, or some other file dependencies on which tool you’re using.

At appropriate intervals you update the lock file based on the direct dependency list.

I’ve written multiple articles on the topic, in case you’re not familiar with the relevant tools:

Read NumPy 2 is coming: preventing breakage, updating your code

32
2
33
6
submitted 9 months ago* (last edited 9 months ago) by spaduf@slrpnk.net to c/machinelearning@lemmy.ml

cross-posted from: https://slrpnk.net/post/3892266

Institution: Cambridge
Lecturer: Petar Velickovic
University Course Code: seminar
Subject: #math #machinelearning #neuralnetworks
Description: Deriving graph neural networks (GNNs) from first principles, motivating their use, and explaining how they have emerged along several related research lines.

34
10
submitted 9 months ago* (last edited 9 months ago) by spaduf@slrpnk.net to c/machinelearning@lemmy.ml

cross-posted from: https://slrpnk.net/post/3863486

Institution: MIT
Lecturer: Prof. Manolis Kellis
University Course Code: MIT 6.047
Subject: #biology #computationalbiology #machinelearning

More at !opencourselectures@slrpnk.net

35
1
submitted 9 months ago by yogthos@lemmy.ml to c/machinelearning@lemmy.ml
36
-3
submitted 9 months ago by yogthos@lemmy.ml to c/machinelearning@lemmy.ml
37
0
submitted 9 months ago by yogthos@lemmy.ml to c/machinelearning@lemmy.ml
38
-5
submitted 9 months ago by yogthos@lemmy.ml to c/machinelearning@lemmy.ml
39
0
submitted 10 months ago by yogthos@lemmy.ml to c/machinelearning@lemmy.ml
40
-3
Causality for Machine Learning (ff13.fastforwardlabs.com)
submitted 10 months ago by yogthos@lemmy.ml to c/machinelearning@lemmy.ml
41
12
submitted 11 months ago by gazter@aussie.zone to c/machinelearning@lemmy.ml

Hi! Hopefully this is a good place to ask. I've been googling around a fair bit, but haven't had much luck- I'm either finding ELI5 type articles, or in depth tutorials on setting up a model to tell the difference between a frog and a dog. I'm not sure if those are relevant to my concept.

I would like to implement a ML algorithm to detect a particular type of defect on a production line. Our current camera system isn't quite up to the task, but gives good, consistent imagery, and I have a good historical dataset. The product moves past the camera, it snaps a single black and white image, then the product moves on. This means that most of my images are more or less the same. These defects are obvious to the human eye.

Could someone please give me, a noob, a bird's eye view of how I would go about using ML to create a model for this? There's so many choices of tools and tutorials that I don't know which would be best suited to this use case.

42
4
submitted 11 months ago by kromem@lemmy.world to c/machinelearning@lemmy.ml

I've had my eyes on optoelectronics as the future hardware foundation for ML compute (add not just interconnect) for a few years now, and it's exciting to watch the leaps and bounds occurring at such a rapid pace.

43
-4
44
13

Hello Machine Learning Community,

The intention of this post is to replicate a similar tradition from R/machinelearning and to trigger engagement. This post will be created weekly.

What are you reading this week and any thoughts to share?

45
4
submitted 1 year ago* (last edited 11 months ago) by kernelPanic@lemmy.ml to c/machinelearning@lemmy.ml

When I train my PyTorch Lightning model on two GPUs on jupyter lab with strategy="ddp_notebook", only two CPUs are used and their usages are 100%. How can I overcome this CPU bottleneck?

Edit: I tested with PyTorchProfiler and it was because of old ssds used on the server

46
2
47
1
48
-1
49
2
50
4
view more: ‹ prev next ›

Machine Learning

1717 readers
2 users here now

founded 4 years ago
MODERATORS