Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d7945c2

Browse files
authored
Merge pull request #1 from coderplex/DevCircle
Merging Yash's changes and updates from me
2 parents b7032ad + 97156ca commit d7945c2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

curriculum.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# This is our recommended Data Science curriculum
1+
## This is the curriculum for learning Data Science

meetup-series.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# This is the structure of the meetup series
2+
|Meetup | Title | Description|
3+
|--------|------------|------------|
4+
|1| **Basics of linear Algebra and Python.** |We will be explaining the basics of python and algebra, that are sufficient for the coming 5 meetups, and give them assignments to work on.|
5+
|2| **Gradient Descent and related algorithms.** |Using the assignments that we have provided in Meetup 1, we have to explain gradient descent, and possibly the other such algorithms. The assignment for this meetup will be considering a loss function and randomly initiated the weights and plotting the loss using python.|
6+
|3| **Regression Techniques.** |We'll include Linear and Logistic Regression in this session.|
7+
|4| **Tree-based and Bagging Algorithms.** |Decision Tree, Random Forest, etc|
8+
|5| **Boosting Techniques.** |XGBoost, LightGBM, etc|
9+
|6| **Intro to Neural Nets.** |We'll start from linear and logistic regression and complicate it a little to explain Deep Neural Nets. If possible we can explain CNNs and RNNs as well.|

0 commit comments

Comments
 (0)