From cb08c2e40171e2f83eb6dd4b721c09ce34defa77 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Thu, 8 Jan 2026 17:00:01 +0800 Subject: [PATCH] remove theano: deprecated since 2017 MILA stopped development after v1.0. Succeeded by PyTensor (maintained by PyMC team). See github.com/Theano/Theano Co-Authored-By: Claude Opus 4.5 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 799bf87a..ea541a7f 100644 --- a/README.md +++ b/README.md @@ -440,7 +440,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [pytorch](https://github.com/pytorch/pytorch) - Tensors and Dynamic neural networks in Python with strong GPU acceleration. * [stable-baselines3](https://github.com/DLR-RM/stable-baselines3) - PyTorch implementations of Stable Baselines (deep) reinforcement learning algorithms. * [tensorflow](https://github.com/tensorflow/tensorflow) - The most popular Deep Learning framework created by Google. -* [theano](https://github.com/Theano/Theano) - A library for fast numerical computation. ## DevOps Tools