Skip to content

Commit 3e092e4

Browse files
committed
vault backup: 2025-06-10 17:04:35
Number of files: M .gitignore content/1 - Indexes/Content Management System.md content/1 - Indexes/templates.md content/2 - Templates/Base Note.md content/6 - Base Notes/Algorithm Basics.md content/6 - Base Notes/cyber security.md content/6 - Base Notes/python cheat-sheet.md content/6 - Base Notes/question-bank.md, R content/1 - Indexes/AI and ML for Business Management.md content/1 - Indexes/IIIrd Semester.md, A content/5 - Source Material/@Active Notes/neural-networks_layers.png content/5 - Source Material/@Active Notes/neural-networks_weights-and-thresholds.png content/6 - Base Notes/AI Fundamentals.md content/6 - Base Notes/Machine Learning Types for Business.md Affected files: .gitignore content/1 - Indexes/AI and ML for Business Management.md content/1 - Indexes/Content Management System.md content/1 - Indexes/IIIrd Semester.md content/1 - Indexes/templates.md content/2 - Templates/Base Note.md content/5 - Source Material/@Active Notes/neural-networks_layers.png content/5 - Source Material/@Active Notes/neural-networks_weights-and-thresholds.png content/6 - Base Notes/AI Fundamentals.md content/6 - Base Notes/Algorithm Basics.md content/6 - Base Notes/Machine Learning Types for Business.md content/6 - Base Notes/cyber security.md content/6 - Base Notes/python cheat-sheet.md content/6 - Base Notes/question-bank.md
1 parent 06bc918 commit 3e092e4

14 files changed

+212
-8
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ public
55
prof
66
tsconfig.tsbuildinfo
77
.obsidian
8+
.copilot-index
89
.quartz-cache
910
private/
1011
.replit

content/3 - Tags/What-is-a-CMS.md renamed to content/1 - Indexes/AI and ML for Business Management.md

File renamed without changes.
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# Content Management System (CMS) Index
2+
3+
Welcome to the CMS development guide! This systematic index covers CMS fundamentals and Drupal implementation.
4+
5+
## 📚 Understanding CMS
6+
7+
### Foundation Knowledge
8+
- **[[cms a brief introduction]]** - What is CMS and why use it
9+
- CMS definition and benefits
10+
- Popular CMS platforms (WordPress, Drupal, Joomla)
11+
- Real-world examples and use cases
12+
13+
### CMS Overview
14+
- **[[Drupal]]** - Deep dive into Drupal CMS
15+
- Why choose Drupal
16+
- Modular architecture benefits
17+
- Scalability and security features
18+
19+
## 🛠️ Drupal Development Journey
20+
21+
### 1. **[[drupal project setup]]**
22+
- Prerequisites installation (WAMP/MAMP/XAMPP)
23+
- Composer setup
24+
- Database configuration
25+
- Initial Drupal installation
26+
- Basic website configuration
27+
28+
### 2. **[[setting up drupal modules]]**
29+
- Essential modules overview
30+
- Module installation methods
31+
- Required modules for projects:
32+
- Token, Pathauto, ctools
33+
- Webform, Libraries API
34+
- Views, Admin menu
35+
36+
### 3. **[[setting up drupal's structure and it's content types]]**
37+
- Understanding Drupal structure
38+
- Content types creation
39+
- Custom fields management
40+
- URL aliases configuration
41+
- Block management
42+
43+
### 4. **[[setting up drupal's user roles]]**
44+
- Default user roles understanding
45+
- Creating custom roles (e.g., Agents)
46+
- Setting permissions
47+
- User account management
48+
49+
## 🚀 Quick Start Guide
50+
51+
1. **Begin with [[cms a brief introduction]]** - Understand CMS basics
52+
2. **Read [[Drupal]]** - Learn Drupal advantages
53+
3. **Follow [[drupal project setup]]** - Get hands-on experience
54+
4. **Continue with modules, structure, and user roles** - Build complete project

content/1 - Indexes/templates.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22

33
# templates
44
[[Base Note]]
5+
[[Index Note]]
56
[[Books, Articles & Papers]]
67
[[Video & Podcasts]]

content/2 - Templates/Base Note.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Tags:
66

77
# {{Title}}
88
Subject:
9-
Topic:
109

1110

1211

243 KB
Loading
462 KB
Loading
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
2025-06-10 11:51
2+
3+
Status: #complete
4+
5+
Tags: #AI-Fundamentals #ai
6+
7+
# AI and ML for Business Management
8+
Subject: [[AI and ML for Business Management]]
9+
Lecture: 1 - 9th June 2025
10+
Semester: [[IIIrd Semester]]
11+
12+
# Artificial Intelligence (AI)
13+
## What is AI?
14+
- AI systems learn from large amounts of data, identifying patterns and relationships that help make predictions and recommendations. They improve over time as they get exposed to new information.
15+
- AI system learns from large amount of data, Identifying patterns and relationship that helps make predictions and recommendations.
16+
- They improve overtime as they get exposed to new information. The goal is to match the capabilities of the human mind in an effort to automate the work and solve problems more efficiently.
17+
18+
## Fundamentals of AI:
19+
- Through the combination of statistics and trial and error method machine learning algorithms identify relationship and patterns within large datasets enabling them to draw conclusions about new data.
20+
21+
Now, that we have basic understanding of AI, let's explore how it can be applied in [[Machine Learning Types for Business|business management]].

content/6 - Base Notes/Algorithm Basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Status: #ongoing
44

5-
Tags: [[What-is-algorithm]]
5+
Tags: #What-is-algorithm
66

77
# Algorithm Basics
88
Subject: [[Design and Analysis of Algorithms]]

0 commit comments

Comments
 (0)