基于遗传规划的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将多个线程中的函数放入单个队列   数组在Java中,如何在不改变整数顺序的情况下找到整数组的顺序?   java控制器属于表示层?   java Apache Ivy和本地Maven repo如何处理使用Maven 3构建的快照   Java可与泛型类型进行比较   java这个表达式在泛型中是什么意思   JavaEclipse和TeamCity插件   java检测构造函数中的final是否为空   java如何在StanfordCoreNLP管道中同时使用词汇化和依赖性解析器?   java在AntUnit控制台日志中显示完整异常堆栈跟踪   lambda如何与Java 8供应商建立连锁关系   如何让GRPC的重试机制在Kubernetes集群中使用grpcjava工作?   如何使用openjdk:7 Docker映像和Gradle包装器避免“EC参数错误”?   java将集合映射扩展为一维映射新的“无法推断函数接口类型”