-
Updated
Sep 13, 2020 - HTML
{{ message }}
317 efficient solutions to HackerRank problems
Common solutions and tools developed by Google Cloud's Professional Services team
Solutions of Reinforcement Learning, An Introduction
Efficient solutions to "Cracking the Coding Interview" (6th Edition) problems
Complete Assignments for CS231n: Convolutional Neural Networks for Visual Recognition
Solutions to problems from various online judges / contest sites.
Leetcode problems & solutions
My Answer to 120 Data Science Interview Questions
VastoLorde95's solutions to 2000+ competitive programming problems from various online judges
This repository contains coding assessments and their solutions for various IT companies
My Solutions to Codility (100% performance)
1000+ javascript answers of leetcode problems.
Solutions to Codeforces Problems
Solutions to selected problems from Think Python: How to Think Like a Computer Scientist http://greenteapress.com/thinkpython/html/index.html
Solutions for the game 7 Billion Humans
Solutions to Wasserman's 'All of Statistics'.
InterviewBit Programming Solutions
This repo contains solutions for projecteuler problems in multiple languages. Specially created for newcomers to contribute as part of Hacktoberfest Challenge.
This repo aim to show you what to learn on the way to excellence.
Solutions to HackerRank problems
Add a description, image, and links to the solutions topic page so that developers can more easily learn about it.
To associate your repository with the solutions topic, visit your repo's landing page and select "manage topics."
Nice work!
The version of implementation can reach 22+ BLUE score. However, my implementation have only 0.16+ BLUE score on test dataset. Comparing with your work, I found changing the concatenation
torch.cat((Y_t, o_pre), dim=1)totorch.cat((o_pre, Y_t), dim=1)can only reach 0.16+ BLUE score.B.W.T. chaging the concatenating order between
dec_hiddenanda_tinstepfunction also