-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
435 lines (350 loc) · 18.7 KB
/
index.html
File metadata and controls
435 lines (350 loc) · 18.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
<!--
Designed and Developed by utkarsh singh
github : github.com/utkarsh1999
codepen : codepen.io/utkarsh1999
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Data Analytics Course for Business</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Course Project">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="styles/bootstrap4/bootstrap.min.css">
<link href="plugins/fontawesome-free-5.0.1/css/fontawesome-all.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="plugins/OwlCarousel2-2.2.1/owl.carousel.css">
<link rel="stylesheet" type="text/css" href="plugins/OwlCarousel2-2.2.1/owl.theme.default.css">
<link rel="stylesheet" type="text/css" href="plugins/OwlCarousel2-2.2.1/animate.css">
<link rel="stylesheet" type="text/css" href="styles/main_styles.css">
<link rel="stylesheet" type="text/css" href="styles/responsive.css">
<link rel="stylesheet" type="text/css" href="styles/customised.css">
<link rel="stylesheet" type="text/css" href="styles/course_side_nav.css">
</head>
<body>
<div class="super_container">
<!-- Header -->
<header class="header d-flex flex-row">
<div class="header_content d-flex flex-row align-items-center">
<!-- Logo -->
<!-- <div class="logo_container">
<div class="logo">
<img src="" alt="">
<span>course</span>
</div>
</div> -->
<!-- Main Navigation -->
<nav class="main_nav_container">
<div class="main_nav">
<ul class="main_nav_list">
<li class="main_nav_item"><a href="#home">home</a></li>
<li class="main_nav_item"><a href="#about">about us</a></li>
<li class="main_nav_item"><a href="#course">Course Structure</a></li>
<!-- <li class="main_nav_item"><a href="elements.html">elements</a></li> -->
<!-- <li class="main_nav_item"><a href="news.html">news</a></li> -->
<li class="main_nav_item"><a href="#contact">contact</a></li>
</ul>
</div>
</nav>
</div>
<a href="contact.html"><div class="header_side d-flex flex-row justify-content-center align-items-center">
<img src="images/phone-call.svg" alt="">
<span>Enroll now</span>
</div></a>
<!-- Hamburger -->
<div class="hamburger_container">
<i class="fas fa-bars trans_100"></i>
</div>
</header>
<!-- Menu -->
<div class="menu_container menu_mm">
<!-- Menu Close Button -->
<div class="menu_close_container">
<div class="menu_close"></div>
</div>
<!-- Menu Items -->
<div class="menu_inner menu_mm">
<div class="menu menu_mm">
<ul class="menu_list menu_mm">
<li class="menu_item menu_mm"><a href="#home">Home</a></li>
<li class="menu_item menu_mm"><a href="#about">About us</a></li>
<li class="menu_item menu_mm"><a href="#course">Course Structure</a></li>
<!-- <li class="menu_item menu_mm"><a href="">Elements</a></li> -->
<!-- <li class="menu_item menu_mm"><a href="">News</a></li> -->
<li class="menu_item menu_mm"><a href="#contact">Contact</a></li>
<li class="menu_item menu_mm"><a href="contact.html">Enroll now</a></li>
</ul>
</div>
</div>
</div>
<!-- Home -->
<div class="home">
<!-- Hero Slider -->
<div class="hero_slider_container">
<!-- <div class="hero_slider owl-carousel"> hero_slider -->
<div class="course-title">
<a href="http://sscbs.du.ac.in/"></a><span id="college_logo">
<img src="images/college_logo_transparent.jpg">
</span></a>
<span id="courseName">
<h1><span class="bg-strip">Certification Course in</span></h1><br><span class="bg-strip"> Data Analytics for Business</span>
<br>
<!-- <p>
<div class="footer_contact_icon">
<img src="images/placeholder.svg" alt="https://www.flaticon.com/authors/lucy-g">
</div> -->
<!-- <span id="collegeName" class="bg-strip">Shaheed Sukhdev College of Business Studies</span>
</p> -->
</span>
</div>
</div>
</div>
<div class="hero_boxes">
</div>
<!-- Objective -->
<div class="page_section top-padding-none" id="about">
<div class="container">
<div class="row">
<div class="col">
<p>Shaheed Sukhdev College of Business Studies (CBS) is a premier undergraduate management college under the aegis of the University of Delhi (DU) offering Bachelor of Management Studies (BMS), BBA (Financial Investment Analysis), B. Sc. (H) Computer Science and PG dimploma in Cyber Security and Law. The admission in BMS and BBA (FIA) is through a highly competitive Joint Admission Test (DU JAT) which comprehensively encompasses business acumen, logical reasoning, verbal ability and quantitative ability.
The college is known for its unique pedagogy, a combination of theoretical knowledge and its practical application in real world, and the state-of-the-art infrastructure the campus boasts.
The esoteric knowledge of data analysis and machine learning becomes a quintessential tool to stand apart in today's competitive environment. In order to enable the same, SSCBS is proud to introduce a one-of-a-kind data analytics course certified by the Shaheed Sukhdev College of Business Studies University of Delhi, housed at our very own state-of-the-art campus!</p>
</div>
</div>
</div>
</div>
<div class="page_section">
<div class="container">
<div class="row">
<div class="col">
<div class="section_title text-center" >
<h1>Objective</h1>
<p>Expecting to build a solid foundation of business analytics, this course has been designed to impart knowledge of machine learning and statistical methods for data analysis. The course shall also provide sufficient knowledge of python programming language to use for machine learning algorithm and python/R programming for statistical methods. A brief introduction of neural networks and deep learning will also be covered.</p>
</div>
</div>
</div>
</div>
</div>
<div class="page_section yellow" id="fees">
<div class="container" >
<div class="row">
<div class="col">
<div class="section_title row">
<h2 class="text_white col-lg-6">
Course Duration : August - November (2019)
<br><br>
Fee : INR 40,200
<br><br>
<span style="font : 15px;color: white;font-style: italic">
Registration fee : INR 200
<br><br>Tution Fee : INR 40,000</span>
</h2>
<h2 class="text_white col-lg-6">Eligibility : <br> <br>
<ol type="1" style="font : unset;padding-left: 21px;">
<li> Graduation/ Pursuing Graduation (Studied Mathematics at 12<sup class="text_white">th</sup> level).</li><br>
<li> Professionals having knowledge of Mathematics.</li>
</ol>
</h2>
</div>
</div>
</div>
</div>
</div>
</div> <!--super page container closes-->
<!-- Register -->
<!-- Services -->
<div class="services page_section" id="course">
<div class="container">
<div class="row">
<div class="col">
<div class="section_title text-center">
<h1>Course Structure</h1>
</div>
</div>
</div>
<div class="row services_row">
<div class="tab">
<button class="tablinks" onclick="openCity(event, 'module1')" id="defaultOpen">Module 1 : Foundation of Data Analytics and Python Programming</button>
<button class="tablinks" onclick="openCity(event, 'module2')">Module 2: Probability and Statistics</button>
<button class="tablinks" onclick="openCity(event, 'module3')">Module 3: Data Munging with Python</button>
<button class="tablinks" onclick="openCity(event, 'module4')">Module 4: Machine learning – Part 1</button>
<button class="tablinks" onclick="openCity(event, 'module5')">Module 5: Machine learning – Part 2</button>
<button class="tablinks" onclick="openCity(event, 'module6')">Module 6: Optimization in Analytics</button>
</div>
<div id="module1" class="tabcontent">
<h3>Foundation of Data Analytics :</h3>
<p>Introduction ,Evolution , Concept and Scopes , Data , Big Data, Metrics and Data classification, Data Reliability & Validity, Problem Solving with Analytics, Different phases of Analytics in the business and Data science domain, Descriptive Analytics, Predictive Analytics and Prescriptive Analytics , Different Applications of Analytics in Business, Text Analytics and Web Analytics, Skills for Business Analytics , Concepts of Data Science, Basic skills required for understanding Data Science.</p>
<h3> Python Programming :</h3>
<p>Introduction to Python Editors & IDE’s (Jupyter, Spyder, pycharm, etc...), custom environment settings, basic data types -numeric, string, float, tuples, list ,dictionary ,sets and their operations, control flow (if-elif-else), loops (for, while), inbuilt functions for data conversion, writing user defined functions. </p>
<h3> Concepts of packages/libraries :</h3>
<p>Important packages like NumPy, SciPy, scikit-learn, Pandas, Matplotlib, seaborn, etc., installing and loading packages, reading and writing data from/to different formats, tuples, sets, dictionaries, simple plotting, functions, list comprehensions, database connectivity.</p>
</div>
<div id="module2" class="tabcontent">
<h3> Descriptive Analytics :</h3>
<p>
Describing and summarizing data sets, measures of central tendency, dispersion, skewness, kurtosis, Correlation.
</p>
<h3>Probability :</h3>
<p>
Measures of probability, conditional probability, independent event, Bayes’ theorem, random variable, discrete (binomial, Poisson, geometric, hypergeometric, negative binomial) and continuous (uniform, exponential, normal, gamma). Expectation and variance, markov inequality, chebyshev’s inequality, central limit theorem.
</p>
<h3> Inferential Statistics: </h3>
<p>
Sampling & Confidence Interval, Inference & Significance. Estimation and Hypothesis Testing, Goodness of fit, Test of Independence, Permutations and Randomization Test, t-test/z-test (one sample, independent, paired), ANOVA, chi-square.
</p>
</div>
<div id="module3" class="tabcontent">
<p> Relevance in industry, Statistical learning vs machine learning, types and phases of analytics.</p>
<h3> Data pre-processing and cleaning: </h3>
<p> data manipulation steps (sorting, filtering, duplicates, merging, appending, subsetting, derived variables, data type conversions, renaming, formatting, etc.), normalizing data, sampling, missing value treatment, outliers.</p>
<h3> Exploratory data analysis:</h3>
<p> Data visualization using matplotlib, seaborn libraries, creating graphs (bar/line/pie/boxplot/histogram, etc.), summarizing data, descriptive statistics, univariate analysis (distribution of data), bivariate analysis (cross tabs, distributions and relationships, graphical analysis).</p>
</div>
<div id="module4" class="tabcontent">
<p> Introduction, Applications of Machine Learning, Key elements of Machine Learning, Supervised vs. Unsupervised Learning.</p>
<h3> Supervised Machine Learning :</h3>
<p> Linear Regression, Multiple Linear Regression Polynomial Regression.</p>
<h3> Classification :</h3>
<p> Using Logistic Regression, Logistic Regression vs. Linear Regression, Logistic Regression with one variable and with multiple variables, Application to multi-class classification. The problem of Overfitting, Application of Regularization in Linear and Logistic Regression. Regularization and Bias/Variance. Classification using K-NN, Naive Bayes classifier, Decision Trees (CHAID Analytics), Random Forest, Support Vector Machines.</p>
<h3> Model Evaluation:</h3>
<p> Cross validation types (train & test, bootstrapping, k-fold validation), parameter tuning, confusion matrices, basic evaluation metrics, precision-recall, ROC curves.</p>
<p><strong> Case study : </strong></p><br>
</div>
<div id="module5" class="tabcontent">
<h3><strong>Neural Networks:</strong></h3>
<p>
Introduction, Model Representation, Gradient Descent vs. Perceptron Training, Stochastic Gradient Descent, Multiclass Representation, Multilayer Perceptrons, Backpropagation Algorithm for Learning, Introduction to Deep Learning.
</p>
<h3>Association Rule Mining:</h3>
<p>
Mining frequent itemsets, Apriori algorithm, market basket analysis.
</p>
<p><strong><em>case study</em></strong></p>
<h3>Unsupervised Machine Learning:</h3>
<p> Introduction, Clustering, K-Means algorithm, Affinity Propagation, Agglomerative Hierarchical, DBSCAN, Dimensionality Reduction using Principal Component Analysis.</p>
<p><strong><em>case study : </em></strong><em>Application of PCA</em></p>
<h3>Time Series Forecasting:</h3>
<p> Trends and seasonality in time series data, identifying trends, seasonal patterns, first order differencing, periodicity and autocorrelation, rolling window estimations, stationarity vs. non-stationarity, ARIMA and ARIMAX Modeling</p>
<p><strong><em>case study</em></strong></p>
</div>
<div id="module6" class="tabcontent">
<p>Introduction to Operations Research (OR), Linear Programming Problems (LPP), Geometry of linear programming, Sensitivity and Post-optimal analysis, Duality and its economic interpretation. </p>
<br>
<p>Network models and project planning, Non-linear Programming – KKT conditions, Dynamic Programming. </p>
</div>
</div>
</div>
</div>
<!-- Testimonials -->
<!-- Footer -->
<footer class="footer" id="contact">
<div class="container">
<!-- Newsletter -->
<!-- Footer Content -->
<div class="footer_content">
<div class="row">
<!-- Footer Column - About -->
<div class="col-lg-3 footer_col">
<!-- Logo -->
<!-- <div class="logo_container"> -->
<!-- <div class="logo">
<img src="images/logo.png" alt="">
<span>course</span>
</div> -->
<!-- </div> -->
<div class="footer_column_content">
<img src="images/logo.jpg" alt="college logo">
</div>
<!-- <p class="footer_about_text">Data analysis is the need of the hour. Today, different organizations are generating huge amounts of data without knowing how to make use of it for their benefit. To change this, machine learning and statistical techniques are now being to develop predictive models from existing data to forecast future outcomes.</p> -->
</div>
<!-- Footer Column - Menu -->
<div class="col-lg-3 footer_col">
<div class="footer_column_title">Teacher Coordinators</div>
<div class="footer_column_content">
<ul>
<li class="footer_list_item"><a href="#">Dr. Sameer Anand - +91 98187 47783</a></li>
<li class="footer_list_item"><a href="#">( sameeranand@sscbsdu.ac.in )</a></li><br>
<li class="footer_list_item"><a href="#">Dr. Ajay Jaiswal - +91 99111 03504</a></li>
<li class="footer_list_item"><a href="#">( ajayjaiswal@sscbsdu.ac.in )</a></li><br>
</ul>
</div>
<div class="footer_column_title">Student Coordinators</div>
<div class="footer_column_content">
<ul>
<li class="footer_list_item"><a href="#*">Manan Wadhawan - +91 99100 12508</a></li>
<li class="footer_list_item"><a href="#">Shikhar Tanwar - +91 88517 25575</a></li>
</ul>
</div>
</div>
<!-- Footer Column - Usefull Links -->
<div class="col-lg-3 footer_col">
<div class="footer_column_title">Useful Links</div>
<div class="footer_column_content">
<ul>
<li class="footer_list_item"><a href="#course">Course Structure</a></li>
<li class="footer_list_item"><a href="#fees">Fees Details</a></li>
<li class="footer_list_item"><a href="#fees">Eligibility</a></li>
<!-- <li class="footer_list_item" onclick="()=>{
window.open(https://www.antennahouse.com/XSLsample/pdf/sample-link_1.pdf)
}"><a href="#">FAQ's</a></li> -->
<li class="footer_list_item"><a href="#">Enroll Now</a></li>
</ul>
</div>
</div>
<!-- Footer Column - Contact -->
<div class="col-lg-3 footer_col">
<div class="footer_column_title">Contact</div>
<div class="footer_column_content">
<ul>
<li class="footer_contact_item">
<div class="footer_contact_icon">
<img src="images/placeholder.svg" alt="https://www.flaticon.com/authors/lucy-g">
</div>
Shaheed Sukhdev College of Business Studies
</li>
<li class="footer_contact_item">
<div class="footer_contact_icon">
<img src="images/smartphone.svg" alt="https://www.flaticon.com/authors/lucy-g">
</div>
+91 11 2757 3447
</li>
<li class="footer_contact_item">
<div class="footer_contact_icon">
<img src="images/envelope.svg" alt="https://www.flaticon.com/authors/lucy-g">
</div>cbs@sscbsdu.ac.in
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Footer -->
<div class="footer_bar d-flex flex-column flex-sm-row align-items-center">
<div class="footer_social ml-sm-auto">
<ul class="menu_social">
<!-- <li class="menu_social_item"><a href="#"><i class="fab fa-pinterest"></i></a></li>
<li class="menu_social_item"><a href="#"><i class="fab fa-linkedin-in"></i></a></li>
<li class="menu_social_item"><a href="#"><i class="fab fa-instagram"></i></a></li>
<li class="menu_social_item"><a href="#"><i class="fab fa-facebook-f"></i></a></li>
<li class="menu_social_item"><a href="#"><i class="fab fa-twitter"></i></a></li> -->
</ul>
</div>
</div>
</div>
</footer>
</div>
<script src="js/jquery-3.2.1.min.js"></script>
<script src="styles/bootstrap4/popper.js"></script>
<script src="styles/bootstrap4/bootstrap.min.js"></script>
<script src="plugins/greensock/TweenMax.min.js"></script>
<script src="plugins/greensock/TimelineMax.min.js"></script>
<script src="plugins/scrollmagic/ScrollMagic.min.js"></script>
<script src="plugins/greensock/animation.gsap.min.js"></script>
<script src="plugins/greensock/ScrollToPlugin.min.js"></script>
<script src="plugins/OwlCarousel2-2.2.1/owl.carousel.js"></script>
<script src="plugins/scrollTo/jquery.scrollTo.min.js"></script>
<script src="plugins/easing/easing.js"></script>
<script src="js/custom.js"></script>
<script src="js/course_side_nav.js"></script>
</body>
</html>