repo_owner stringlengths 2 39 | repo_name stringlengths 1 100 | file_path stringlengths 4 120 | file_url stringlengths 51 219 |
|---|---|---|---|
rrlyman | PythonMachineLearningExamples | p177_k_fold_cross_validation.py | https://raw.githubusercontent.com/rrlyman/PythonMachineLearningExamples/master/p177_k_fold_cross_validation.py |
rrlyman | PythonMachineLearningExamples | p181_learning_curves.py | https://raw.githubusercontent.com/rrlyman/PythonMachineLearningExamples/master/p181_learning_curves.py |
rrlyman | PythonMachineLearningExamples | p186_grid_search.py | https://raw.githubusercontent.com/rrlyman/PythonMachineLearningExamples/master/p186_grid_search.py |
rrlyman | PythonMachineLearningExamples | p189_nested_cross_validation.py | https://raw.githubusercontent.com/rrlyman/PythonMachineLearningExamples/master/p189_nested_cross_validation.py |
rrlyman | PythonMachineLearningExamples | p190_confusion_matrix.py | https://raw.githubusercontent.com/rrlyman/PythonMachineLearningExamples/master/p190_confusion_matrix.py |
rrlyman | PythonMachineLearningExamples | p193_model_precision_recall.py | https://raw.githubusercontent.com/rrlyman/PythonMachineLearningExamples/master/p193_model_precision_recall.py |
rrlyman | PythonMachineLearningExamples | p194_receiver_operating_characteristic.py | https://raw.githubusercontent.com/rrlyman/PythonMachineLearningExamples/master/p194_receiver_operating_characteristic.py |
rrlyman | PythonMachineLearningExamples | p206_majority_vote_classifier.py | https://raw.githubusercontent.com/rrlyman/PythonMachineLearningExamples/master/p206_majority_vote_classifier.py |
rrlyman | PythonMachineLearningExamples | p221_bagging_bootstrap_samples.py | https://raw.githubusercontent.com/rrlyman/PythonMachineLearningExamples/master/p221_bagging_bootstrap_samples.py |
rrlyman | PythonMachineLearningExamples | p229_adaboost.py | https://raw.githubusercontent.com/rrlyman/PythonMachineLearningExamples/master/p229_adaboost.py |
rrlyman | PythonMachineLearningExamples | p25_perceptron.py | https://raw.githubusercontent.com/rrlyman/PythonMachineLearningExamples/master/p25_perceptron.py |
rrlyman | PythonMachineLearningExamples | p314_k_means.py | https://raw.githubusercontent.com/rrlyman/PythonMachineLearningExamples/master/p314_k_means.py |
rrlyman | PythonMachineLearningExamples | p322_silhouette_plots.py | https://raw.githubusercontent.com/rrlyman/PythonMachineLearningExamples/master/p322_silhouette_plots.py |
rrlyman | PythonMachineLearningExamples | p330_dendrogram.py | https://raw.githubusercontent.com/rrlyman/PythonMachineLearningExamples/master/p330_dendrogram.py |
rrlyman | PythonMachineLearningExamples | p356_neural_net.py | https://raw.githubusercontent.com/rrlyman/PythonMachineLearningExamples/master/p356_neural_net.py |
rrlyman | PythonMachineLearningExamples | p36_adaline_gd.py | https://raw.githubusercontent.com/rrlyman/PythonMachineLearningExamples/master/p36_adaline_gd.py |
rrlyman | PythonMachineLearningExamples | p411_keras.py | https://raw.githubusercontent.com/rrlyman/PythonMachineLearningExamples/master/p411_keras.py |
rrlyman | PythonMachineLearningExamples | p44_adaline_sgd.py | https://raw.githubusercontent.com/rrlyman/PythonMachineLearningExamples/master/p44_adaline_sgd.py |
rrlyman | PythonMachineLearningExamples | p51_standard_scalar.py | https://raw.githubusercontent.com/rrlyman/PythonMachineLearningExamples/master/p51_standard_scalar.py |
rrlyman | PythonMachineLearningExamples | p62_logistic_regression.py | https://raw.githubusercontent.com/rrlyman/PythonMachineLearningExamples/master/p62_logistic_regression.py |
rrlyman | PythonMachineLearningExamples | p73_support_vector_machine.py | https://raw.githubusercontent.com/rrlyman/PythonMachineLearningExamples/master/p73_support_vector_machine.py |
rrlyman | PythonMachineLearningExamples | p75_xor_dataset.py | https://raw.githubusercontent.com/rrlyman/PythonMachineLearningExamples/master/p75_xor_dataset.py |
rrlyman | PythonMachineLearningExamples | p78_support_vector_machine_gamma.py | https://raw.githubusercontent.com/rrlyman/PythonMachineLearningExamples/master/p78_support_vector_machine_gamma.py |
rrlyman | PythonMachineLearningExamples | p86_decision_tree.py | https://raw.githubusercontent.com/rrlyman/PythonMachineLearningExamples/master/p86_decision_tree.py |
rrlyman | PythonMachineLearningExamples | p94_knearest_neighbors.py | https://raw.githubusercontent.com/rrlyman/PythonMachineLearningExamples/master/p94_knearest_neighbors.py |
rrlyman | PythonMachineLearningExamples | q0_simple_e13b_display.py | https://raw.githubusercontent.com/rrlyman/PythonMachineLearningExamples/master/q0_simple_e13b_display.py |
rrlyman | PythonMachineLearningExamples | q1_database_statistics.py | https://raw.githubusercontent.com/rrlyman/PythonMachineLearningExamples/master/q1_database_statistics.py |
rrlyman | PythonMachineLearningExamples | q2_tensorflow_mnist.py | https://raw.githubusercontent.com/rrlyman/PythonMachineLearningExamples/master/q2_tensorflow_mnist.py |
rrlyman | PythonMachineLearningExamples | q3_removing_affine_distortion.py | https://raw.githubusercontent.com/rrlyman/PythonMachineLearningExamples/master/q3_removing_affine_distortion.py |
rrlyman | PythonMachineLearningExamples | q4_Theano_mlp.py | https://raw.githubusercontent.com/rrlyman/PythonMachineLearningExamples/master/q4_Theano_mlp.py |
rrlyman | PythonMachineLearningExamples | q5_tensorflow_residual.py | https://raw.githubusercontent.com/rrlyman/PythonMachineLearningExamples/master/q5_tensorflow_residual.py |
rrlyman | PythonMachineLearningExamples | q6_tensorflow_residual3x4.py | https://raw.githubusercontent.com/rrlyman/PythonMachineLearningExamples/master/q6_tensorflow_residual3x4.py |
rrlyman | PythonMachineLearningExamples | q7_theano_gpu_test.py | https://raw.githubusercontent.com/rrlyman/PythonMachineLearningExamples/master/q7_theano_gpu_test.py |
rrlyman | PythonMachineLearningExamples | q8_tika.py | https://raw.githubusercontent.com/rrlyman/PythonMachineLearningExamples/master/q8_tika.py |
v-v | BiDNN | bidnn.py | https://raw.githubusercontent.com/v-v/BiDNN/master/bidnn.py |
withwsf | DIDI | data_prepare.py | https://raw.githubusercontent.com/withwsf/DIDI/master/data_prepare.py |
withwsf | DIDI | feature_transformation.py | https://raw.githubusercontent.com/withwsf/DIDI/master/feature_transformation.py |
withwsf | DIDI | function.py | https://raw.githubusercontent.com/withwsf/DIDI/master/function.py |
withwsf | DIDI | predict.py | https://raw.githubusercontent.com/withwsf/DIDI/master/predict.py |
elvinpoon | tensorflow-CWS-LSTM | inference.py | https://raw.githubusercontent.com/elvinpoon/tensorflow-CWS-LSTM/master/inference.py |
elvinpoon | tensorflow-CWS-LSTM | model_lstm_build.py | https://raw.githubusercontent.com/elvinpoon/tensorflow-CWS-LSTM/master/model_lstm_build.py |
elvinpoon | tensorflow-CWS-LSTM | model_seg+pos.py | https://raw.githubusercontent.com/elvinpoon/tensorflow-CWS-LSTM/master/model_seg+pos.py |
elvinpoon | tensorflow-CWS-LSTM | utils.py | https://raw.githubusercontent.com/elvinpoon/tensorflow-CWS-LSTM/master/utils.py |
mechaphish | pov_fuzzing | main_type1.py | https://raw.githubusercontent.com/mechaphish/pov_fuzzing/master/main_type1.py |
mechaphish | pov_fuzzing | main_type2.py | https://raw.githubusercontent.com/mechaphish/pov_fuzzing/master/main_type2.py |
salmg | TokenGet | TokenGet.py | https://raw.githubusercontent.com/salmg/TokenGet/master/TokenGet.py |
ehoppmann | mlocate-web | app.py | https://raw.githubusercontent.com/ehoppmann/mlocate-web/master/app.py |
microelly2 | freecad-nurbs | InitGui.py | https://raw.githubusercontent.com/microelly2/freecad-nurbs/master/InitGui.py |
puneetsngh | pythonSkypeBot | main.py | https://raw.githubusercontent.com/puneetsngh/pythonSkypeBot/master/main.py |
plt-tud | opc_ua_xml_export_client | NodeXmlExporter.py | https://raw.githubusercontent.com/plt-tud/opc_ua_xml_export_client/master/NodeXmlExporter.py |
plt-tud | opc_ua_xml_export_client | XmlExporter.py | https://raw.githubusercontent.com/plt-tud/opc_ua_xml_export_client/master/XmlExporter.py |
multiangle | HillaryEmailAnalysis | SocialNetwork.py | https://raw.githubusercontent.com/multiangle/HillaryEmailAnalysis/master/SocialNetwork.py |
multiangle | HillaryEmailAnalysis | getContents.py | https://raw.githubusercontent.com/multiangle/HillaryEmailAnalysis/master/getContents.py |
multiangle | HillaryEmailAnalysis | main.py | https://raw.githubusercontent.com/multiangle/HillaryEmailAnalysis/master/main.py |
ameygat | githuballrepo | git_all_repos.py | https://raw.githubusercontent.com/ameygat/githuballrepo/master/git_all_repos.py |
annafeit | motion-capture-labeling | Take.py | https://raw.githubusercontent.com/annafeit/motion-capture-labeling/master/Take.py |
annafeit | motion-capture-labeling | helper.py | https://raw.githubusercontent.com/annafeit/motion-capture-labeling/master/helper.py |
annafeit | motion-capture-labeling | labelMoCapDB.py | https://raw.githubusercontent.com/annafeit/motion-capture-labeling/master/labelMoCapDB.py |
annafeit | motion-capture-labeling | mocapMarker.py | https://raw.githubusercontent.com/annafeit/motion-capture-labeling/master/mocapMarker.py |
annafeit | motion-capture-labeling | skeleton.py | https://raw.githubusercontent.com/annafeit/motion-capture-labeling/master/skeleton.py |
afzal442 | Real-Time_Vehicle_Detection-as-Simple | Vehicles_detection.py | https://raw.githubusercontent.com/afzal442/Real-Time_Vehicle_Detection-as-Simple/master/Vehicles_detection.py |
gcucurull | neural-art-transfer | losses.py | https://raw.githubusercontent.com/gcucurull/neural-art-transfer/master/losses.py |
gcucurull | neural-art-transfer | style-transf.py | https://raw.githubusercontent.com/gcucurull/neural-art-transfer/master/style-transf.py |
jmathai | amnesia | amnesia.py | https://raw.githubusercontent.com/jmathai/amnesia/master/amnesia.py |
apockill | CritterEvolution | SimGame.py | https://raw.githubusercontent.com/apockill/CritterEvolution/master/SimGame.py |
adafruit | Raspberry-Pi-Pokemon-Detector | adapokefinder.py | https://raw.githubusercontent.com/adafruit/Raspberry-Pi-Pokemon-Detector/master/adapokefinder.py |
chengjunwen | spp_net | data_input.py | https://raw.githubusercontent.com/chengjunwen/spp_net/master/data_input.py |
chengjunwen | spp_net | read_data.py | https://raw.githubusercontent.com/chengjunwen/spp_net/master/read_data.py |
chengjunwen | spp_net | spp_layer.py | https://raw.githubusercontent.com/chengjunwen/spp_net/master/spp_layer.py |
chengjunwen | spp_net | spp_net.py | https://raw.githubusercontent.com/chengjunwen/spp_net/master/spp_net.py |
chengjunwen | spp_net | train_sppnet.py | https://raw.githubusercontent.com/chengjunwen/spp_net/master/train_sppnet.py |
ThisIsAmir | TweenRoBot | bot.py | https://raw.githubusercontent.com/ThisIsAmir/TweenRoBot/master/bot.py |
sky-uk | bslint | filepaths.py | https://raw.githubusercontent.com/sky-uk/bslint/master/filepaths.py |
somewacko | deep-features-video | extract_features.py | https://raw.githubusercontent.com/somewacko/deep-features-video/master/extract_features.py |
khpeek | Q-learning-Hanoi | hanoi.py | https://raw.githubusercontent.com/khpeek/Q-learning-Hanoi/master/hanoi.py |
magonzalezc | PSNRtool | imageReader.py | https://raw.githubusercontent.com/magonzalezc/PSNRtool/master/imageReader.py |
magonzalezc | PSNRtool | main.py | https://raw.githubusercontent.com/magonzalezc/PSNRtool/master/main.py |
magonzalezc | PSNRtool | psnr.py | https://raw.githubusercontent.com/magonzalezc/PSNRtool/master/psnr.py |
loliverhennigh | Variational-autoencoder-tricks-and-tips | layer_def.py | https://raw.githubusercontent.com/loliverhennigh/Variational-autoencoder-tricks-and-tips/master/layer_def.py |
loliverhennigh | Variational-autoencoder-tricks-and-tips | main.py | https://raw.githubusercontent.com/loliverhennigh/Variational-autoencoder-tricks-and-tips/master/main.py |
loliverhennigh | Variational-autoencoder-tricks-and-tips | main_all_conv.py | https://raw.githubusercontent.com/loliverhennigh/Variational-autoencoder-tricks-and-tips/master/main_all_conv.py |
whtsky | mala | mala.py | https://raw.githubusercontent.com/whtsky/mala/master/mala.py |
ahmetgurel | PythonForSecurity | PortScanningWithNmap.py | https://raw.githubusercontent.com/ahmetgurel/PythonForSecurity/master/PortScanningWithNmap.py |
atodorov | mutation-testing-in-patterns | conf.py | https://raw.githubusercontent.com/atodorov/mutation-testing-in-patterns/master/conf.py |
sknepal | PacktPub-grabber | packtpub-grabber.py | https://raw.githubusercontent.com/sknepal/PacktPub-grabber/master/packtpub-grabber.py |
ctralie | GeometricCoverSongs | AudioIO.py | https://raw.githubusercontent.com/ctralie/GeometricCoverSongs/master/AudioIO.py |
ctralie | GeometricCoverSongs | BatchCollection.py | https://raw.githubusercontent.com/ctralie/GeometricCoverSongs/master/BatchCollection.py |
ctralie | GeometricCoverSongs | BlockWindowFeatures.py | https://raw.githubusercontent.com/ctralie/GeometricCoverSongs/master/BlockWindowFeatures.py |
ctralie | GeometricCoverSongs | CSMSSMTools.py | https://raw.githubusercontent.com/ctralie/GeometricCoverSongs/master/CSMSSMTools.py |
ctralie | GeometricCoverSongs | Chroma.py | https://raw.githubusercontent.com/ctralie/GeometricCoverSongs/master/Chroma.py |
ctralie | GeometricCoverSongs | Covers1000.py | https://raw.githubusercontent.com/ctralie/GeometricCoverSongs/master/Covers1000.py |
ctralie | GeometricCoverSongs | Covers80.py | https://raw.githubusercontent.com/ctralie/GeometricCoverSongs/master/Covers80.py |
ctralie | GeometricCoverSongs | CurvatureTools.py | https://raw.githubusercontent.com/ctralie/GeometricCoverSongs/master/CurvatureTools.py |
ctralie | GeometricCoverSongs | DissertationFigures.py | https://raw.githubusercontent.com/ctralie/GeometricCoverSongs/master/DissertationFigures.py |
ctralie | GeometricCoverSongs | EvalStatistics.py | https://raw.githubusercontent.com/ctralie/GeometricCoverSongs/master/EvalStatistics.py |
ctralie | GeometricCoverSongs | MFCC.py | https://raw.githubusercontent.com/ctralie/GeometricCoverSongs/master/MFCC.py |
ctralie | GeometricCoverSongs | MIREX.py | https://raw.githubusercontent.com/ctralie/GeometricCoverSongs/master/MIREX.py |
ctralie | GeometricCoverSongs | Onsets.py | https://raw.githubusercontent.com/ctralie/GeometricCoverSongs/master/Onsets.py |
ctralie | GeometricCoverSongs | ParallelAlgorithms.py | https://raw.githubusercontent.com/ctralie/GeometricCoverSongs/master/ParallelAlgorithms.py |
ctralie | GeometricCoverSongs | SHSDataset.py | https://raw.githubusercontent.com/ctralie/GeometricCoverSongs/master/SHSDataset.py |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.