From f862d5713711cf401984c27390e789e7a5b0d1c6 Mon Sep 17 00:00:00 2001 From: Akshay Gaikwad Date: Tue, 27 Aug 2019 20:15:26 +0530 Subject: [PATCH] Add August 2019 Meetup Talk Details * Update README of August-2019 event. * Add August event's entry in README. --- 2019/August/README.md | 28 +++++++++++++++++++++++++++- README.md | 1 + 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/2019/August/README.md b/2019/August/README.md index a98142c..3202d0a 100644 --- a/2019/August/README.md +++ b/2019/August/README.md @@ -1 +1,27 @@ -# talk links and description +# August Python Pune meetup 2019 + * [Event page on meetup.com](https://www.meetup.com/PythonPune/events/263413078/) + +## Intelligence and Learning (Genetic Algorithm) + * **Speaker**: Shaksham Kapoor + * **Description**: This talk is about type of evolutionary + algorithms called Genetic Algorithm (GA). This covers points like + introduction to GA, structure of GA, fitness function, real life + applications of GA and code walk-through. + + * [Slides](https://github.com/pythonpune/meetup-talks/files/3491013/Genetic_Prog.pdf) + * [Proposal](https://github.com/pythonpune/meetup-talks/issues/32) + +## Exploring Graph Automation in Python + * **Speaker**: Nikhil Dhandre + * **Description**: Nikhil talks about automating graphs using + Widgetastic framework in Python. It can be used for web UI testing. + + * [Tutorial](https://github.com/digitronik/tutorial_widgetastic) + * [Proposal](https://github.com/pythonpune/meetup-talks/issues/25) + +## Neural Nets and How to fool them + * **Speaker**: Nikhil Joshi + * **Description**: It's a lightning talk about neural nets and ways + to fool them. + + * [Slides](https://drive.google.com/open?id=0B4wcNP2r35CRSHNDVWl4WnJxUU9CMUkyWTJYVjVpQUxrcE1Z) diff --git a/README.md b/README.md index ab15350..a531aa3 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ This is the index of summaries of past events. * [May](./2019/May/README.md) * [June](./2019/June/README.md) * [July](./2019/July/README.md) + * [August](./2019/August/README.md) ## Code of Conduct Code of Conduct for [PythonPune meetup