-
Updated
Apr 14, 2021 - Markdown
#
solutions
Here are 1,467 public repositories matching this topic...
317 efficient solutions to HackerRank problems
-
Updated
Apr 10, 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
Apr 20, 2021 - Python
Solutions of Reinforcement Learning, An Introduction
-
Updated
Feb 17, 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
Apr 16, 2021 - C++
Efficient solutions to "Cracking the Coding Interview" (6th Edition) problems
-
Updated
Oct 4, 2020 - Java
My Answer to 120 Data Science Interview Questions
-
Updated
Oct 1, 2020 - Jupyter Notebook
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
Leetcode problems & solutions
-
Updated
Nov 21, 2020 - 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
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
-
Updated
Mar 29, 2021 - 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++
1000+ javascript solutions of leetcode problems.
javascript
algorithms
leetcode
solutions
data-structures
problems
1000plus
1100plus
1200plus
1300plus
-
Updated
Apr 20, 2021 - JavaScript
warycat
commented
Jan 20, 2021
The description md files can be copy paste from browser.
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
Apr 4, 2021 - 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
Solutions for the game 7 Billion Humans
-
Updated
Jan 16, 2021 - 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++
Questions solved from Various Coding websites viz. HackerRank, HackerEarth, CodeChef, CodingNinja and other websites. This repository also contains Questions from various offline and onsite competitions. Programs that we find in the competitions and some brainstorming questions
python
solutions
competitive-programming
hackerrank
geeksforgeeks
hackerrank-solutions
hackerearth-solutions
geeksforgeeks-solutions
techgig
geeksforgeeks-python
techgig-solutions
-
Updated
Dec 16, 2020 - Python
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_hiddenanda_tinstepfunction also