TGTGInsightаналитика telegramLIVE / telegram public index
← [404] — программирование

TGINSIGHT SIMILAR POSTS

Найти похожее

Источник @procode404 · Post #3885 · 18 дек.

Почему развитие в ИИ стоит начинать с изучения математики и алгоритмов Руководитель Школы анализа данных Яндекса в подкасте Machine Learning Podcast рассказывает, почему фундамент (матан, линал, теорвер, алгоритмы) — это не скучная теория, а база для работы с ИИ в 2026. Вы узнаете, как глубокое понимание математики помогает писать эффективный код, отлаживать модели и ориентироваться в разных областях ML. А ещё — почему даже опытным разработчикам полезно возвращаться к фундаментальным дисциплинам. Перейти к прослушиванию #подкаст#ML

Результаты

Найдено 2,033 похожих постов

Общий глобальный поиск

Продюсерская 8.1

@podcastclub_8_1 · Post #12 · 08.06.2025, 17:21

#подкаст Энакин Скайуокер. Андрей Зайцев. Но не Дарт Вейдер. Именно герою Андрея Энакину Оби-Ван Кеноби сказал: «Ты был Избранником! Предрекали, что ты уничтожишь ситхов, а не примкнёшь к ним! Восстановишь равновесие Силы, а не ввергнешь её во мрак!» Андрей восстановил в своей жизни равновесие Силы и его ролики на канале PRO.GOLOS прекрасны. О том, как стать джедаем озвучки – эксклюзивный подкаст Андрея Зайцева с Сердитым пряником и Михаилом Хрусталёвым. Доступно наVK Видео Доступно на RUTUBE Доступно на YouTube Доступно на Яндекс Музыке Как создать подкаст под ключ? Расскажет @AndPolina

Global CIO. IT Leaders Community

@globalcio · Post #27 · 11.08.2022, 13:41

Does AI dream of electric patents? Google faces a legal problem: lawyers are unsure if they could patent plans created by AI algorithms. The company had filed patents describing a ML technique used to design and map out components in the custom AI accelerator TPU chips. However, US laws recognize and protect intellectual property created only by "natural persons". Although Google engineers built AI models, after training algorithms generated their products automatically with minimal human effort. Therefore, a legal catch arises: is it permissible to patent the outputs created by these systems? During the meeting held by US Patent and Trademark Office, Laura Sheridan, senior patent counsel at Google, said that company pursued only patterns on ML models, not the floorplans it had created. This case remains an important issue for the entire IT industry nevertheless. AI technologies already produce a lot of outcomes that could become valuable intellectual property for a business and entrepreneurs. ML systems can, for example, write a code, hunt for new drugs, and create digital art. That is why application of the patent laws to the AI algorithms’ outcomes should be clarified in the shortest time. #AI#ML

Hashtags

Global CIO. IT Leaders Community

@globalcio · Post #20 · 28.07.2022, 12:59

Researchers at MIT, Stanford University, Intelligence Lab, and the Autodesk AI Lab developed AI that can figure out Lego Instructions Scientists collaborated to develop a learning-based framework that can travel 2D instructions to build 3D objects. This system called the Manual-to-Executable-Plan Network (MEPNet) was successfully tested on Lego sets and Minecraft-style building plans. So it will definitely help people who were driven mad with confusing Lego manuals. But the key idea is to integrate neural 2D keypoint detection modules and 2D-3D projection algorithms for high-precision prediction of unseen components. Interpreting 2D instructions could be tricky for AI. The key problems are identifying correspondence between 2D and 3D objects, and dealing with a lot of basic objects, which could be assembled into complex forms. «It requires inferring 3D poses of unseen components composed of seen primitives," the researchers said. At first, MEPNet analyses the current state of Lego set and creates 3D model of all components. Then the algorithm predicts a set of 2D keypoints and masks for each component. Once that's done, the 2D keypoints "are back-projected to 3D by finding possible connections between the base shape and the new components." The combination "maintains the efficiency of learning-based models, and generalizes better to unseen 3D components," the team wrote. The full paper of MEPNet is available via the link. And the algorithm’s code is also posted on GitHub. #AI#ML

Hashtags

Parallel Experiments

@LinghaoCh · Post #924 · 11.03.2025, 19:22

前段时间准备 ML Interview (with a focus on LLMs),浏览了不少学习资源,这里分享一些: CMU 11-711 Advanced NLP Language Modeling 综述。 The Transformer Blueprint: A Holistic Guide to the Transformer Neural Network Architecture 比较好的一篇 Transformer 综述。 3Blue1Brown: Attention in transformers, step-by-step 解释 Attention 最好的视频,没有之一。 Hugging Face: Mixture of Experts Explained Hugging Face: RLHF Hugging Face: Introduction to Deep Reinforcement Learning Hugging Face: Multimodal Models HF 这几个资源很适合快速查漏补缺相关的话题。 Lilian Weng: Agents 依然是最好的 Agents 综述之一。 Understanding Reasoning LLMs 一些 post-training 的细节,侧重分析了 DeepSeek R1 和 R1 Zero。 Designing Machine Learning Systems 笔记 by @tms_ur_way 适合快速查漏补缺 ML 实践中的要点。 Stable Diffusion Explained From Scratch 关于 Diffusion 基本原理的解释。 除此之外以下这几位的内容都很不错,可以针对话题有选择性地摄入。 - Andrej Karpathy 的 YouTube 视频 - Lilian Weng 的博客 - Chip Huyen 的博客 这里推荐的基本都比较入门 / high level,更多是为了查漏补缺。要深度挖掘具体话题还是得去看进一步的资源和论文等。 #ml#llm

