Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
@hsahovic
hsahovic
Follow
View hsahovic's full-sized avatar

Haris Sahovic hsahovic

Machine Learning @ Delf Research

Highlights

  • Pro

Block or report hsahovic

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more aboutblocking 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 aboutreporting abuse.

Report abuse

PinnedLoading

  1. poke-envpoke-envPublic

    A python interface for training Reinforcement Learning bots to battle on pokemon showdown

    Python 319 107

  2. Speech-to-mathsSpeech-to-mathsPublic

    Speech-recognition for Latex generation

    CSS 6 2

  3. Pokemon-ShowdownPokemon-ShowdownPublic

    Forked fromsmogon/pokemon-showdown

    Pokemon-Showdown fork optimized for RL training performance.

    TypeScript 11 7

  4. This function takes a tensorflow dat...This function takes a tensorflow dataset and returns a corresponding dataset implementing cutmix
    1
    deftf_ds_cutmix(ds,shuffling=1024):
    2
    ds_shuffled=ds.shuffle(shuffling)
    3
    4
    defcutmix(p1,p2):
    5
    img_1,label_1=p1
  5. This snippet was used to recover a p...This snippet was used to recover a proper keras model from a saved model which contained a submodel (ie., one of its layers was actually another model), in order to apply model optimization a posteriori (quantization, pruning). It can be extended to handle more type of layers.
    1
    fromtensorflow.keras.modelsimportSequential
    2
    importtensorflow.keras.layersaskeras_layers
    3
    4
    5
    clone=Sequential()
  6. A custom tensorflow / keras loss imp...A custom tensorflow / keras loss implementing OHEM (https://arxiv.org/abs/1604.03540) with cross-entropy.
    1
    importtensorflowastf
    2
    fromtensorflow.keras.lossesimportcategorical_crossentropy
    3
    4
    @tf.function
    5
    defohem_crossentropy_loss(y_true,y_pred):

[8]ページ先頭

©2009-2025 Movatter.jp