├── Chapter01 ├── Chapter1_NN_Introduction_Restaurant.R ├── Chapter1_NN_Introduction_Squares.R ├── RestaurantTips.csv └── Squares.csv ├── Chapter02 ├── Chapter2_Boston.R └── Chapter2_Kohonen.R ├── Chapter03 ├── Chapter3_College.r └── Chapter3_H2O.R ├── Chapter04 ├── Chapter4_Perceptron.R └── Chapter4_SNNS.R ├── Chapter05 ├── Chapter5_Auto.r └── Chapter5_breast.cancer.r ├── Chapter06 ├── ClimaticData.xls ├── GaussianMixtureModels.m ├── HierarchicalClustering.m ├── KMeansExample.m ├── KMedoids Example.m ├── Minerals.xls └── PeripheralLocations.xls ├── Chapter07 ├── Breast_Cancer.csv ├── Chapter7_Autoencoder.R ├── Chapter7_LSTM.R ├── Chapter7_MNIST.R ├── Chapter7_Pca.r ├── Chapter7_TensorFlow.R ├── Chapter7_darch.R ├── mnist_test_10.csv ├── mnist_train_100.csv └── movies.csv ├── LICENSE └── README.md /Chapter01/Chapter1_NN_Introduction_Restaurant.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Neural-Networks-with-R/HEAD/Chapter01/Chapter1_NN_Introduction_Restaurant.R -------------------------------------------------------------------------------- /Chapter01/Chapter1_NN_Introduction_Squares.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Neural-Networks-with-R/HEAD/Chapter01/Chapter1_NN_Introduction_Squares.R -------------------------------------------------------------------------------- /Chapter01/RestaurantTips.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Neural-Networks-with-R/HEAD/Chapter01/RestaurantTips.csv -------------------------------------------------------------------------------- /Chapter01/Squares.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Neural-Networks-with-R/HEAD/Chapter01/Squares.csv -------------------------------------------------------------------------------- /Chapter02/Chapter2_Boston.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Neural-Networks-with-R/HEAD/Chapter02/Chapter2_Boston.R -------------------------------------------------------------------------------- /Chapter02/Chapter2_Kohonen.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Neural-Networks-with-R/HEAD/Chapter02/Chapter2_Kohonen.R -------------------------------------------------------------------------------- /Chapter03/Chapter3_College.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Neural-Networks-with-R/HEAD/Chapter03/Chapter3_College.r -------------------------------------------------------------------------------- /Chapter03/Chapter3_H2O.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Neural-Networks-with-R/HEAD/Chapter03/Chapter3_H2O.R -------------------------------------------------------------------------------- /Chapter04/Chapter4_Perceptron.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Neural-Networks-with-R/HEAD/Chapter04/Chapter4_Perceptron.R -------------------------------------------------------------------------------- /Chapter04/Chapter4_SNNS.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Neural-Networks-with-R/HEAD/Chapter04/Chapter4_SNNS.R -------------------------------------------------------------------------------- /Chapter05/Chapter5_Auto.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Neural-Networks-with-R/HEAD/Chapter05/Chapter5_Auto.r -------------------------------------------------------------------------------- /Chapter05/Chapter5_breast.cancer.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Neural-Networks-with-R/HEAD/Chapter05/Chapter5_breast.cancer.r -------------------------------------------------------------------------------- /Chapter06/ClimaticData.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Neural-Networks-with-R/HEAD/Chapter06/ClimaticData.xls -------------------------------------------------------------------------------- /Chapter06/GaussianMixtureModels.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Neural-Networks-with-R/HEAD/Chapter06/GaussianMixtureModels.m -------------------------------------------------------------------------------- /Chapter06/HierarchicalClustering.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Neural-Networks-with-R/HEAD/Chapter06/HierarchicalClustering.m -------------------------------------------------------------------------------- /Chapter06/KMeansExample.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Neural-Networks-with-R/HEAD/Chapter06/KMeansExample.m -------------------------------------------------------------------------------- /Chapter06/KMedoids Example.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Neural-Networks-with-R/HEAD/Chapter06/KMedoids Example.m -------------------------------------------------------------------------------- /Chapter06/Minerals.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Neural-Networks-with-R/HEAD/Chapter06/Minerals.xls -------------------------------------------------------------------------------- /Chapter06/PeripheralLocations.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Neural-Networks-with-R/HEAD/Chapter06/PeripheralLocations.xls -------------------------------------------------------------------------------- /Chapter07/Breast_Cancer.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Neural-Networks-with-R/HEAD/Chapter07/Breast_Cancer.csv -------------------------------------------------------------------------------- /Chapter07/Chapter7_Autoencoder.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Neural-Networks-with-R/HEAD/Chapter07/Chapter7_Autoencoder.R -------------------------------------------------------------------------------- /Chapter07/Chapter7_LSTM.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Neural-Networks-with-R/HEAD/Chapter07/Chapter7_LSTM.R -------------------------------------------------------------------------------- /Chapter07/Chapter7_MNIST.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Neural-Networks-with-R/HEAD/Chapter07/Chapter7_MNIST.R -------------------------------------------------------------------------------- /Chapter07/Chapter7_Pca.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Neural-Networks-with-R/HEAD/Chapter07/Chapter7_Pca.r -------------------------------------------------------------------------------- /Chapter07/Chapter7_TensorFlow.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Neural-Networks-with-R/HEAD/Chapter07/Chapter7_TensorFlow.R -------------------------------------------------------------------------------- /Chapter07/Chapter7_darch.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Neural-Networks-with-R/HEAD/Chapter07/Chapter7_darch.R -------------------------------------------------------------------------------- /Chapter07/mnist_test_10.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Neural-Networks-with-R/HEAD/Chapter07/mnist_test_10.csv -------------------------------------------------------------------------------- /Chapter07/mnist_train_100.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Neural-Networks-with-R/HEAD/Chapter07/mnist_train_100.csv -------------------------------------------------------------------------------- /Chapter07/movies.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Neural-Networks-with-R/HEAD/Chapter07/movies.csv -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Neural-Networks-with-R/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Neural-Networks-with-R/HEAD/README.md --------------------------------------------------------------------------------