joe, to machinelearning

Last week, we went over some basics of Artificial Intelligence (AI) using Ollama, Llama3, and some custom code. Artificial intelligence (AI) encompasses a broad range of technologies designed to enable machines to perform tasks that typically require human intelligence. These tasks include understanding spoken or written language, recognizing visual patterns, making decisions, and providing recommendations. Machine learning (ML) is a specialized subset of AI that focuses on developing systems that improve their performance over time without being explicitly programmed. Instead, ML algorithms analyze and learn from large datasets to identify patterns and make decisions based on these insights. This learning process allows ML models to make increasingly accurate predictions or decisions as they are exposed to more data.

A few months ago, I added Liner to the resource page of my website. It allows you to easily train an ML model so that you can do image, text, audio, or video classification, object detection, image segmentation, or pose classification. I created “Is this Joe or Not Joe?” using that tool. TensorFlow.js is running client-side with a model that is trained on a half dozen examples of photos that are Joe and a half dozen examples of photos that are not Joe. You can supply a photo and get a prediction if Joe is in the image or not. You can always retrain the existing model with more examples. That is an example of machine learning.

So, you can think of ML as a subset of AI and Deep Learning (DL) as a subset of ML.

Have any questions, comments, etc? Please feel free to drop a comment, below.

https://jws.news/2024/what-is-machine-learning/

#Liner #MachineLearning #TensorFlow

linuxmagazine, to RaspberryPi
@linuxmagazine@fosstodon.org avatar

Looking for a new project for your ? MakerSpace is available for pre-order now and is packed with a variety of projects. Reserve your copy in print or digital format now! https://shop.linuxnewmedia.com/shop/category/makerspace-20

ramikrispin, to ArtificialIntelligence
@ramikrispin@mstdn.social avatar

(1/2) Deep Learning with Tensorflow Tutorial 🚀👇🏼

The below course by Dhaval Patel is a beginner-level course for Deep Learning in Python with Tensorflow 2.0 and Kares. The course covers the foundations of neural network and deep learning, which includes the following topics: 🧵👇🏼

#deeplearning #MachineLearning #python #DataScience #tensorflow

kerfuffle, to Kotlin
@kerfuffle@mastodon.online avatar

For a hackathon this weekend, we built a small application in , and that uses to detect if you're about to upload something you might want to reconsider, and then allows stripping Exif metadata for privacy.

We also looked at distorting the image to make it unusable for training an . In one day we could just garble the image beyond human recognition, but a better option would be integrating to distort it for AI yet not for the human eye.

danjac, to random
@danjac@masto.ai avatar

Updated some project dependencies from lxml 4.* to 5.* and suddenly the xpaths are broken. Very odd, can't see anything in Changelog

JohnAtl,
@JohnAtl@fosstodon.org avatar

@danjac I feel you!

I’ll be sure and not update.

Tensorflow has the same modus operandi. Update and you can’t open models trained (for days) in the previous version, replete with cryptic error messages.

sos, to programming
@sos@mastodon.gamedev.place avatar
aijobs, to ai
@aijobs@mstdn.social avatar
hosford42, to machinelearning
@hosford42@techhub.social avatar

