Highlights
- Pro
Popular repositories Loading
-
p001-single-neuron-scratch
p001-single-neuron-scratch PublicBinary classification by single vanilla neuron (logistic regression inspired). Neuron is implemented using python without frameworks.
Jupyter Notebook
-
p002-single-neuron-scratch-optimization
p002-single-neuron-scratch-optimization PublicOptimization of single vanilla neuron(logistic regression inspired); and run times are provided for binary classification task. Numpy vectorization and numba are used to speed up code.
Jupyter Notebook
-
p003-neuron-scratch-pytorch-tensorflow
p003-neuron-scratch-pytorch-tensorflow PublicJupyter Notebook
-
p004-neural-network-1-hidden-layer
p004-neural-network-1-hidden-layer PublicClassification is done by 1 hidden layer neural network; implemented in vanilla python, tensorflow and pytorch. In tensorflow/pytorch, different APIs are explored to implement same algorithm.
Jupyter Notebook
-
p005-neural-network-l-layers
p005-neural-network-l-layers PublicBinary classification is done by "L" layer neural network; implemented in vanilla python, tensorflow and pytorch. In tensorflow/pytorch, different APIs are explored to implement same algorithm.
Jupyter Notebook
-
p006-neural-network-layers-comparison
p006-neural-network-layers-comparison PublicUsing synthetic data for binary classification, explore neural networks layers effect and limitation. Implemented in tensorflow and pytorch.
Jupyter Notebook
If the problem persists, check the GitHub status page or contact support.