repo_owner stringlengths 2 38 | repo_name stringlengths 2 100 | file_path stringlengths 4 120 | file_url stringlengths 53 199 | repo_url stringlengths 26 152 |
|---|---|---|---|---|
mblondel | fenchel-young-losses | fyl_sklearn.py | https://raw.githubusercontent.com/mblondel/fenchel-young-losses/master/fyl_sklearn.py | https://github.com/mblondel/fenchel-young-losses |
mblondel | fenchel-young-losses | fyl_tensorflow.py | https://raw.githubusercontent.com/mblondel/fenchel-young-losses/master/fyl_tensorflow.py | https://github.com/mblondel/fenchel-young-losses |
terrytangyuan | tensorflow-in-practice-code | 3_2_HelloWorld.py | https://raw.githubusercontent.com/terrytangyuan/tensorflow-in-practice-code/master/3_2_HelloWorld.py | https://github.com/terrytangyuan/tensorflow-in-practice-code |
terrytangyuan | tensorflow-in-practice-code | 4_2_AutoEncoder.py | https://raw.githubusercontent.com/terrytangyuan/tensorflow-in-practice-code/master/4_2_AutoEncoder.py | https://github.com/terrytangyuan/tensorflow-in-practice-code |
terrytangyuan | tensorflow-in-practice-code | 4_4_MLP.py | https://raw.githubusercontent.com/terrytangyuan/tensorflow-in-practice-code/master/4_4_MLP.py | https://github.com/terrytangyuan/tensorflow-in-practice-code |
terrytangyuan | tensorflow-in-practice-code | 5_2_CNN_MNIST.py | https://raw.githubusercontent.com/terrytangyuan/tensorflow-in-practice-code/master/5_2_CNN_MNIST.py | https://github.com/terrytangyuan/tensorflow-in-practice-code |
terrytangyuan | tensorflow-in-practice-code | 5_3_CNN_CIFAR10.py | https://raw.githubusercontent.com/terrytangyuan/tensorflow-in-practice-code/master/5_3_CNN_CIFAR10.py | https://github.com/terrytangyuan/tensorflow-in-practice-code |
terrytangyuan | tensorflow-in-practice-code | 6_1_AlexNet.py | https://raw.githubusercontent.com/terrytangyuan/tensorflow-in-practice-code/master/6_1_AlexNet.py | https://github.com/terrytangyuan/tensorflow-in-practice-code |
terrytangyuan | tensorflow-in-practice-code | 6_2_VGG.py | https://raw.githubusercontent.com/terrytangyuan/tensorflow-in-practice-code/master/6_2_VGG.py | https://github.com/terrytangyuan/tensorflow-in-practice-code |
terrytangyuan | tensorflow-in-practice-code | 6_3_InceptionNet.py | https://raw.githubusercontent.com/terrytangyuan/tensorflow-in-practice-code/master/6_3_InceptionNet.py | https://github.com/terrytangyuan/tensorflow-in-practice-code |
terrytangyuan | tensorflow-in-practice-code | 6_4_ResNet.py | https://raw.githubusercontent.com/terrytangyuan/tensorflow-in-practice-code/master/6_4_ResNet.py | https://github.com/terrytangyuan/tensorflow-in-practice-code |
terrytangyuan | tensorflow-in-practice-code | 7_1_Word2Vec.py | https://raw.githubusercontent.com/terrytangyuan/tensorflow-in-practice-code/master/7_1_Word2Vec.py | https://github.com/terrytangyuan/tensorflow-in-practice-code |
terrytangyuan | tensorflow-in-practice-code | 7_2_LSTM.py | https://raw.githubusercontent.com/terrytangyuan/tensorflow-in-practice-code/master/7_2_LSTM.py | https://github.com/terrytangyuan/tensorflow-in-practice-code |
terrytangyuan | tensorflow-in-practice-code | 7_3_BiRNN.py | https://raw.githubusercontent.com/terrytangyuan/tensorflow-in-practice-code/master/7_3_BiRNN.py | https://github.com/terrytangyuan/tensorflow-in-practice-code |
terrytangyuan | tensorflow-in-practice-code | 8_2_PolicyNetwork.py | https://raw.githubusercontent.com/terrytangyuan/tensorflow-in-practice-code/master/8_2_PolicyNetwork.py | https://github.com/terrytangyuan/tensorflow-in-practice-code |
terrytangyuan | tensorflow-in-practice-code | 8_3_GridWorld.py | https://raw.githubusercontent.com/terrytangyuan/tensorflow-in-practice-code/master/8_3_GridWorld.py | https://github.com/terrytangyuan/tensorflow-in-practice-code |
terrytangyuan | tensorflow-in-practice-code | 8_3_Value_Network.py | https://raw.githubusercontent.com/terrytangyuan/tensorflow-in-practice-code/master/8_3_Value_Network.py | https://github.com/terrytangyuan/tensorflow-in-practice-code |
terrytangyuan | tensorflow-in-practice-code | 9_1_TensorBoard.py | https://raw.githubusercontent.com/terrytangyuan/tensorflow-in-practice-code/master/9_1_TensorBoard.py | https://github.com/terrytangyuan/tensorflow-in-practice-code |
terrytangyuan | tensorflow-in-practice-code | 9_2_MultiGPU.py | https://raw.githubusercontent.com/terrytangyuan/tensorflow-in-practice-code/master/9_2_MultiGPU.py | https://github.com/terrytangyuan/tensorflow-in-practice-code |
terrytangyuan | tensorflow-in-practice-code | 9_3_Distributed.py | https://raw.githubusercontent.com/terrytangyuan/tensorflow-in-practice-code/master/9_3_Distributed.py | https://github.com/terrytangyuan/tensorflow-in-practice-code |
richpl | PyBasic | basicparser.py | https://raw.githubusercontent.com/richpl/PyBasic/master/basicparser.py | https://github.com/richpl/PyBasic |
richpl | PyBasic | basictoken.py | https://raw.githubusercontent.com/richpl/PyBasic/master/basictoken.py | https://github.com/richpl/PyBasic |
richpl | PyBasic | flowsignal.py | https://raw.githubusercontent.com/richpl/PyBasic/master/flowsignal.py | https://github.com/richpl/PyBasic |
richpl | PyBasic | interpreter.py | https://raw.githubusercontent.com/richpl/PyBasic/master/interpreter.py | https://github.com/richpl/PyBasic |
richpl | PyBasic | lexer.py | https://raw.githubusercontent.com/richpl/PyBasic/master/lexer.py | https://github.com/richpl/PyBasic |
richpl | PyBasic | program.py | https://raw.githubusercontent.com/richpl/PyBasic/master/program.py | https://github.com/richpl/PyBasic |
libertysoft3 | reddit-html-archiver | fetch_links.py | https://raw.githubusercontent.com/libertysoft3/reddit-html-archiver/master/fetch_links.py | https://github.com/libertysoft3/reddit-html-archiver |
libertysoft3 | reddit-html-archiver | write_html.py | https://raw.githubusercontent.com/libertysoft3/reddit-html-archiver/master/write_html.py | https://github.com/libertysoft3/reddit-html-archiver |
trezor | python-shamir-mnemonic | generate_vectors.py | https://raw.githubusercontent.com/trezor/python-shamir-mnemonic/master/generate_vectors.py | https://github.com/trezor/python-shamir-mnemonic |
trezor | python-shamir-mnemonic | test_shamir.py | https://raw.githubusercontent.com/trezor/python-shamir-mnemonic/master/test_shamir.py | https://github.com/trezor/python-shamir-mnemonic |
gxfxyz | unblockchn | default_config.py | https://raw.githubusercontent.com/gxfxyz/unblockchn/master/default_config.py | https://github.com/gxfxyz/unblockchn |
gxfxyz | unblockchn | unblockchn.py | https://raw.githubusercontent.com/gxfxyz/unblockchn/master/unblockchn.py | https://github.com/gxfxyz/unblockchn |
platisd | duplicate-code-detection-tool | duplicate_code_detection.py | https://raw.githubusercontent.com/platisd/duplicate-code-detection-tool/master/duplicate_code_detection.py | https://github.com/platisd/duplicate-code-detection-tool |
platisd | duplicate-code-detection-tool | run_action.py | https://raw.githubusercontent.com/platisd/duplicate-code-detection-tool/master/run_action.py | https://github.com/platisd/duplicate-code-detection-tool |
yongqyu | MolGAN-pytorch | data_loader.py | https://raw.githubusercontent.com/yongqyu/MolGAN-pytorch/master/data_loader.py | https://github.com/yongqyu/MolGAN-pytorch |
yongqyu | MolGAN-pytorch | layers.py | https://raw.githubusercontent.com/yongqyu/MolGAN-pytorch/master/layers.py | https://github.com/yongqyu/MolGAN-pytorch |
yongqyu | MolGAN-pytorch | main.py | https://raw.githubusercontent.com/yongqyu/MolGAN-pytorch/master/main.py | https://github.com/yongqyu/MolGAN-pytorch |
yongqyu | MolGAN-pytorch | models.py | https://raw.githubusercontent.com/yongqyu/MolGAN-pytorch/master/models.py | https://github.com/yongqyu/MolGAN-pytorch |
yongqyu | MolGAN-pytorch | solver.py | https://raw.githubusercontent.com/yongqyu/MolGAN-pytorch/master/solver.py | https://github.com/yongqyu/MolGAN-pytorch |
yongqyu | MolGAN-pytorch | utils.py | https://raw.githubusercontent.com/yongqyu/MolGAN-pytorch/master/utils.py | https://github.com/yongqyu/MolGAN-pytorch |
msindev | Driver-Drowsiness-Detector | drowsiness_detect.py | https://raw.githubusercontent.com/msindev/Driver-Drowsiness-Detector/master/drowsiness_detect.py | https://github.com/msindev/Driver-Drowsiness-Detector |
msindev | Driver-Drowsiness-Detector | face_and_eye_detector_single_image.py | https://raw.githubusercontent.com/msindev/Driver-Drowsiness-Detector/master/face_and_eye_detector_single_image.py | https://github.com/msindev/Driver-Drowsiness-Detector |
msindev | Driver-Drowsiness-Detector | face_and_eye_detector_webcam_video.py | https://raw.githubusercontent.com/msindev/Driver-Drowsiness-Detector/master/face_and_eye_detector_webcam_video.py | https://github.com/msindev/Driver-Drowsiness-Detector |
xuchenglin28 | speaker_extraction | decode.py | https://raw.githubusercontent.com/xuchenglin28/speaker_extraction/master/decode.py | https://github.com/xuchenglin28/speaker_extraction |
xuchenglin28 | speaker_extraction | extract_feats.py | https://raw.githubusercontent.com/xuchenglin28/speaker_extraction/master/extract_feats.py | https://github.com/xuchenglin28/speaker_extraction |
xuchenglin28 | speaker_extraction | extract_feats_test.py | https://raw.githubusercontent.com/xuchenglin28/speaker_extraction/master/extract_feats_test.py | https://github.com/xuchenglin28/speaker_extraction |
xuchenglin28 | speaker_extraction | train.py | https://raw.githubusercontent.com/xuchenglin28/speaker_extraction/master/train.py | https://github.com/xuchenglin28/speaker_extraction |
izikgo | AnomalyDetectionTransformations | experiments.py | https://raw.githubusercontent.com/izikgo/AnomalyDetectionTransformations/master/experiments.py | https://github.com/izikgo/AnomalyDetectionTransformations |
izikgo | AnomalyDetectionTransformations | intuition_experiments.py | https://raw.githubusercontent.com/izikgo/AnomalyDetectionTransformations/master/intuition_experiments.py | https://github.com/izikgo/AnomalyDetectionTransformations |
izikgo | AnomalyDetectionTransformations | multiclass_experiment.py | https://raw.githubusercontent.com/izikgo/AnomalyDetectionTransformations/master/multiclass_experiment.py | https://github.com/izikgo/AnomalyDetectionTransformations |
izikgo | AnomalyDetectionTransformations | transformations.py | https://raw.githubusercontent.com/izikgo/AnomalyDetectionTransformations/master/transformations.py | https://github.com/izikgo/AnomalyDetectionTransformations |
izikgo | AnomalyDetectionTransformations | utils.py | https://raw.githubusercontent.com/izikgo/AnomalyDetectionTransformations/master/utils.py | https://github.com/izikgo/AnomalyDetectionTransformations |
alex04072000 | CyclicGen | 1_move_files.py | https://raw.githubusercontent.com/alex04072000/CyclicGen/master/1_move_files.py | https://github.com/alex04072000/CyclicGen |
alex04072000 | CyclicGen | 2_filter_psnr.py | https://raw.githubusercontent.com/alex04072000/CyclicGen/master/2_filter_psnr.py | https://github.com/alex04072000/CyclicGen |
alex04072000 | CyclicGen | CyclicGen_model.py | https://raw.githubusercontent.com/alex04072000/CyclicGen/master/CyclicGen_model.py | https://github.com/alex04072000/CyclicGen |
alex04072000 | CyclicGen | CyclicGen_model_large.py | https://raw.githubusercontent.com/alex04072000/CyclicGen/master/CyclicGen_model_large.py | https://github.com/alex04072000/CyclicGen |
alex04072000 | CyclicGen | CyclicGen_train_stage1.py | https://raw.githubusercontent.com/alex04072000/CyclicGen/master/CyclicGen_train_stage1.py | https://github.com/alex04072000/CyclicGen |
alex04072000 | CyclicGen | CyclicGen_train_stage2.py | https://raw.githubusercontent.com/alex04072000/CyclicGen/master/CyclicGen_train_stage2.py | https://github.com/alex04072000/CyclicGen |
alex04072000 | CyclicGen | run.py | https://raw.githubusercontent.com/alex04072000/CyclicGen/master/run.py | https://github.com/alex04072000/CyclicGen |
alex04072000 | CyclicGen | vgg16.py | https://raw.githubusercontent.com/alex04072000/CyclicGen/master/vgg16.py | https://github.com/alex04072000/CyclicGen |
xiaochus | Deep-Reinforcement-Learning-Practice | A3C_sparse.py | https://raw.githubusercontent.com/xiaochus/Deep-Reinforcement-Learning-Practice/master/A3C_sparse.py | https://github.com/xiaochus/Deep-Reinforcement-Learning-Practice |
xiaochus | Deep-Reinforcement-Learning-Practice | AC_continue.py | https://raw.githubusercontent.com/xiaochus/Deep-Reinforcement-Learning-Practice/master/AC_continue.py | https://github.com/xiaochus/Deep-Reinforcement-Learning-Practice |
xiaochus | Deep-Reinforcement-Learning-Practice | AC_sparse.py | https://raw.githubusercontent.com/xiaochus/Deep-Reinforcement-Learning-Practice/master/AC_sparse.py | https://github.com/xiaochus/Deep-Reinforcement-Learning-Practice |
xiaochus | Deep-Reinforcement-Learning-Practice | DDPG.py | https://raw.githubusercontent.com/xiaochus/Deep-Reinforcement-Learning-Practice/master/DDPG.py | https://github.com/xiaochus/Deep-Reinforcement-Learning-Practice |
xiaochus | Deep-Reinforcement-Learning-Practice | DQN.py | https://raw.githubusercontent.com/xiaochus/Deep-Reinforcement-Learning-Practice/master/DQN.py | https://github.com/xiaochus/Deep-Reinforcement-Learning-Practice |
xiaochus | Deep-Reinforcement-Learning-Practice | DRL.py | https://raw.githubusercontent.com/xiaochus/Deep-Reinforcement-Learning-Practice/master/DRL.py | https://github.com/xiaochus/Deep-Reinforcement-Learning-Practice |
xiaochus | Deep-Reinforcement-Learning-Practice | DoubleDQN.py | https://raw.githubusercontent.com/xiaochus/Deep-Reinforcement-Learning-Practice/master/DoubleDQN.py | https://github.com/xiaochus/Deep-Reinforcement-Learning-Practice |
xiaochus | Deep-Reinforcement-Learning-Practice | DuelingDQN.py | https://raw.githubusercontent.com/xiaochus/Deep-Reinforcement-Learning-Practice/master/DuelingDQN.py | https://github.com/xiaochus/Deep-Reinforcement-Learning-Practice |
xiaochus | Deep-Reinforcement-Learning-Practice | NatureDQN.py | https://raw.githubusercontent.com/xiaochus/Deep-Reinforcement-Learning-Practice/master/NatureDQN.py | https://github.com/xiaochus/Deep-Reinforcement-Learning-Practice |
xiaochus | Deep-Reinforcement-Learning-Practice | PPO_TF.py | https://raw.githubusercontent.com/xiaochus/Deep-Reinforcement-Learning-Practice/master/PPO_TF.py | https://github.com/xiaochus/Deep-Reinforcement-Learning-Practice |
xiaochus | Deep-Reinforcement-Learning-Practice | PolicyNetwork.py | https://raw.githubusercontent.com/xiaochus/Deep-Reinforcement-Learning-Practice/master/PolicyNetwork.py | https://github.com/xiaochus/Deep-Reinforcement-Learning-Practice |
KrisKorrel | sparsemax-pytorch | sparsemax.py | https://raw.githubusercontent.com/KrisKorrel/sparsemax-pytorch/master/sparsemax.py | https://github.com/KrisKorrel/sparsemax-pytorch |
WeibinMeng | FT-Tree | aggregateTemplate.py | https://raw.githubusercontent.com/WeibinMeng/FT-Tree/master/aggregateTemplate.py | https://github.com/WeibinMeng/FT-Tree |
WeibinMeng | FT-Tree | countFreTemplates.py | https://raw.githubusercontent.com/WeibinMeng/FT-Tree/master/countFreTemplates.py | https://github.com/WeibinMeng/FT-Tree |
WeibinMeng | FT-Tree | ft_tree.py | https://raw.githubusercontent.com/WeibinMeng/FT-Tree/master/ft_tree.py | https://github.com/WeibinMeng/FT-Tree |
WeibinMeng | FT-Tree | log_formatter.py | https://raw.githubusercontent.com/WeibinMeng/FT-Tree/master/log_formatter.py | https://github.com/WeibinMeng/FT-Tree |
WeibinMeng | FT-Tree | main_match.py | https://raw.githubusercontent.com/WeibinMeng/FT-Tree/master/main_match.py | https://github.com/WeibinMeng/FT-Tree |
WeibinMeng | FT-Tree | main_train.py | https://raw.githubusercontent.com/WeibinMeng/FT-Tree/master/main_train.py | https://github.com/WeibinMeng/FT-Tree |
WeibinMeng | FT-Tree | matchTemplate.py | https://raw.githubusercontent.com/WeibinMeng/FT-Tree/master/matchTemplate.py | https://github.com/WeibinMeng/FT-Tree |
WeibinMeng | FT-Tree | orderWords.py | https://raw.githubusercontent.com/WeibinMeng/FT-Tree/master/orderWords.py | https://github.com/WeibinMeng/FT-Tree |
WeibinMeng | FT-Tree | splitTimeWindows.py | https://raw.githubusercontent.com/WeibinMeng/FT-Tree/master/splitTimeWindows.py | https://github.com/WeibinMeng/FT-Tree |
nsacyber | BAM | ProcessPools.py | https://raw.githubusercontent.com/nsacyber/BAM/master/ProcessPools.py | https://github.com/nsacyber/BAM |
nsacyber | BAM | globs.py | https://raw.githubusercontent.com/nsacyber/BAM/master/globs.py | https://github.com/nsacyber/BAM |
nsacyber | BAM | main.py | https://raw.githubusercontent.com/nsacyber/BAM/master/main.py | https://github.com/nsacyber/BAM |
nsacyber | BAM | wuam.py | https://raw.githubusercontent.com/nsacyber/BAM/master/wuam.py | https://github.com/nsacyber/BAM |
nsacyber | BAM | wuapis.py | https://raw.githubusercontent.com/nsacyber/BAM/master/wuapis.py | https://github.com/nsacyber/BAM |
kastiglione | swift_po | spo.py | https://raw.githubusercontent.com/kastiglione/swift_po/master/spo.py | https://github.com/kastiglione/swift_po |
whitequark | kicad-boardview | __init__.py | https://raw.githubusercontent.com/whitequark/kicad-boardview/main/__init__.py | https://github.com/whitequark/kicad-boardview |
whitequark | kicad-boardview | pcbnew2boardview.py | https://raw.githubusercontent.com/whitequark/kicad-boardview/main/pcbnew2boardview.py | https://github.com/whitequark/kicad-boardview |
acolomba | blackvuesync | blackvuesync.py | https://raw.githubusercontent.com/acolomba/blackvuesync/main/blackvuesync.py | https://github.com/acolomba/blackvuesync |
shawze | IPTV | Conv_xls2other.py | https://raw.githubusercontent.com/shawze/IPTV/master/Conv_xls2other.py | https://github.com/shawze/IPTV |
rokid | ELMo-chinese | recursive_cut.py | https://raw.githubusercontent.com/rokid/ELMo-chinese/master/recursive_cut.py | https://github.com/rokid/ELMo-chinese |
rokid | ELMo-chinese | usage_token.py | https://raw.githubusercontent.com/rokid/ELMo-chinese/master/usage_token.py | https://github.com/rokid/ELMo-chinese |
turicas | eleicoes-brasil | extractors.py | https://raw.githubusercontent.com/turicas/eleicoes-brasil/master/extractors.py | https://github.com/turicas/eleicoes-brasil |
turicas | eleicoes-brasil | filiacao_download.py | https://raw.githubusercontent.com/turicas/eleicoes-brasil/master/filiacao_download.py | https://github.com/turicas/eleicoes-brasil |
turicas | eleicoes-brasil | filiacao_parse.py | https://raw.githubusercontent.com/turicas/eleicoes-brasil/master/filiacao_parse.py | https://github.com/turicas/eleicoes-brasil |
turicas | eleicoes-brasil | fotos.py | https://raw.githubusercontent.com/turicas/eleicoes-brasil/master/fotos.py | https://github.com/turicas/eleicoes-brasil |
turicas | eleicoes-brasil | socio.py | https://raw.githubusercontent.com/turicas/eleicoes-brasil/master/socio.py | https://github.com/turicas/eleicoes-brasil |
turicas | eleicoes-brasil | tests.py | https://raw.githubusercontent.com/turicas/eleicoes-brasil/master/tests.py | https://github.com/turicas/eleicoes-brasil |
turicas | eleicoes-brasil | tse.py | https://raw.githubusercontent.com/turicas/eleicoes-brasil/master/tse.py | https://github.com/turicas/eleicoes-brasil |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.