Skip to content
View Yasaminrahimi's full-sized avatar
Block or Report

Block or report Yasaminrahimi

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

Popular repositories Loading

  1. k-means k-means Public

    In this project I write K-means algorithm for image segmentation. Image was uploaded, and I used just the properties of this image (450*300 pixel) but you can changed it. Report is in Persian langu…

    Python 1

  2. backpropagation backpropagation Public

    Python

  3. Hopfield Hopfield Public

    Python

  4. perceptron perceptron Public

    In this project I write Perceptron algorithm for character recognition , This is one layer deep learning algorithm which find the suitable weight for each character to predict noisy character which…

    Python 1

  5. SOM SOM Public

    In this project I write SOM(Self-Organazing-Map) Algorithm for Character recognition(There was 7 character and for each one 3 different example in train data). this Algorithm is competitive Algorit…

    Python 2

  6. Content-Based-Recommendation Content-Based-Recommendation Public

    I used Cosine similarity measure in this algorithm.