The entire and team, including me, just got laid off. :( :( :( :( :(

Anybody out there looking for an ML or software engineer with >30 years total experience and ~20 years in the industry?

I have extensive experience with and frameworks, particularly , and I've worked on and both in the workplace and in personal open source projects. My resume is available here:

https://hosford42.github.io/

I'd love to work for a or non-profit, if that's a possibility, but I'm open to other options.

If you work in this industry or know someone who does, please boost for reach.


ramikrispin, to python
@ramikrispin@mstdn.social avatar

(1/2) Getting started with CUDA! 👇🏼

A new crash course for getting started with with by Jeremy Howard 🚀. CUDA is NVIDIA's programming model for parallel computing on GPUs. CUDE is being used by tools such as and other and LLMs frameworks to speed up calculations. The course covers the following topics:
✅ Setting up CUDA
✅ CUDA foundation
✅ Working with Kernel
✅ CUDA with PyTorch

Course 📽️: https://www.youtube.com/watch?v=nOxKexn3iBo

albertcardona, (edited ) to Java
@albertcardona@mathstodon.xyz avatar

"Introducing the Java Deep Learning Library - JDLL"
https://forum.image.sc/t/introducing-the-java-deep-learning-library-jdll/82255

Can run models from , , and in https://fiji.sc and other java-based image processing open source software like Icy https://icy.bioimageanalysis.org

Code: https://github.com/bioimage-io/JDLL

Paper: "JDLL: A library to run Deep Learning models on Java bioimage informatics platforms"
by Carlos Garcia Lopez de Haro et al. 2023
https://arxiv.org/abs/2306.04796 and also https://www.nature.com/articles/s41592-023-02129-x

itnewsbot, to ArtificialIntelligence
@itnewsbot@schleuss.online avatar

What is TensorFlow? The machine learning library explained - Machine learning is a complex discipline but implementing machine learning models is f... - https://www.infoworld.com/article/3278008/what-is-tensorflow-the-machine-learning-library-explained.html#tk.rss_all

mstimberg, to foss
@mstimberg@neuromatch.social avatar

Hi, I am looking for reviewers for the following submission to @joss:

“Φ-ML: A Science-oriented Math and Neural Network Library for Jax, PyTorch, TensorFlow & NumPy”

Repo: https://github.com/tum-pbs/PhiML
Paper: https://github.com/openjournals/joss-papers/blob/joss.05823/joss.05823/10.21105.joss.05823.pdf
Pre-review: https://github.com/openjournals/joss-reviews/issues/5823

JOSS publishes articles about open source research software. It is a free, open-source, community driven and developer-friendly online journal. JOSS reviews involve downloading and installing the software, and inspecting the repository and submitted paper for key elements

Please reach out if you are interested in reviewing this paper or know one who could review this paper.

#review #JOSS #FOSS #NeuralNetworks #Python #Jax #PyTorch #TensorFlow #Numpy

chrisoffner3d, to ArtificialIntelligence

Apple just released MLX, their own machine learning framework for Apple Silicon. 🔥

https://github.com/ml-explore/mlx

schizanon, to mastodon
@schizanon@mas.to avatar

I want to build something and I need to say my plans out loud, but I don't have any friends let alone any that use or so I'm just gonna info dump here:

#🦆 #🧵

schizanon,
@schizanon@mas.to avatar

I'll be doing this in --either in a Lambda or the browser--so I'll probably use

I've never really done in before so I'll have my work cut out for me.

I understand the high level process; tokenize, calculate a vector space, so some crazy matrix multiplication.

The real trick will be how to persist the vectors in and efficiently calculate the scores with fast moving timelines.

fosslife, to aitools
@fosslife@fosstodon.org avatar
everythingopen, (edited ) to opensource
@everythingopen@fosstodon.org avatar

Do you work with and tools like , , @huggingface or tools like @OpenRefine?

Then we'd love to hear about your projects - submit to , happening in , tropical next April.

https://2024.everythingopen.au/programme/proposals/

alatitude77, to Amd
@alatitude77@mastodon.social avatar
fosslife, to python
@fosslife@fosstodon.org avatar
gpuopen, to Amd
@gpuopen@mastodon.gamedev.place avatar

🔥 presents another new article - this time to assist data scientists/ML practitioners get their or environment up and running on 🔥

Head over to now to have a read: https://gpuopen.com/learn/amd-lab-notes/amd-lab-notes-pytorch-tensorflow-env-readme/?utm_source=mastodon&utm_medium=social&utm_campaign=amdlabnotes

ramikrispin, to Kubernetes
@ramikrispin@mstdn.social avatar

(1/2) I always enjoy seeing my LinkedIn friends publishing books, particularly on MLOps topics ❤️.

Enjoy reading Yuan Tang's Distributed Machine Learning Patterns. As its name implies, the book focuses on machine learning at scale using tools such as , , , , etc.

vsaw, to ai
@vsaw@mastodon.social avatar

📊 Edge AI benchmark: Google Pixel 6a vs Apple iPhone 11 📊

🚨 Spoiler Alert: What the hell Google? 🤨

First some basics on the devices

  • Google Pixel 6a (2022) running Android 13 on Google Tensor hardwar
  • Apple iPhone 11 (2019) running iOS 16.6 on Apple A13 Bionic

Both mid-range devices from their line up. And as you can see the iPhone is quite a bit older.

vsaw,
@vsaw@mastodon.social avatar

As I'm working on live camera object detection and tracking application like I've been running my typical benchmark in Chrome and Safari.

It being TensorFlow and all, I expected the Pixel 6a to be faster, but the actual numbers are:

iPhone 11: ~15fps
Pixel 6a: ~5fps

Hence my initial question: What the hell Google? 🤨

https://opendatacam.github.io/demo-object-detection-browser/

pluralistic, to random
@pluralistic@mamot.fr avatar

The crybabies who freak out about The Communist Manifesto appearing on university curriculum clearly never read it - chapter one is basically a long hymn to capitalism's flexibility and inventiveness, its ability to change form and adapt itself to everything the world throws at it and come out on top:

https://www.marxists.org/archive/marx/works/1848/communist-manifesto/ch01.htm#007

1/

pluralistic,
@pluralistic@mamot.fr avatar

And the source-code is licensed under a homebrewed license cooked up by Meta's lawyers, a license that only glancingly resembles anything from the :

https://opensource.org/osd/

Core to Big Tech companies' "open AI" offerings are tools, like Meta's and Google's . These tools are indeed "open source," licensed under real OSS terms.

23/

fell, to programming
@fell@ma.fellr.net avatar

Without going into too much detail, my thesis was criticised for developing a web service with C++. I It was questioned why I didn't use or for the web service. "It's not performance critical" said the professor.

Dude, have you used the internet lately?

EVERYTHING is performance critical!

This sort of teaching explains why most aps/websites run like absolute dogshit.

Why is never an academic criteria?

I wish @cmuratori could see this...

folkerschamel,
@folkerschamel@mastodon.social avatar

@josephgruber @fell

The point of these exercises is to point out that it's too simplistic to simply say that programming lanuage X is better or faster than programming language Y.

Last time I had such discussions was as teenager.😉

Typically you use and combine various programming languages, e.g. (for high-level code) with (for performance critical low-level code). Textbook sample: . Or .

folkerschamel,
@folkerschamel@mastodon.social avatar

@DanielaKEngert @sentientmortal @fell @_alen

As a more serious note: As discussed by various people in various other posts, the performance of a program depends on so many things, the language itself is only one of many factors. And in reality a non-trivial software is often a combination of multiple programming languages anyway, like for complex high-levell code, and for specific performance-critical code. As done with or .

  • All
  • Subscribed
  • Moderated
  • Favorites
  • anitta
  • thenastyranch
  • magazineikmin
  • khanakhh
  • InstantRegret
  • everett
  • osvaldo12
  • Youngstown
  • slotface
  • Durango
  • rosin
  • PowerRangers
  • kavyap
  • DreamBathrooms
  • Leos
  • tester
  • hgfsjryuu7
  • GTA5RPClips
  • tacticalgear
  • mdbf
  • vwfavf
  • ngwrru68w68
  • ethstaker
  • normalnudes
  • modclub
  • cisconetworking
  • cubers
  • provamag3
  • All magazines