Hashtags

MW public channel

@mw_public_channel · Post #818 · 11.03.2025, 22:31

前段时间准备 ML Interview (with a focus on LLMs),浏览了不少学习资源,这里分享一些: CMU 11-711 Advanced NLP Language Modeling 综述。 The Transformer Blueprint: A Holistic Guide to the Transformer Neural Network Architecture 比较好的一篇 Transformer 综述。 3Blue1Brown: Attention in transformers, step-by-step 解释 Attention 最好的视频,没有之一。 Hugging Face: Mixture of Experts Explained Hugging Face: RLHF Hugging Face: Introduction to Deep Reinforcement Learning Hugging Face: Multimodal Models HF 这几个资源很适合快速查漏补缺相关的话题。 Lilian Weng: Agents 依然是最好的 Agents 综述之一。 Understanding Reasoning LLMs 一些 post-training 的细节,侧重分析了 DeepSeek R1 和 R1 Zero。 Designing Machine Learning Systems 笔记 by @tms_ur_way 适合快速查漏补缺 ML 实践中的要点。 Stable Diffusion Explained From Scratch 关于 Diffusion 基本原理的解释。 除此之外以下这几位的内容都很不错,可以针对话题有选择性地摄入。 - Andrej Karpathy 的 YouTube 视频 - Lilian Weng 的博客 - Chip Huyen 的博客 这里推荐的基本都比较入门 / high level,更多是为了查漏补缺。要深度挖掘具体话题还是得去看进一步的资源和论文等。 #ml#llm

Hashtags

DPS Build

@dps_build · Post #56 · 13.03.2023, 03:18

一键安装 LlaMA 的工具来了! 一键安装 LLaMA 之后,在一台 M1 Macbook Air上跑起了 7B 的模型,速度还OK。大概吃了4G 内存。 这台机器有 16G 内存,8核的 M1 CPU。跑起来之后,CPU 会跑满。 具体安装步骤: 1. npm install npx (没有 npm 的同学可以先装 npm,js 的包管理工具) 2. npx dalai llama 3. npx dalai serve 它会自动安装相关的 python 包,并下载 7B 的 LLaMA 模型。 https://cocktailpeanut.github.io/dalai/#/ #ml#tools

Hashtags

DPS Build

@dps_build · Post #21 · 05.03.2023, 09:53

导入你的 readwise 数据到语言模型里。感觉这下可以更高效地回顾已经读过的书籍/文章了。 https://github.com/emptycrown/llama-hub/tree/main/loader_hub/readwise #tools#ml

Hashtags

DPS Build

@dps_build · Post #18 · 04.03.2023, 08:34

一些整合 ChatGPT API 的工具: 1. Glarity:自动翻译总结 YouTube 视频内容,将长长的视频压缩成几句话,这样读完这个总结,我们可以在选择看不看这个视频。 2. OpenCat:macOS 上的原生 ChatGPT 客户端,加入自己的 API key 即可使用。 3. Bob translator:一款翻译工具,目前这一插件也可以加入自己的 API key 了。 4. 在 Google sheet 内调用 ChatGPT #ml#tools

Hashtags

片名: Dream Hunter Rem/梦猎人丽梦 官方名: DREAM HUNTER 麗夢 类型: OVA, 3 episodes(+新) 放映年份: 1985-06-10 till 1987-02-05 分类: magic, 18 restricted, super power, demon, contemporary fantasy, violence, new, parallel world, action, fantasy, horror, comedy 链接: ANN , MAL , Official Website , Wiki (EN) , Wiki (JP) , Allcinema ☺️评分: 🟢故事简介 《梦猎人丽梦》(ドリームハンター丽梦)是奥田诚治、隈崎悟、长尾肃、上井康宣执导的OVA系列,于1985和1992年间播出。 主角绫小路丽梦是一个“Dream Hunter”,顾名思义,能够进入人们睡梦中并驱赶制造噩梦的妖怪的人。 该作品题材多样,不仅有超自然与恐怖元素,还加入了动作与悬疑场景等。第一集本是作为变态OVA发布的,里面有好几处十八禁场景;由于意想不到的高人气,制作组决定制作全年龄向的续集。之后不久,第一集作为“特别版”重新上市(去除了所有H场景并增加了新一集)。 🌐OneDrive:点击下载 🗂百度网盘:点击下载 📁往期番剧汇总表格:打开 🔐解压:blackcatunderthemoon 引索:#M#ML 标签:#动作 🗣请不要在讨论中打开链接,请使用频道消息的链接或者表格,讨论中的链接是失效的,百度网盘是自提取,如果没有自提取复制链接可以看到提取码,禁止在线解压

Hashtags

12•••4950515253•••100•••169170