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

Block or report CoderSimilar

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

    C 2

  2. SimpleDouyin SimpleDouyin Public

    第六届青训营暑期项目

    Go 2 4

  3. CS-Books CS-Books Public

    Forked from forthespada/CS-Books

    🔥🔥超过1000本的计算机经典书籍、个人笔记资料以及本人在各平台发表文章中所涉及的资源等。书籍资源包括C/C++、Java、Python、Go语言、数据结构与算法、操作系统、后端架构、计算机系统知识、数据库、计算机网络、设计模式、前端、汇编以及校招社招各种面经~

    1

  4. AI-for-Keras AI-for-Keras Public

    Forked from eastmountyxz/AI-for-Keras

    本系列代码主要是作者Python人工智能之Keras的系列博客,涉及回归神经网络、CNN、RNN、LSTM等内容。基础性代码,希望对您有所帮助。

    Python

  5. keras_bert_text_classification keras_bert_text_classification Public

    Forked from percent4/keras_bert_text_classification

    本项目采用Keras和Keras-bert实现文本多分类任务,对BERT进行微调。

    Python

  6. EightQueensAndPuzzle EightQueensAndPuzzle Public

    Forked from HYPJUDY/EightQueensAndPuzzle

    Generate a large number of 8-puzzle and 8-queens instances and solve them by hill climbing (steepest-ascent and first-choice variants), hill climbing with random restart, and simulated annealing. M…

    Python