Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
2019-web/data/talks/157.yaml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
27 lines (15 sloc)
1.26 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Talk details are specified in YAML files | |
| # YAML was selected because we can use multi-line strings and add | |
| # comments in the file. | |
| speaker_name: "Raman Tehlan" | |
| talk_title: "Genetic algorithms: making errors do all the work" | |
| # At least 1 tag is necessary!! | |
| talk_tags: | |
| - "Machine Learning & Data Science" | |
| talk_abstract: "This talk presents a systematic approach to understand and implement Genetic Algorithms, with a hands-on experience of solving a real-world problem. The inspiration and methods behind GA will also be included with all the fundamental topics like fitness algorithms, mutation, crossover etc, with limitations and advantages of using it." | |
| about_author: "I am an undergraduate student at SRM University, doing B Tech in Computer Science. My field of interest is Mathematics, Server-Side Technologies and Genetic Algorithms. I am currently a Software engineering intern at Timeless co, previously at Udacity and Knowalrity. I have created more than 20+ projects and love contributing to other open-source projects. I am also a core member of PyData Delhi and recently co-organized PyData Delhi Conference." | |
| talk_metadata: | |
| - "**Date:** Saturday Nov. 16" | |
| - "**Location:** Round Room (PyData Track)" | |
| - "**Begin time:** 15:25" | |
| - "**Duration:** minutes" |