Skip to content

Add August 2019 Meetup Talk Details #40

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

Merged
merged 1 commit into from
Aug 28, 2019
Merged
Show file tree
Hide file tree
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
28 changes: 27 additions & 1 deletion 2019/August/README.md
Original file line number Diff line number Diff line change
@@ -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)
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down