jxieeducation diy-data-science
jxieeducation/DIY-Data-Science
Please make Pull Requests for good resources, or create Issues for any feedback! PyEvolve is a genetic algorithm library, which is a biologically-inspired optimization technique. This library enables us to solve search problems such as hyperparameter tuning. The goal of this section is to get you hands on ASAP. If the hello world example confuses you, try out the theory section first.
jxieeducation/DIY-Data-Science
Please make Pull Requests for good resources, or create Issues for any feedback! Visual QA is a continuation of deep learning's efforts in image captioning and NLP-based question answering. The goal is for a neural network to take in an image with a question and output good answers. Two interesting events occurred in late 2014. The first would be efforts in image captioning.
jxieeducation/DIY-Data-Science
Please make Pull Requests for good resources, or create Issues for any feedback! Seq2Seq solves the traditional fixed-size input problem thatEffective Approaches to Attention-based Neural Machine Translation prevents traditional DNNs from mastering sequence based tasks such as translation and question answering. It has been shown to have state of the art performances in English-French and English-German translations and in responding to short questions. Seq2Seq was first introduced in late 2014 by 2 papers (Sequence to Sequence Learning with Neural Networks and Learning Phrase Representations using RNN Encoder–Decoder for Statistical Machine Translation) from Google Brain and Yoshua Bengio's group. The two papers took a similar approach in machine translation, in which Seq2Seq was developed upon.