Skip to content

Updated Meetup Series #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions meetup-series.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
|1| **Intro to Data Science** | 23rd November, 2019 | Applications of Data Science, Tools and Flow |
|2| **Gradient Descent and related algorithms.** | 7th December, 2019 | 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.|
|3| **Regression Techniques.** | 21st December, 2019 | We'll include Linear and Logistic Regression in this session.|
|4| **Tree-based and Bagging Algorithms.** | 4th January, 2020 | Decision Tree, Random Forest, etc|
|5| **Boosting Techniques.** | 18th January, 2020 | XGBoost, LightGBM, etc|
|6| **Intro to Neural Nets.** | 1st February, 2020 | 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.|
|4| **Tree-based Algorithms, Bagging and Boosting Techniques** | 4th January, 2020 | Decision Tree, Ensembling, Random Forest, XGBoost, LightGBM etc|
|5| **Intro to Neural Nets.** | 18th January, 2020 | 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.|
|6| **Unsupervised learning Algorithms** | 1st February, 2020 | Clustering, Association Rules, K-Means, DNN-based (Ex:Auto-Encoders) etc|