How AI Changes Canon's Approach to Camera Tech and Performance

Canon is very focused on the software side of camera performance.

PetaPixel

#lispyGopherClimate #technology #podcast #live https://toobnix.org/w/5QbQiLw7zrFiETgbv32kJk first half missing?

@kentpitman #climate #haiku

- One week from today is #LambdaMOO's annual festival, April Fool's.
- Let's have a text based #MUD #bonkwave pool party / concert

Notably /after/ submitting my #ELS2026 #commonLisp #deepLearning article https://european-lisp-symposium.org/2026

we just had this great thread: https://gamerplus.org/@screwlisp/116286095082069619 I will read #bookstodon and #programming suggestions by @riley and others. #ai #DL #ML

Old tutorials have bugs; save full checkpoints to resume training.

#pytorch #deeplearning #ml

I have been really consumed by this three line #statistics formulation of #deepLearning #feedForwardNeuralNetworks I wrote which I am calling #dlroc .
@plexus I'm more concerned with the Copyright implications tbh.
The energy usage bothers me, but mostly I think there's a good middle ground where we use deep learning autocomplete as autocomplete and not as a way to steal other people's code and pretend we wrote it.
#programming #aiagent #deeplearning #coding

The Hundred-Page Language Models Course by Andriy Burkov is the featured course on Leanpub!

Master language models through mathematics, illustrations, and code―and build your own from scratch! This course includes nearly three hours of exclusive video interviews with the author, covering questions related to each of the six lessons included in the course.

Link: https://leanpub.com/courses/leanpub/theLMcourse

#Ai #Gpt #Textbooks #DataScience #ComputerScience #NeuralNetworks #DeepLearning #Linguistics

The Hundred-Page Language Models Course

Just ran Demucs completely locally on my system (RX 6700 XT / 16 GB RAM).

Demucs is an open source AI model for music source separation, developed by Meta. It can split a full song into individual stems like vocals, drums, bass, and other instruments, making it useful for remixing, transcription, and audio analysis.

Test track: Fear of the Dark by Iron Maiden
(https://www.youtube.com/watch?v=bePCRKGUwAY)

Setup:

- Demucs installed via pip
- Model: htdemucs (default)
- Input converted to WAV using ffmpeg
- GPU acceleration via ROCm

Setting it up is tricky because Demucs is tightly pinned to older PyTorch versions, so you have to install dependencies manually and use "--no-deps" to avoid breaking your (ROCm-)PyTorch setup.

Result:
Very clean vocal separation in most parts. Some artifacts appear during very loud or distorted sections (e.g. emotional peaks or shouting).

Next steps / possibilities:

- Normalize and filter audio before separation
- Extract vocals for transcription or remixing
- Create karaoke / instrumental versions
- Combine with Whisper for lyrics
- Batch processing for datasets
- Model: htdemucs_ft (higher quality)

Video workflow:

- Recorded with OBS
- Edited in Kdenlive
- Transcoded with VAAPI (H.264)

No cloud, real hardware.
Everything runs on Linux, so anyone can set this up.
Works on CPU as well, but much slower.

#Demucs #AI #MachineLearning #AudioSeparation #MusicAI #OpenSource #Linux #ROCm #AMD #DeepLearning #AudioProcessing #Vocals #Karaoke #StemSeparation #SelfHosted #NoCloud #FOSS #Tech #LocalAI #MetaAI

Thank you to everyone who applied to Neuromatch and Climatematch Academy as a student or as a Teaching Assistant. The road ahead is packed with exciting milestones and we're thrilled you're on it with us!

For now, here's what you need to know:
πŸ“¬ Application decisions will be sent by email in mid-April.
πŸ’»οΈ You can check your application status anytime at the Portal: https://portal.neuromatchacademy.org/sign-in

We're excited for you to join us in July!

#CompNeuro #DeepLearning #NeuroAI #ClimateScience

Triton-Sanitizer: A Fast and Device-Agnostic Memory Sanitizer for Triton with Rich Diagnostic Context

#Triton #ROCm #DeepLearning #Package

https://hgpu.org/?p=30696

Triton-Sanitizer: A Fast and Device-Agnostic Memory Sanitizer for Triton with Rich Diagnostic Context

Memory access errors remain one of the most pervasive bugs in GPU programming. Existing GPU sanitizers such as compute-sanitizer detect memory access errors by instrumenting every memory instructio…

hgpu.org