-
Updated
Sep 29, 2020 - HTML
#
solutions
Here are 1,258 public repositories matching this topic...
317 efficient solutions to HackerRank problems
-
Updated
Oct 2, 2020 - Java
Common solutions and tools developed by Google Cloud's Professional Services team
bigquery
tools
solutions
examples
gke
google-cloud-dataflow
google-cloud-platform
google-cloud-compute
google-cloud-ml
-
Updated
Oct 2, 2020 - Python
Solutions of Reinforcement Learning, An Introduction
-
Updated
Aug 6, 2020 - Jupyter Notebook
Efficient solutions to "Cracking the Coding Interview" (6th Edition) problems
-
Updated
Dec 23, 2019 - Java
Complete Assignments for CS231n: Convolutional Neural Networks for Visual Recognition
computer-vision
deep-learning
solutions
tensorflow
neural-networks
stanford
image-captioning
convolutional-neural-networks
dd
cs231n
visual-recognition
assignments
-
Updated
Jul 20, 2018 - Jupyter Notebook
Solutions to problems from various online judges / contest sites.
advent-of-code
solutions
codechef
uva
competitive-programming
hackerrank
codejam
codeforces
online-judges
hackerearth
uva-solutions
atcoder
kattis
hackerrank-solutions
codeforces-solutions
codechef-solutions
acepta-el-reto
hackerearth-solutions
kattis-solutions
atcoder-solutions
-
Updated
Oct 1, 2020 - C++
Leetcode problems & solutions
-
Updated
Oct 3, 2020 - JavaScript
My Answer to 120 Data Science Interview Questions
-
Updated
Oct 1, 2020 - Jupyter Notebook
VastoLorde95's solutions to 2000+ competitive programming problems from various online judges
python
template
algorithm
datastructures
cpp
solutions
codechef
spoj
icpc
competitive-programming
hackerrank
data-structures
codejam
codeforces
hackerearth
timus
spoj-solutions
-
Updated
Feb 15, 2018 - C++
This repository contains coding assessments and their solutions for various IT companies
github
java
solutions
solution
hackerrank
questions
interview-practice
interview-questions
hackerearth
coding-interviews
interview-prep
interview-preparation
online-test
techgig
goldmansachs
javaaid
java-aid
kanahaiya
kanhaiya
hackerrank-test
-
Updated
Apr 30, 2020 - Java
My Solutions to Codility (100% performance)
-
Updated
May 5, 2019 - Java
-
Updated
Oct 2, 2020 - Jupyter Notebook
stack
queue
algorithms
graph
solutions
dynamic
array
coursera
priority-queue
python3
data-structures
decomposition
heap
minimum-spanning-trees
dijkstra-algorithm
assignments
splay-trees
-
Updated
Sep 29, 2020 - Jupyter Notebook
1000+ javascript answers of leetcode problems.
-
Updated
Oct 4, 2020 - JavaScript
Solutions to Codeforces Problems
-
Updated
Oct 1, 2020 - C++
Solutions to selected problems from Think Python: How to Think Like a Computer Scientist http://greenteapress.com/thinkpython/html/index.html
-
Updated
Nov 27, 2017 - Python
Solutions to HackerRank problems
shell
solutions
hackerrank
hackerrank-python
hackerrank-solutions
hackerrank-algorithms-solutions
hackerrank-python-solutions
hackerrank-challenges
-
Updated
Oct 2, 2020 - Python
Solutions for the game 7 Billion Humans
-
Updated
Sep 6, 2020 - Python
This repo contains solutions for projecteuler problems in multiple languages. Specially created for newcomers to contribute as part of Hacktoberfest Challenge.
-
Updated
Oct 3, 2020 - Python
InterviewBit Programming Solutions
hashing
linked-list
math
cpp
solutions
graph-algorithms
maps
array
backtracking
binary-search-tree
tree-structure
dynamic-programming
greedy-algorithms
stacks
heaps
queues
interviewbit
two-pointers
bitmanipulation
-
Updated
Oct 1, 2020 - C++
Solutions to Wasserman's 'All of Statistics'.
-
Updated
May 7, 2019 - Jupyter Notebook
This repo aim to show you what to learn on the way to excellence.
programming-language
engineering
development
programming
algorithms
solutions
architecture
databases
data-structures
middlewares
networks
quality-assurance
storages
frameworks
-
Updated
May 22, 2019
Improve this page
Add a description, image, and links to the solutions topic page so that developers can more easily learn about it.
Add this topic to your repo
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_hidden
anda_t
instep
function also