-
Updated
Sep 12, 2021 - Markdown
#
solutions
Here are 1,613 public repositories matching this topic...
317 efficient solutions to HackerRank problems
-
Updated
Aug 26, 2021 - 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
Sep 16, 2021 - Python
Solutions of Reinforcement Learning, An Introduction
-
Updated
Sep 11, 2021 - 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
Aug 21, 2021 - C++
My Answer to 120 Data Science Interview Questions
-
Updated
Oct 1, 2020 - Jupyter Notebook
Efficient solutions to "Cracking the Coding Interview" (6th Edition) problems
-
Updated
Oct 4, 2020 - 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
-
Updated
Aug 31, 2021 - HTML
Leetcode problems & solutions
-
Updated
May 15, 2021 - JavaScript
Solutions to HackerRank problems
shell
solutions
hackerrank
hackerrank-python
hackerrank-solutions
hackerrank-algorithms-solutions
hackerrank-python-solutions
hackerrank-challenges
-
Updated
Mar 29, 2021 - Python
My Solutions to Codility (100% performance)
-
Updated
May 5, 2019 - Java
warycat
commented
Jan 20, 2021
The description md files can be copy paste from browser.
-
Updated
Aug 27, 2021 - Jupyter Notebook
1000+ javascript solutions of leetcode problems.
javascript
algorithms
leetcode
solutions
data-structures
problems
1000plus
1100plus
1200plus
1300plus
1400plus
1500plus
-
Updated
Sep 16, 2021 - JavaScript
Self-study on Larry Wasserman's "All of Statistics"
-
Updated
Sep 16, 2021 - Jupyter Notebook
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
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++
stack
queue
algorithms
graph
solutions
dynamic
array
coursera
priority-queue
python3
data-structures
decomposition
heap
minimum-spanning-trees
dijkstra-algorithm
assignments
splay-trees
-
Updated
Dec 14, 2020 - Jupyter Notebook
Solutions to Codeforces Problems
-
Updated
Sep 13, 2021 - C++
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++
A Generative Adversarial Networks (GANs) Specialization made by deeplearning.ai on Coursera
github
machine-learning
course
solutions
solution
coursera
generative-adversarial-network
gan
courses
gans
generative-adversarial-networks
specialization
assignments
assignement
coursera-assignment
deeplearning-ai
-
Updated
Nov 21, 2020 - Jupyter Notebook
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