Commit 9804956
File tree
291 files changed
+7312
-555
lines changed- build
- questions
- 100_implement-the-softsign-activation-function
- 101_implement-the-grpo-objective-function
- 102_implement-the-swish-activation-function
- 103_implement-the-selu-activation-function
- 104_binary-classification-with-logistic-regression
- 105_train-softmax-regression-with-gradient-descent
- 106_train-logistic-regression-with-gradient-descent
- 107_implement-masked-self-attention
- 108_measure-disorder-in-apple-colors
- 109_implement-layer-normalization-for-sequence-data
- 110_evaluate-translation-quality-with-meteor-score
- 111_compute-pointwise-mutual-information
- 112_min-max-normalization-of-feature-values
- 113_implement-a-simple-residual-block-with-shortcut-co
- 114_implement-global-average-pooling
- 115_implement-batch-normalization-for-bchw-input
- 116_derivative-of-a-polynomial
- 117_compute-orthonormal-basis-for-2d-vectors
- 118_compute-the-cross-product-of-two-3d-vectors
- 119_solve-system-of-linear-equations-using-cramer-s-ru
- 120_bhattacharyya-distance-between-two-distributions
- 121_vector-element-wise-sum
- 122_policy-gradient-with-reinforce
- 123_calculate-computational-efficiency-of-moe
- 124_implement-the-noisy-top-k-gating-function
- 125_implement-a-sparse-mixture-of-experts-layer
- 126_implement-group-normalization
- 128_dynamic-tanh-normalization-free-transformer-activa
- 129_calculate-unigram-probability-from-corpus
- 130_implement-a-simple-cnn-training-function-with-back
- 131_implement-efficient-sparse-window-attention
- 132_simulate-markov-chain-transitions
- 133_implement-q-learning-algorithm-for-mdps
- 134_compute-multi-class-cross-entropy-loss
- 135_implement-early-stopping-based-on-validation-loss
- 136_calculate-kl-divergence-between-two-multivariate-g
- 137_implement-a-dense-block-with-2d-convolutions
- 138_find-the-best-gini-based-split-for-a-binary-decisi
- 139_elastic-net-regression-via-gradient-descent
- 13_determinant-of-a-4x4-matrix-using-laplace-s-expans
- 145_adagrad-optimizer
- 146_momentum-optimizer
- 148_adamax-optimizer
- 149_adadelta-optimizer
- 150_nesterov-accelerated-gradient-optimizer
- 151_dropout-layer
- 183_pmf_normalization_constant
- 20_decision-tree-learning
- 21_pegasos-kernel-svm-implementation
- 23_softmax-activation-function-implementation
- 26_implementing-basic-autograd-operations
- 27_transformation-matrix-from-basis-b-to-c
- 28_svd-of-a-2x2-matrix-using-eigen-values-vectors
- 29_random-shuffle-of-dataset
- 30_batch-iterator-for-dataset
- 31_divide-dataset-based-on-feature-threshold
- 32_generate-sorted-polynomial-features
- 33_generate-random-subsets-of-a-dataset
- 34_one-hot-encoding-of-nominal-values
- 35_convert-vector-to-diagonal-matrix
- 36_calculate-accuracy-score
- 37_calculate-correlation-matrix
- 38_implement-adaboost-fit-method
- 39_implementation-of-log-softmax-function
- 40_implementing-a-custom-dense-layer-in-python
- 41_simple-convolutional-2d-layer
- 42_implement-relu-activation-function
- 43_implement-ridge-regression-loss-function
- 44_leaky-relu-activation-function
- 45_linear-kernel-function
- 46_implement-precision-metric
- 47_implement-gradient-descent-variants-with-mse-loss
- 48_implement-reduced-row-echelon-form-rref-function
- 49_implement-adam-optimization-algorithm
- 50_implement-lasso-regression-using-gradient-descent
- 51_optimal-string-alignment-distance
- 52_implement-recall-metric-in-binary-classification
- 53_implement-self-attention-mechanism
- 54_implementing-a-simple-rnn
- 55_2d-translation-matrix-implementation
- 56_kl-divergence-between-two-normal-distributions
- 57_gauss-seidel-method-for-solving-linear-systems
- 58_gaussian-elimination-for-solving-linear-systems
- 59_implement-long-short-term-memory-lstm-network
- 60_implement-tf-idf-term-frequency-inverse-document-f
- 61_implement-f-score-calculation-for-binary-classific
- 62_implement-a-simple-rnn-with-backpropagation-throug
- 63_implement-the-conjugate-gradient-method-for-solvin
- 64_implement-gini-impurity-calculation-for-a-set-of-c
- 65_implement-compressed-row-sparse-matrix-csr-format-
- 66_implement-orthogonal-projection-of-a-vector-onto-a
- 67_implement-compressed-column-sparse-matrix-format-c
- 68_find-the-image-of-a-matrix-using-row-echelon-form
- 69_calculate-r-squared-for-regression-analysis
- 70_calculate-image-brightness
- 71_calculate-root-mean-square-error-rmse
- 72_calculate-jaccard-index-for-binary-classification
- 73_calculate-dice-score-for-classification
- 74_create-composite-hypervector-for-a-dataset-row
- 75_generate-a-confusion-matrix-for-binary-classificat
- 76_calculate-cosine-similarity-between-vectors
- 77_calculate-performance-metrics-for-a-classification
- 78_descriptive-statistics-calculator
- 79_binomial-distribution-probability
- 80_normal-distribution-pdf-calculator
- 81_poisson-distribution-probability-calculator
- 82_grayscale-image-contrast-calculator
- 83_dot-product-calculator
- 84_phi-transformation-for-polynomial-features
- 85_positional-encoding-calculator
- 86_detect-overfitting-or-underfitting
- 87_adam-optimizer
- 88_gpt-2-text-generation
- 89_the-pattern-weaver-s-code
- 90_bm25-ranking
- 91_calculate-f1-score-from-predicted-and-true-labels
- 92_linear-regression-power-grid-optimization
- 93_calculate-mean-absolute-error-mae
- 94_implement-multi-head-attention
- 95_calculate-the-phi-coefficient
- 96_implement-the-hard-sigmoid-activation-function
- 97_implement-the-elu-activation-function
- 98_implement-the-prelu-activation-function
- 99_implement-the-softplus-activation-function
- schemas
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
291 files changed
+7312
-555
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
0 commit comments