基于遗传规划的pedotransfer函数开发

pyPTF的Python项目详细描述


欢迎来到Pypf!

Build Status

这是一个使用遗传编程开发pedotransfer functions的框架。

pedtransfer函数是一种基于其他更易于测量的土壤性质的土壤性质预测模型。传统上,pedotransfer函数被表示为表达式(公式),这就是为什么symbolic regression是开发它们的一个很好的替代方法。

如果没有伟大的glplearn库(它实现了符号回归),这个项目就不可能实现。用特雷弗的话说:

Symbolic regression is a machine learning technique that aims to identify an underlying mathematical expression that best describes a relationship. It begins by building a population of naive random formulas to represent a relationship between known independent variables and their dependent variable targets in order to predict new data. Each successive generation of programs is then evolved from the one that came before it by selecting the fittest individuals from the population to undergo genetic operations.

不确定度

自然系统是复杂的,每一个试图表示它们的模型都有不确定性。这个库实现了一个基于fuzzy clustering表示和报告这种不确定性的方法。

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java如何让ruby和maven协同工作   如何从Java代码中调用Excel VBA宏?   java是公共类的默认成员   java Android TextToSpeech总是无法运行   导入JAVA包的类不存在   java中有很多JSP/Servlet应用程序示例,为什么是。使用inc扩展代替。包含的jsp?   tomcat向JavaWebApp添加JAR   java如何在MySQL中向表中插入变量   java在Spring web app中找不到类[org.springframework.scheduling.quartz.SchedulerFactoryBean]   swing Java GUI布局建议   java Google HTTP库JSON解析,空值默认为True   java使用Eclipse和Apache Tomcat 9.0开发聊天机器人   java我可以使用vmware软件包更改虚拟机的IP地址吗?   java在单击“后台运行”后返回进度监视器对话框   java uibinder onload not调用   java Spring数据分页和排序存储库的工作原理