Skip to content
View alperyeg's full-sized avatar
:electron:
Charging
:electron:
Charging

Organizations

@INM-6 @Meta-optimization
Block or Report

Block or report alperyeg

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. alperyeg.github.io alperyeg.github.io Public

    TeX

  2. enkf-dnn-lod2020 enkf-dnn-lod2020 Public

    Software Repository accompanying the paper "Ensemble Kalman Filter optimizing Deep NeuralNetworks: An alternative approach to non-performing Gradient Descent"

    Python 9 4

  3. L2L L2L Public

    Forked from IGITUGraz/L2L

    Learning to Learn: Gradient-free Optimization framework

    Python 1 1

  4. spiking_GANs spiking_GANs Public

    GANs producing spiketrains

    Python 1

  5. MachineLearning MachineLearning Public

    Examples and implementations of methods and applications in Machine Learning

    Python 2

  6. Loading MNIST dataset with scikit learn Loading MNIST dataset with scikit learn
    1
    from sklearn.datasets import fetch_openml
    2
    from sklearn.utils import check_random_state
    3
    from sklearn.model_selection import train_test_split
    4
    from sklearn.preprocessing import StandardScaler
    5