├── .gitattributes ├── README.md ├── bp_iris.py └── iris.csv /.gitattributes: -------------------------------------------------------------------------------- 1 | *.md linguist-language=python 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INTERMT/BP-Algorithm/HEAD/README.md -------------------------------------------------------------------------------- /bp_iris.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INTERMT/BP-Algorithm/HEAD/bp_iris.py -------------------------------------------------------------------------------- /iris.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INTERMT/BP-Algorithm/HEAD/iris.csv --------------------------------------------------------------------------------