repo_name stringlengths 6 103 | path stringlengths 4 209 | copies stringclasses 325
values | size stringlengths 4 7 | content stringlengths 838 1.04M | license stringclasses 15
values |
|---|---|---|---|---|---|
kastnerkyle/pylearn2 | pylearn2/scripts/datasets/make_mnistplus.py | 5 | 8862 | """
Script to generate the MNIST+ dataset. The purpose of this dataset is to make a
more challenging MNIST-like dataset, with multiple factors of variation. These
factors can serve to evaluate a model's performance at learning invariant
features, or its ability to disentangle factors of variation in a multi-task
classi... | bsd-3-clause |
nicproulx/mne-python | tutorials/plot_brainstorm_auditory.py | 3 | 16597 | # -*- coding: utf-8 -*-
"""
====================================
Brainstorm auditory tutorial dataset
====================================
Here we compute the evoked from raw for the auditory Brainstorm
tutorial dataset. For comparison, see [1]_ and:
http://neuroimage.usc.edu/brainstorm/Tutorials/Auditory
Experi... | bsd-3-clause |
alvarouc/polyssifier | polyssifier/poly_utils.py | 1 | 10338 | from sklearn.neighbors import KNeighborsClassifier
from sklearn.svm import LinearSVC, SVC
from sklearn.tree import DecisionTreeClassifier
from sklearn.ensemble import RandomForestClassifier
from sklearn.linear_model import (LogisticRegression,
LinearRegression,
... | gpl-2.0 |
UMWRG/HydraPlatform | HydraServer/python/HydraServer/plugins/timeseries_functions.py | 2 | 5406 | # (c) Copyright 2013, 2014, University of Manchester
#
# HydraPlatform is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# HydraPlatfor... | gpl-3.0 |
kastnerkyle/pylearn2 | pylearn2/scripts/datasets/step_through_small_norb.py | 49 | 3123 | #! /usr/bin/env python
"""
A script for sequentially stepping through SmallNORB, viewing each image and
its label.
Intended as a demonstration of how to iterate through NORB images,
and as a way of testing SmallNORB's StereoViewConverter.
If you just want an image viewer, consider
pylearn2/scripts/show_binocular_gra... | bsd-3-clause |
OpenMined/PySyft | benchmarks/macro_executor.py | 1 | 3935 | # stdlib
from datetime import date
import json
import os
from pathlib import Path
import subprocess
from time import time
from typing import Dict
from typing import List
from typing import Optional
from typing import Tuple
# third party
import pyarrow.parquet as pq
# syft absolute
import syft as sy
from syft.core.adp... | apache-2.0 |
shangwuhencc/scikit-learn | sklearn/gaussian_process/tests/test_gaussian_process.py | 265 | 6813 | """
Testing for Gaussian Process module (sklearn.gaussian_process)
"""
# Author: Vincent Dubourg <vincent.dubourg@gmail.com>
# Licence: BSD 3 clause
from nose.tools import raises
from nose.tools import assert_true
import numpy as np
from sklearn.gaussian_process import GaussianProcess
from sklearn.gaussian_process ... | bsd-3-clause |
lakshayg/tensorflow | tensorflow/contrib/slim/python/slim/data/dataset_data_provider.py | 53 | 4253 | # Copyright 2016 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applica... | apache-2.0 |
wavycloud/pyboto3 | pyboto3/glue.py | 1 | 692979 | "'''\n\nThe MIT License (MIT)\n\nCopyright (c) 2016 WavyCloud\n\nPermission is hereby granted, free (...TRUNCATED) | mit |
shangwuhencc/scikit-learn | examples/linear_model/plot_ransac.py | 249 | 1673 | "\"\"\"\n===========================================\nRobust linear model estimation using RANSAC\n=(...TRUNCATED) | bsd-3-clause |
End of preview. Expand in Data Studio
No dataset card yet
- Downloads last month
- 3