implementation

Tag

Cards List
#implementation

Convolutional Neural Networks in APL (2019)

Lobsters Hottest · 17h ago

An article exploring the implementation of convolutional neural networks using the APL programming language, from 2019.

0 favorites 0 likes
#implementation

@TensorTonic: You reach for ReLU, GELU, and Softmax in almost every model you build. But could you write the forward pass and the gra…

X AI KOLs Timeline · 2d ago Cached

A tweet promoting TensorTonic, a platform that allows users to practice implementing nine common activation functions (Sigmoid, ReLU, Tanh, Softmax, Leaky ReLU, GELU, Swish, ELU, SELU) from scratch, including forward pass and gradient computation.

0 favorites 0 likes
#implementation

@tom_doerr: Curated GNN papers, datasets, and implementation tools https://github.com/dair-ai/GNNs-Recipe…

X AI KOLs Timeline · 3d ago Cached

A curated collection of GNN papers, datasets, and implementation tools, hosted on GitHub.

0 favorites 0 likes
#implementation

This post is only for Agent builders wanting to uplift the existing impl

Reddit r/AI_Agents · 2026-06-18

A post aimed at agent builders, offering tips or tools to improve existing implementations.

0 favorites 0 likes
#implementation

I coded the biologically possible network training algorithm by nobel prize winner - Jeff Hinton

Reddit r/artificial · 2026-06-17

The author describes implementing a biologically plausible neural network training algorithm proposed by Geoffrey Hinton.

0 favorites 0 likes
#implementation

Tiny hackable CUDA language model implementation

Hacker News Top · 2026-06-05 Cached

A minimal, hackable CUDA implementation of a GPT-like transformer language model that processes byte sequences, with sample outputs and build instructions.

0 favorites 0 likes
#implementation

I've built 50+ AI automations for clients, here's why most fail and what the working ones got right

Reddit r/AI_Agents · 2026-05-26

An agency founder shares lessons from 50+ AI automation implementations, highlighting that most fail due to broken underlying processes, lack of internal ownership, and over-engineering, while the most successful automations are simple, focused, and backed by a named client-side owner.

0 favorites 0 likes
#implementation

@vasuman: Thing is, this applies to every role, not just receptionists. And it’s exactly why you need an audit before you start a…

X AI KOLs Following · 2026-05-24 Cached

A tweet highlighting the necessity of auditing current operations before AI transformation, promoting Varick Agents' audit-first approach for higher implementation success.

0 favorites 0 likes
#implementation

@rasbt: Added a DeepSeek Sparse Attention (DSA) from-scratch implementation to my LLMs-from-scratch repo thanks to an awesome n…

X AI KOLs Timeline · 2026-05-23 Cached

Sebastian Raschka added a from-scratch implementation of DeepSeek Sparse Attention (DSA) to the LLMs-from-scratch educational repository, including motivation, overview, and a GPT-style reference implementation.

0 favorites 0 likes
#implementation

@levie: Great post on FDEs. Everyone should read it if you’re interested in this job category. This is a job that is going to b…

X AI KOLs Following · 2026-05-21 Cached

A discussion on why implementing AI agents requires significant technical and change management work, making the role of FDEs (Foundation Deployment Engineers) a lasting job category, unlike earlier cloud adoption.

0 favorites 0 likes
#implementation

@yoheinakajima: stateful agents, decision traces, context graphs… talked about a lot, but has anyone seen an elegant primitive around h…

X AI KOLs Following · 2026-05-17

A tweet asking if anyone has seen an elegant primitive for implementing stateful agents, decision traces, and context graphs.

0 favorites 0 likes
#implementation

@francoisfleuret: Awesome. Seriously, people are harsh with this platform, but if you are careful with whom you follow, it is a constant …

X AI KOLs Timeline · 2026-05-16 Cached

Eric Jang announces he has been working on a from-scratch implementation of AlphaGo, the 2016 AI breakthrough that inspired him to enter deep learning.

0 favorites 0 likes
#implementation

@steeve: Initial @Zai_org's DFlash implementation in @zml_ai (and soon in zml/llmd)

X AI KOLs Following · 2026-05-15 Cached

Initial DFlash implementation by Zai_org is integrated into ZML AI, with plans to include it in zml/llmd.

0 favorites 0 likes
#implementation

@rasbt: A little talk on what we can learn from implementing LLM architectures from scratch in Python and PyTorch. And how I ap…

X AI KOLs Timeline · 2026-05-13 Cached

Sebastian Raschka discusses the value of implementing LLM architectures from scratch in Python/PyTorch, sharing his workflow for understanding new open-weight models by dissecting configs, coding, and layer-by-layer debugging.

0 favorites 0 likes
#implementation

After building agent teams for a dozen clients, here's what actually made them trust the system (and stop babysitting it)

Reddit r/AI_Agents · 2026-05-12

The author shares practical insights on building client trust in AI agent systems, emphasizing the importance of narrow scope, robust error handling, and clear communication of system status.

0 favorites 0 likes
#implementation

BNY builds “AI for everyone, everywhere” with OpenAI

OpenAI Blog · 2025-12-12 Cached

BNY Mellon partners with OpenAI to deploy enterprise-wide AI platform called Eliza, supporting 125+ live use cases and 20,000 employees building AI agents with integrated governance framework. The initiative demonstrates how a major financial institution balances innovation with regulatory responsibility through centralized AI deployment and education.

0 favorites 0 likes
#implementation

OpenAI Baselines: DQN

OpenAI Blog · 2017-05-24 Cached

OpenAI shares lessons learned while implementing DQN as part of their Baselines project, covering debugging tips such as greyscale calibration issues, hyperparameter tuning, and correct interpretation of the Huber Loss in the original Nature paper.

0 favorites 0 likes
← Back to home

Submit Feedback