├── Chapter 10-Visual and Audio analysis ├── CMUSphinxExamples.java ├── DetectFaceDemo.java ├── TSSExamples.java └── TessrJExample.java ├── Chapter 11-Mathematical ├── AparapiExamples.java ├── AveragePageCount.java ├── Book.java ├── Java8Examples.java ├── Java8MapReduceExample2.java ├── MathExamples.java ├── MatrixMultiplicationKernel.java └── ScalarMultiplicationKernel.java ├── Chapter 12-Bringing it together ├── ApplicationDriver.java ├── SentimentAnalysisTrainingData.java ├── TweetHandler.java └── TwitterStream.java ├── Chapter 4_Data Visualization ├── BarCharts - MainApp.java ├── BubblePlotExample.java ├── DonutPlotExample.java ├── HistogramExample.java ├── IndexChart - MainApp.java ├── PieChart - MainApp.java └── ScatterChart - MainApp.java ├── Chapter 5-SDAT ├── Main.java ├── MainApp - Simple Regression.java └── MainApp. - Multiple Regressionjava.txt ├── Chapter 7-Neural networks ├── KNNExample.java ├── MultilayerPerceptronExample.java ├── NeuralNetworkTraining.java ├── SOMExample.java └── SampleNeuralNetwork.java ├── Chapter 9-Text Analysis ├── ClassifyBySimilarity.java ├── DL4JSentimentAnalysisExample.java ├── NLPExamples.java └── ParagraphVectorsClassifierExample.java ├── LICENSE ├── README.md ├── chapter 2-data acquisition ├── BlikiExample.java ├── CrawlerController.java ├── DatabaseExample.java ├── FindPicture.java ├── HttpURLConnectionExample.java ├── JSoupExamples.java ├── SampleCrawler.java ├── SampleStreamExample.java ├── Search.java └── SimpleWebCrawler.java ├── chapter 3 ├── App (2).java ├── App.java ├── CSVwithScanner.java ├── Cat.jpg ├── DataImputation.java ├── Dogs.java ├── GrayScaleParrot.png ├── JSONExamples.java ├── OCRExample.png ├── OpenCVNonMavenExamples.java ├── PDF File.docx ├── PDF File.pdf ├── PDFExtractionExample.java ├── Person.json ├── Persons.json ├── ReadExcelExample.java ├── Sample.xlsx ├── SimpleSearching.java ├── SimpleSort.java ├── SimpleStringCleaning.java ├── SimpleSubsetting.java ├── TokenizerExamples.java └── ValidatingData.java ├── chapter 6-Machine Learning ├── BookDecisionTree.java ├── FXMLController.java ├── JBayesTest.java ├── Main-ARL.java ├── Main-SVG.java └── MainApp-Camping.java └── chapter 8-Deep learning ├── ConvolutionalNetworkExample.java ├── DeepAutoEncoderExample.java └── RegressionExample.java /Chapter 10-Visual and Audio analysis/CMUSphinxExamples.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/Chapter 10-Visual and Audio analysis/CMUSphinxExamples.java -------------------------------------------------------------------------------- /Chapter 10-Visual and Audio analysis/DetectFaceDemo.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/Chapter 10-Visual and Audio analysis/DetectFaceDemo.java -------------------------------------------------------------------------------- /Chapter 10-Visual and Audio analysis/TSSExamples.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/Chapter 10-Visual and Audio analysis/TSSExamples.java -------------------------------------------------------------------------------- /Chapter 10-Visual and Audio analysis/TessrJExample.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/Chapter 10-Visual and Audio analysis/TessrJExample.java -------------------------------------------------------------------------------- /Chapter 11-Mathematical/AparapiExamples.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/Chapter 11-Mathematical/AparapiExamples.java -------------------------------------------------------------------------------- /Chapter 11-Mathematical/AveragePageCount.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/Chapter 11-Mathematical/AveragePageCount.java -------------------------------------------------------------------------------- /Chapter 11-Mathematical/Book.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/Chapter 11-Mathematical/Book.java -------------------------------------------------------------------------------- /Chapter 11-Mathematical/Java8Examples.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/Chapter 11-Mathematical/Java8Examples.java -------------------------------------------------------------------------------- /Chapter 11-Mathematical/Java8MapReduceExample2.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/Chapter 11-Mathematical/Java8MapReduceExample2.java -------------------------------------------------------------------------------- /Chapter 11-Mathematical/MathExamples.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/Chapter 11-Mathematical/MathExamples.java -------------------------------------------------------------------------------- /Chapter 11-Mathematical/MatrixMultiplicationKernel.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/Chapter 11-Mathematical/MatrixMultiplicationKernel.java -------------------------------------------------------------------------------- /Chapter 11-Mathematical/ScalarMultiplicationKernel.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/Chapter 11-Mathematical/ScalarMultiplicationKernel.java -------------------------------------------------------------------------------- /Chapter 12-Bringing it together/ApplicationDriver.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/Chapter 12-Bringing it together/ApplicationDriver.java -------------------------------------------------------------------------------- /Chapter 12-Bringing it together/SentimentAnalysisTrainingData.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/Chapter 12-Bringing it together/SentimentAnalysisTrainingData.java -------------------------------------------------------------------------------- /Chapter 12-Bringing it together/TweetHandler.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/Chapter 12-Bringing it together/TweetHandler.java -------------------------------------------------------------------------------- /Chapter 12-Bringing it together/TwitterStream.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/Chapter 12-Bringing it together/TwitterStream.java -------------------------------------------------------------------------------- /Chapter 4_Data Visualization/BarCharts - MainApp.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/Chapter 4_Data Visualization/BarCharts - MainApp.java -------------------------------------------------------------------------------- /Chapter 4_Data Visualization/BubblePlotExample.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/Chapter 4_Data Visualization/BubblePlotExample.java -------------------------------------------------------------------------------- /Chapter 4_Data Visualization/DonutPlotExample.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/Chapter 4_Data Visualization/DonutPlotExample.java -------------------------------------------------------------------------------- /Chapter 4_Data Visualization/HistogramExample.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/Chapter 4_Data Visualization/HistogramExample.java -------------------------------------------------------------------------------- /Chapter 4_Data Visualization/IndexChart - MainApp.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/Chapter 4_Data Visualization/IndexChart - MainApp.java -------------------------------------------------------------------------------- /Chapter 4_Data Visualization/PieChart - MainApp.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/Chapter 4_Data Visualization/PieChart - MainApp.java -------------------------------------------------------------------------------- /Chapter 4_Data Visualization/ScatterChart - MainApp.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/Chapter 4_Data Visualization/ScatterChart - MainApp.java -------------------------------------------------------------------------------- /Chapter 5-SDAT/Main.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/Chapter 5-SDAT/Main.java -------------------------------------------------------------------------------- /Chapter 5-SDAT/MainApp - Simple Regression.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/Chapter 5-SDAT/MainApp - Simple Regression.java -------------------------------------------------------------------------------- /Chapter 5-SDAT/MainApp. - Multiple Regressionjava.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/Chapter 5-SDAT/MainApp. - Multiple Regressionjava.txt -------------------------------------------------------------------------------- /Chapter 7-Neural networks/KNNExample.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/Chapter 7-Neural networks/KNNExample.java -------------------------------------------------------------------------------- /Chapter 7-Neural networks/MultilayerPerceptronExample.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/Chapter 7-Neural networks/MultilayerPerceptronExample.java -------------------------------------------------------------------------------- /Chapter 7-Neural networks/NeuralNetworkTraining.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/Chapter 7-Neural networks/NeuralNetworkTraining.java -------------------------------------------------------------------------------- /Chapter 7-Neural networks/SOMExample.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/Chapter 7-Neural networks/SOMExample.java -------------------------------------------------------------------------------- /Chapter 7-Neural networks/SampleNeuralNetwork.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/Chapter 7-Neural networks/SampleNeuralNetwork.java -------------------------------------------------------------------------------- /Chapter 9-Text Analysis/ClassifyBySimilarity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/Chapter 9-Text Analysis/ClassifyBySimilarity.java -------------------------------------------------------------------------------- /Chapter 9-Text Analysis/DL4JSentimentAnalysisExample.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/Chapter 9-Text Analysis/DL4JSentimentAnalysisExample.java -------------------------------------------------------------------------------- /Chapter 9-Text Analysis/NLPExamples.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/Chapter 9-Text Analysis/NLPExamples.java -------------------------------------------------------------------------------- /Chapter 9-Text Analysis/ParagraphVectorsClassifierExample.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/Chapter 9-Text Analysis/ParagraphVectorsClassifierExample.java -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/README.md -------------------------------------------------------------------------------- /chapter 2-data acquisition/BlikiExample.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/chapter 2-data acquisition/BlikiExample.java -------------------------------------------------------------------------------- /chapter 2-data acquisition/CrawlerController.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/chapter 2-data acquisition/CrawlerController.java -------------------------------------------------------------------------------- /chapter 2-data acquisition/DatabaseExample.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/chapter 2-data acquisition/DatabaseExample.java -------------------------------------------------------------------------------- /chapter 2-data acquisition/FindPicture.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/chapter 2-data acquisition/FindPicture.java -------------------------------------------------------------------------------- /chapter 2-data acquisition/HttpURLConnectionExample.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/chapter 2-data acquisition/HttpURLConnectionExample.java -------------------------------------------------------------------------------- /chapter 2-data acquisition/JSoupExamples.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/chapter 2-data acquisition/JSoupExamples.java -------------------------------------------------------------------------------- /chapter 2-data acquisition/SampleCrawler.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/chapter 2-data acquisition/SampleCrawler.java -------------------------------------------------------------------------------- /chapter 2-data acquisition/SampleStreamExample.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/chapter 2-data acquisition/SampleStreamExample.java -------------------------------------------------------------------------------- /chapter 2-data acquisition/Search.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/chapter 2-data acquisition/Search.java -------------------------------------------------------------------------------- /chapter 2-data acquisition/SimpleWebCrawler.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/chapter 2-data acquisition/SimpleWebCrawler.java -------------------------------------------------------------------------------- /chapter 3/App (2).java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/chapter 3/App (2).java -------------------------------------------------------------------------------- /chapter 3/App.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/chapter 3/App.java -------------------------------------------------------------------------------- /chapter 3/CSVwithScanner.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/chapter 3/CSVwithScanner.java -------------------------------------------------------------------------------- /chapter 3/Cat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/chapter 3/Cat.jpg -------------------------------------------------------------------------------- /chapter 3/DataImputation.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/chapter 3/DataImputation.java -------------------------------------------------------------------------------- /chapter 3/Dogs.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/chapter 3/Dogs.java -------------------------------------------------------------------------------- /chapter 3/GrayScaleParrot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/chapter 3/GrayScaleParrot.png -------------------------------------------------------------------------------- /chapter 3/JSONExamples.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/chapter 3/JSONExamples.java -------------------------------------------------------------------------------- /chapter 3/OCRExample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/chapter 3/OCRExample.png -------------------------------------------------------------------------------- /chapter 3/OpenCVNonMavenExamples.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/chapter 3/OpenCVNonMavenExamples.java -------------------------------------------------------------------------------- /chapter 3/PDF File.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/chapter 3/PDF File.docx -------------------------------------------------------------------------------- /chapter 3/PDF File.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/chapter 3/PDF File.pdf -------------------------------------------------------------------------------- /chapter 3/PDFExtractionExample.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/chapter 3/PDFExtractionExample.java -------------------------------------------------------------------------------- /chapter 3/Person.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/chapter 3/Person.json -------------------------------------------------------------------------------- /chapter 3/Persons.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/chapter 3/Persons.json -------------------------------------------------------------------------------- /chapter 3/ReadExcelExample.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/chapter 3/ReadExcelExample.java -------------------------------------------------------------------------------- /chapter 3/Sample.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/chapter 3/Sample.xlsx -------------------------------------------------------------------------------- /chapter 3/SimpleSearching.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/chapter 3/SimpleSearching.java -------------------------------------------------------------------------------- /chapter 3/SimpleSort.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/chapter 3/SimpleSort.java -------------------------------------------------------------------------------- /chapter 3/SimpleStringCleaning.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/chapter 3/SimpleStringCleaning.java -------------------------------------------------------------------------------- /chapter 3/SimpleSubsetting.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/chapter 3/SimpleSubsetting.java -------------------------------------------------------------------------------- /chapter 3/TokenizerExamples.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/chapter 3/TokenizerExamples.java -------------------------------------------------------------------------------- /chapter 3/ValidatingData.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/chapter 3/ValidatingData.java -------------------------------------------------------------------------------- /chapter 6-Machine Learning/BookDecisionTree.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/chapter 6-Machine Learning/BookDecisionTree.java -------------------------------------------------------------------------------- /chapter 6-Machine Learning/FXMLController.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/chapter 6-Machine Learning/FXMLController.java -------------------------------------------------------------------------------- /chapter 6-Machine Learning/JBayesTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/chapter 6-Machine Learning/JBayesTest.java -------------------------------------------------------------------------------- /chapter 6-Machine Learning/Main-ARL.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/chapter 6-Machine Learning/Main-ARL.java -------------------------------------------------------------------------------- /chapter 6-Machine Learning/Main-SVG.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/chapter 6-Machine Learning/Main-SVG.java -------------------------------------------------------------------------------- /chapter 6-Machine Learning/MainApp-Camping.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/chapter 6-Machine Learning/MainApp-Camping.java -------------------------------------------------------------------------------- /chapter 8-Deep learning/ConvolutionalNetworkExample.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/chapter 8-Deep learning/ConvolutionalNetworkExample.java -------------------------------------------------------------------------------- /chapter 8-Deep learning/DeepAutoEncoderExample.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/chapter 8-Deep learning/DeepAutoEncoderExample.java -------------------------------------------------------------------------------- /chapter 8-Deep learning/RegressionExample.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Java-for-Data-Science/HEAD/chapter 8-Deep learning/RegressionExample.java --------------------------------------------------------------------------------