diff --git a/README.md b/README.md index bc616b7..5ac13f2 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,6 @@ A lightweight deep learning framework in Rust and Python Cranberry is a deep learning framework developed using Rust and Python. It combines the performance of Rust with the flexibility of Python to create a powerful yet concise tool for machine learning practitioners and researchers. -### Current Status - -Cranberry is in its early stages of development but is already functional for basic deep learning tasks. We are actively working on expanding its capabilities to make it a robust and practical framework for a wide range of applications. - ### Key Features - Minimal set of kernels implemented in Rust @@ -30,6 +26,10 @@ Cranberry is in its early stages of development but is already functional for ba - PyTorch-like API for familiar and intuitive usage - Designed for real-world applications while maintaining simplicity +### Current Status + +Cranberry is in its early stages of development but is already functional for basic deep learning tasks. We are actively working on expanding its capabilities to make it a robust and practical framework for a wide range of applications. + ## Getting Started ### Installation