|
1 | | -# NeuroAIHub Research Projects |
2 | | -# Active and completed research projects |
3 | | - |
4 | 1 | active: |
5 | | - - title: "Neural Network Architecture Design" |
6 | | - description: "Developing brain-inspired neural architectures for efficient learning and reasoning." |
7 | | - status: "active" |
8 | | - image: "/assets/img/projects/architecture.jpg" |
9 | | - members: |
10 | | - - "Prof. Name" |
11 | | - - "Dr. Postdoc Name" |
12 | | - - "PhD Student 1" |
13 | | - funding: "NSFC Grant 2024-2027" |
14 | | - url: "/projects/neural-architecture" |
15 | | - |
16 | | - - title: "Multimodal Learning Systems" |
17 | | - description: "Integrating vision, language, and audio for cross-modal understanding." |
18 | | - status: "active" |
19 | | - image: "/assets/img/projects/multimodal.jpg" |
20 | | - members: |
21 | | - - "Prof. Name" |
22 | | - - "PhD Student 2" |
23 | | - - "Master Student 1" |
24 | | - funding: "National Key R&D Program" |
25 | | - url: "/projects/multimodal" |
26 | | - |
27 | | - - title: "Reinforcement Learning and Decision Making" |
28 | | - description: "Computational models of decision making in complex environments." |
29 | | - status: "active" |
30 | | - image: "/assets/img/projects/rl.jpg" |
31 | | - members: |
32 | | - - "Dr. Postdoc Name" |
33 | | - - "PhD Student 1" |
34 | | - funding: "Industry Collaboration" |
35 | | - url: "/projects/rl" |
36 | | - |
| 2 | +- title: Neural Network Architecture Design |
| 3 | + description: Developing brain-inspired neural architectures for efficient learning |
| 4 | + and reasoning. |
| 5 | + image: /assets/img/projects/neural-arch.jpg |
| 6 | + members: |
| 7 | + - Prof. Wu Wang |
| 8 | + - Dr. Si Li |
| 9 | + - San Zhang |
| 10 | + funding: NSFC Grant 2024-2027 |
| 11 | + url: https://github.com/lab/neural-arch |
| 12 | +- title: AI for Neuroscience Discovery |
| 13 | + description: Building AI systems that can autonomously design and analyze neuroscience |
| 14 | + experiments. |
| 15 | + image: /assets/img/projects/ai-neuro.jpg |
| 16 | + members: |
| 17 | + - Prof. Wu Wang |
| 18 | + - San Zhang |
| 19 | + funding: National Key R&D Program |
| 20 | + url: https://github.com/lab/ai-neuro |
37 | 21 | completed: |
38 | | - - title: "Visual Perception Models" |
39 | | - description: "Deep learning models for visual object recognition and scene understanding." |
40 | | - status: "completed" |
41 | | - image: "/assets/img/projects/vision.jpg" |
42 | | - members: |
43 | | - - "Prof. Name" |
44 | | - - "Alumni Name" |
45 | | - year: "2023" |
46 | | - url: "/projects/vision" |
47 | | - |
48 | | - - title: "Natural Language Understanding" |
49 | | - description: "Transformer-based models for language understanding and generation." |
50 | | - status: "completed" |
51 | | - image: "/assets/img/projects/nlp.jpg" |
52 | | - members: |
53 | | - - "Prof. Name" |
54 | | - - "PhD Student 2" |
55 | | - year: "2022" |
56 | | - url: "/projects/nlp" |
| 22 | +- title: Visual Perception Models |
| 23 | + description: Deep learning models for visual object recognition and scene understanding. |
| 24 | + image: /assets/img/projects/visual-perception.jpg |
| 25 | + members: |
| 26 | + - Prof. Wu Wang |
| 27 | + - Alumni Name |
| 28 | + url: https://github.com/lab/visual |
| 29 | + year: '2023' |
0 commit comments