Skip to content

Commit d633a49

Browse files
Add files via upload
1 parent 4a9a5ab commit d633a49

11 files changed

+19051
-0
lines changed

notebooks/Deep_learning.ipynb

Lines changed: 312 additions & 0 deletions
Large diffs are not rendered by default.

notebooks/KNN.ipynb

Lines changed: 303 additions & 0 deletions
Large diffs are not rendered by default.

notebooks/OOP1_Lecture1.ipynb

Lines changed: 874 additions & 0 deletions
Large diffs are not rendered by default.

notebooks/OOP_All_in_One.ipynb

Lines changed: 4940 additions & 0 deletions
Large diffs are not rendered by default.

notebooks/Python Files.ipynb

Lines changed: 2589 additions & 0 deletions
Large diffs are not rendered by default.

notebooks/Spam_Classification-16-May.ipynb

Lines changed: 3141 additions & 0 deletions
Large diffs are not rendered by default.

notebooks/Spam_Classification-bigrams.ipynb

Lines changed: 1696 additions & 0 deletions
Large diffs are not rendered by default.

notebooks/Spam_ClassificationP3-14-May.ipynb

Lines changed: 2595 additions & 0 deletions
Large diffs are not rendered by default.

notebooks/getcwd().ipynb

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "code",
5+
"execution_count": 5,
6+
"id": "6d2d30a7-20f7-4a7e-8e47-66c44ff18316",
7+
"metadata": {},
8+
"outputs": [
9+
{
10+
"data": {
11+
"text/plain": [
12+
"'E:\\\\Python For Advance Application'"
13+
]
14+
},
15+
"execution_count": 5,
16+
"metadata": {},
17+
"output_type": "execute_result"
18+
}
19+
],
20+
"source": [
21+
"import os\n",
22+
"os.getcwd()"
23+
]
24+
},
25+
{
26+
"cell_type": "code",
27+
"execution_count": 7,
28+
"id": "c94d8b82-8b86-4fde-9976-54ddbcc34aee",
29+
"metadata": {},
30+
"outputs": [],
31+
"source": [
32+
"os.chdir(\"E:\\\\Python For Advance Application\\\\notebooks\")"
33+
]
34+
},
35+
{
36+
"cell_type": "code",
37+
"execution_count": 9,
38+
"id": "1eee1a67-15e4-4428-b031-3395805d8d76",
39+
"metadata": {},
40+
"outputs": [
41+
{
42+
"data": {
43+
"text/plain": [
44+
"'E:\\\\Python For Advance Application\\\\notebooks'"
45+
]
46+
},
47+
"execution_count": 9,
48+
"metadata": {},
49+
"output_type": "execute_result"
50+
}
51+
],
52+
"source": [
53+
"os.getcwd()"
54+
]
55+
},
56+
{
57+
"cell_type": "code",
58+
"execution_count": null,
59+
"id": "b269c4f2-5e77-4f13-8056-829876b19005",
60+
"metadata": {},
61+
"outputs": [],
62+
"source": []
63+
}
64+
],
65+
"metadata": {
66+
"kernelspec": {
67+
"display_name": "Python 3 (ipykernel)",
68+
"language": "python",
69+
"name": "python3"
70+
},
71+
"language_info": {
72+
"codemirror_mode": {
73+
"name": "ipython",
74+
"version": 3
75+
},
76+
"file_extension": ".py",
77+
"mimetype": "text/x-python",
78+
"name": "python",
79+
"nbconvert_exporter": "python",
80+
"pygments_lexer": "ipython3",
81+
"version": "3.11.5"
82+
}
83+
},
84+
"nbformat": 4,
85+
"nbformat_minor": 5
86+
}

notebooks/n_gram of spam classification.ipynb

Lines changed: 1152 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)