Skip to content
View tairtahar's full-sized avatar
  • Tel-Aviv
Block or Report

Block or report tairtahar

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. reverse_curriculum_vicinity_learning reverse_curriculum_vicinity_learning Public

    Reverse Curriculum Vicinity Learning: Reinforcement Hierarchical algorithm for solving complex RL tasks.

    Python 1 1

  2. batchnorm batchnorm Public

    Batch normalization from scratch on LeNet using tensorflow.keras on mnist dataset. The goal is to learn and characterize batch normalization's impact on the NN performance.

    Python

  3. LGBT_sentiment_analysis LGBT_sentiment_analysis Public

    Tweets sentiment analysis for LGBT public opinion during pride month compared to other times.

    Jupyter Notebook 1

  4. IDBSCAN IDBSCAN Public

    Intersection DBSCAN (I-DBSCAN) is a variant of DBSCAN, a clustering algorithm that allows capturing amorphic-shaped clusters by density calculation algorithm. I-DBSCAN allows applying DBSCAN on lar…

    Scilab

  5. Reinforce Reinforce Public

    Reinforce is a gradient-based Reinforcement Learning algorithm used for policy learning. It can be applied to both continuous and discrete environments.

    Jupyter Notebook

  6. ring_classification ring_classification Public

    Ring Quality classification - tensorflow based CNN

    Python