Skip to main content

A dependency installation tool for the Open-learning project

Project description

# 规则治理架构 | Rule-Governed Architecture (RGA)
==============================================

一个创新的神经网络架构,提供规则驱动的学习和推理能力。
An innovative neural network architecture providing rule-driven learning and reasoning capabilities.

## 模块结构 | Module Structure

openlearning/ ├── core/ - 核心引擎和配置管理 | Core engine and configuration management ├── layers/ - 神经网络层实现 | Neural network layer implementations └── integration/ - 集成和伪装系统 | Integration and disguise system


## 主要功能 | Key Features
- **规则驱动的模型更新** | Rule-driven model updates
  - 基于可配置规则的动态参数调整
  - 实时响应输入特征的规则触发

- **实时状态监控和相变检测** | Real-time state monitoring and phase transition detection
  - 持续追踪16个关键性能指标
  - 动态阈值相变检测与预警

- **伪装保存/加载系统** | Disguise save/load system
  - 加密模型参数存储
  - 安全模型分发与验证

- **多网络融合和信息流控制** | Multi-network fusion and information flow control
  - 支持三种网络融合策略:串联、并联、分层
  - 基于密度的智能信息阀门控制

- **完整的中英文双语接口** | Complete bilingual Chinese-English interface
  - API文档双语支持
  - 错误信息与日志双语输出

## 设计原则 | Design Principles
- **模块化**:每个组件独立可替换 | Modular: Each component independently replaceable
- **可扩展**:易于添加新功能 | Extensible: Easy to add new features
- **高性能**:优化内存和计算 | High performance: Optimized memory and computation
- **易用性**:简洁的API接口 | Usability: Clean API interface

## 使用示例 | Usage Examples
```python
# 导入集成器 | Import integrator
from openlearning import create_integrator

# 创建集成器 | Create integrator
integrator = create_integrator(vocab_size=20000, dim=512)

# 前向传播 | Forward propagation
import torch
input_ids = torch.randint(0, 20000, (2, 16))
output = integrator.forward(input_ids, num_cycles=3)

# 伪装保存 | Disguise save
integrator.save_pretrained("./saved_model")

# 获取分析报告 | Get analysis report
report = integrator.get_analysis_report()

安装方式 | Installation

# 从项目根目录安装
pip install -e .

# 验证安装
python -c "import openlearning; print(f'版本: {openlearning.__version__}')"

版本历史 | Version History

  • 0.0.3 - 集成测试通过版本
    • 基础RGA架构实现
    • 核心引擎与配置系统
    • 神经网络层模块
    • 集成伪装系统
    • 一站式演示脚本 (python -m openlearning)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openlearning-0.0.4.tar.gz (122.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

openlearning-0.0.4-py3-none-any.whl (136.7 kB view details)

Uploaded Python 3

File details

Details for the file openlearning-0.0.4.tar.gz.

File metadata

  • Download URL: openlearning-0.0.4.tar.gz
  • Upload date:
  • Size: 122.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for openlearning-0.0.4.tar.gz
Algorithm Hash digest
SHA256 f0f6cef5f602760407daf845855797a51c2e3818325d51e6aca73c2479184177
MD5 3d66e168db9fb4638d3f2adc77711e8a
BLAKE2b-256 5a18517ccc2773f2e76c6886a853c9da2f5fb72dbab538549a96db010c1c4878

See more details on using hashes here.

File details

Details for the file openlearning-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: openlearning-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 136.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for openlearning-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 fb5b07a714f8278ecac27fc8fb1e8a3c1b062d89ca5fd4154d726f7580f90d58
MD5 0e6720edef4b1432899e8f0af49787a3
BLAKE2b-256 41f5b76a6387be8d41c19441bfed0be6e18820712d94d7a49862116fe27572d4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page