登录
首页 » python » 常用的5大算法

常用的5大算法

于 2022-10-20 发布 文件大小:9.22 kB
0 143
下载积分: 2 下载次数: 1

代码说明:

整理搜集的用python实现的5大算法,贪婪算法回溯法动态规划分治法分枝界限法

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • UOWC-master
    说明:  commuication python uwoc
    2020-04-29 09:14:30下载
    积分:1
  • bitstring-1.3.0
    some bit manipulation python codes
    2010-05-31 15:23:36下载
    积分:1
  • Recommender-Systems-master
    说明:  使用协同过滤的推荐系统测试代码Predicting movie ratings using collaborative filtering and latent concept extractors based on matrix decomposition methods like SVD and CUR on the movielens-100k dataset The project explores techniques for predicting unknown user ratings based on a large dataset of users and movie ratings.(Recommender-SystemsWe used 6 different recommender methods to predict user ratings across the data sets. Namely we set up Collaborative Filtering along with its baseline variant and Matrix decomposition techniques like Singular Value Decomposition and CUR. Moreover, we also implemented dimensionality reduction in these matrix decomposition techniques which preserved 90% of the energy so as to increase the computational efficiency while keeping the accuracy similar for these methods.)
    2019-01-13 21:30:57下载
    积分:1
  • 基于RNN的天气预测
    在树莓派上实现了基于rnn的天气预测的神经网络模型
    2022-02-15 01:34:54下载
    积分:1
  • MachineLearning_Python-master
    python实现的SVM分类mnist手写训练集,包含SVM,KNN算法(SVM classification MNIST implemented by Python)
    2018-12-17 11:14:05下载
    积分:1
  • python 井字棋
    PYTHON 井字棋,#井字棋 import random #是否重来一次 def playAgain(): print("你想重玩一次吗?(是/否)") return input() == "是" #选择什么符号棋子 def inputPlayerLetter(): letter = "" while not (letter =="X" or letter =="O"): print ("你想选x还是o") letter = input().upper() if letter == "X": return ["X","O"] else: return ["O","X"]
    2022-06-17 20:22:26下载
    积分:1
  • 手写体识别
    基于卷积神经网络用于离线手写体识别,适用于初学者,非常详细的代码注释,很容易上手
    2023-07-20 08:05:03下载
    积分:1
  • python爬虫爬取旅游信息(含源码,csv文件)
    利用python爬虫技术爬取部分城市的旅游信息
    2021-05-06下载
    积分:1
  • 无人机数据集(可以用于神经网络模型的训练)
    【实例简介】 收集的无人机鸟类和直升机的数据集,并且都已经标注好,可以用于神经网络模型的训练
    2021-07-08 00:32:01下载
    积分:1
  • MeanShift2
    meanshift算法的python实现 + 图像化显示(meanshift with python)
    2018-05-29 15:13:58下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载