MCPcopy Create free account

hub / github.com/deeplearning4j/deeplearning4j-examples / types & classes

Types & classes341 in github.com/deeplearning4j/deeplearning4j-examples

ClassAdditionModelWithSeq2Seq
Created by susaneraly on 3/27/16.
dl4j-examples/src/main/java/org/deeplearning4j/examples/advanced/modelling/seq2seq/AdditionModelWithSeq2Seq.java:44
ClassAdditionRNN
Created by susaneraly on 3/27/16.
oreilly-book-dl4j-examples/dl4j-examples/src/main/java/org/deeplearning4j/examples/recurrent/seq2seq/AdditionRNN.java:29
ClassAggregableSecond
data-pipeline-examples/src/main/java/org/deeplearning4j/datapipelineexamples/transform/custom/CustomReduceExample.java:66
ClassAlphaGoZeroTrainer
Train AlphaGo Zero model on dummy data. To run a full AGZ system with DL4J, check out https://github.com/maxpumperla/ScalphaGoZero for a complete ex
dl4j-examples/src/main/java/org/deeplearning4j/examples/advanced/modelling/alphagozero/AlphaGoZeroTrainer.java:45
ClassAnimalClassifier
Issue Summary: The labels in the test data are all the same. So even though net trains properly it gives terrible eval results. And this is confusing
dl4j-examples/src/main/java/org/deeplearning4j/examples/wip/quickstart/modelling/AnimalClassifier.java:70
ClassAnimalsClassification
Animal Classification Example classification of photos from 4 different animals (bear, duck, deer, turtle). References: - U.S. Fish and Wildlife Se
oreilly-book-dl4j-examples/dl4j-examples/src/main/java/org/deeplearning4j/examples/convolution/AnimalsClassification.java:68
ClassAnomalyDataSetIterator
@author wangfeng
dl4j-examples/src/main/java/org/deeplearning4j/examples/advanced/modelling/sequenceanomalydetection/AnomalyDataSetIterator.java:33
ClassAnomalyDataSetReader
@author wangfeng
dl4j-examples/src/main/java/org/deeplearning4j/examples/advanced/modelling/sequenceanomalydetection/AnomalyDataSetReader.java:38
ClassBaseDataSetReader
@author WangFeng
dl4j-examples/src/main/java/org/deeplearning4j/examples/advanced/modelling/sequenceprediction/BaseDataSetReader.java:34
ClassBaseLabels
tensorflow-keras-import-examples/src/main/java/org/deeplearning4j/modelimportexamples/util/BaseLabels.java:38
ClassBasicCSVClassifier
This example is intended to be a simple CSV classifier that seperates the training data from the test data for the classification of animals. It would
oreilly-book-dl4j-examples/dl4j-examples/src/main/java/org/deeplearning4j/examples/dataExamples/BasicCSVClassifier.java:45
ClassBasicDataVecExample
Basic DataVec example for preprocessing operations on some simple CSV data. If you just want to load CSV data and pass it on for learning take a look
oreilly-book-dl4j-examples/datavec-examples/src/main/java/org/datavec/transform/basic/BasicDataVecExample.java:45
ClassBasicRNNExample
This example trains a RNN. WHen trained we only have to put the first character of LEARNSTRING to the RNN, and it will recite the following chars @au
oreilly-book-dl4j-examples/dl4j-examples/src/main/java/org/deeplearning4j/examples/recurrent/basic/BasicRNNExample.java:31
ClassBasicUIExample
A simple example of how to attach Deeplearning4j's training UI to a network To change the UI port (usually not necessary) - set the org.deeplearning4
dl4j-examples/src/main/java/org/deeplearning4j/examples/quickstart/features/userinterface/BasicUIExample.java:40
ClassBertInferenceExample
This example demonstrates how to run inference on a fine tuned BERT model in SameDiff, where the fine tuning happens outside in Tensorflow <p> Details
tensorflow-keras-import-examples/src/main/java/org/deeplearning4j/modelimportexamples/tf/advanced/bert/BertInferenceExample.java:67
ClassBlurTransform
dl4j-examples/src/main/java/org/deeplearning4j/examples/advanced/modelling/densenet/imageUtils/BlurTransform.java:32
ClassBostonHousingPricesModel
tensorflow-keras-import-examples/src/main/java/org/deeplearning4j/modelimportexamples/tf/quickstart/BostonHousingPricesModel.java:35
ClassBuilder
tensorflow-keras-import-examples/src/main/java/org/deeplearning4j/modelimportexamples/keras/advanced/deepmoji/DeepMojiAttentionLayer.java:124
ClassBuilder
oreilly-book-dl4j-examples/dl4j-examples/src/main/java/org/deeplearning4j/examples/misc/customlayers/layer/CustomLayer.java:120
ClassBuilder
dl4j-examples/src/main/java/org/deeplearning4j/examples/advanced/modelling/textclassification/customcorpusword2vec/NewsIterator.java:324
ClassBuilder
dl4j-examples/src/main/java/org/deeplearning4j/examples/advanced/features/customizingdl4j/layers/layer/CustomLayer.java:140
ClassCIFARClassifier
dl4j-examples/src/main/java/org/deeplearning4j/examples/quickstart/modeling/convolution/CIFARClassifier.java:59
ClassCOCOLabels
tensorflow-keras-import-examples/src/main/java/org/deeplearning4j/modelimportexamples/util/darknet/COCOLabels.java:30
ClassCSVDataModel
Read a csv file. Fit and plot the data using Deeplearning4J. @author Robert Altena
dl4j-examples/src/main/java/org/deeplearning4j/examples/quickstart/modeling/feedforward/regression/CSVDataModel.java:59
ClassCSVExample
@author Adam Gibson
oreilly-book-dl4j-examples/dl4j-examples/src/main/java/org/deeplearning4j/examples/dataExamples/CSVExample.java:31
ClassCSVExampleEvaluationMetaData
This example is a version of the basic CSV example, but adds the following: (a) Meta data tracking - i.e., where data for each example comes from (b)
oreilly-book-dl4j-examples/dl4j-examples/src/main/java/org/deeplearning4j/examples/dataExamples/CSVExampleEvaluationMetaData.java:39
ClassCSVExampleEvaluationMetaData
This example is a version of the basic CSV example, but adds the following: (a) Meta data tracking - i.e., where data for each example comes from (b)
dl4j-examples/src/main/java/org/deeplearning4j/examples/advanced/features/metadata/CSVExampleEvaluationMetaData.java:59
ClassCSVMixedDataTypes
Basic DataVec example for preprocessing operations on some simple CSV data. If you just want to load CSV data and pass it on for learning take a look
data-pipeline-examples/src/main/java/org/deeplearning4j/datapipelineexamples/transform/basic/CSVMixedDataTypes.java:61
ClassCSVMixedDataTypesLocal
Basic DataVec example for preprocessing operations on some simple CSV data. If you just want to load CSV data and pass it on for learning take a look
data-pipeline-examples/src/main/java/org/deeplearning4j/datapipelineexamples/transform/basic/CSVMixedDataTypesLocal.java:64
ClassCSVPlotter
Read a csv file. Fit and plot the data using Deeplearning4J. @author Robert Altena
oreilly-book-dl4j-examples/dl4j-examples/src/main/java/org/deeplearning4j/examples/dataExamples/CSVPlotter.java:42
ClassCartpole
@author rubenfiszel (ruben.fiszel@epfl.ch) on 8/11/16. Main example for Cartpole DQN
oreilly-book-dl4j-examples/rl4j-examples/src/main/java/org/deeplearning4j/examples/rl4j/Cartpole.java:24
ClassCenterLossLeNetMNIST
Example: training an embedding using the center loss model, on MNIST The motivation is to use the class labels to learn embeddings that have the follo
dl4j-examples/src/main/java/org/deeplearning4j/examples/quickstart/modeling/convolution/CenterLossLeNetMNIST.java:60
ClassCharacterIterator
A simple DataSetIterator for use in the LSTMCharModellingExample. Given a text file and a few options, generate feature vectors and labels for trainin
oreilly-book-dl4j-examples/dl4j-examples/src/main/java/org/deeplearning4j/examples/recurrent/character/CharacterIterator.java:25
ClassCharacterIterator
A simple DataSetIterator for use in the LSTMCharModellingExample. Given a text file and a few options, generate feature vectors and labels for trainin
dl4j-examples/src/main/java/org/deeplearning4j/examples/advanced/modelling/charmodelling/utils/CharacterIterator.java:44
ClassClassPrediction
tensorflow-keras-import-examples/src/main/java/org/deeplearning4j/modelimportexamples/util/ClassPrediction.java:25
ClassCompGraphLSTMExample
This example is almost identical to the LSTMCharModellingExample, except that it utilizes the ComputationGraph architecture instead of MultiLayerNetwo
oreilly-book-dl4j-examples/dl4j-examples/src/main/java/org/deeplearning4j/examples/recurrent/character/CompGraphLSTMExample.java:34
ClassConv1DUCISequenceClassification
Sequence Classification Example Using a LSTM Recurrent Neural Network This example learns how to classify univariate time series as belonging to one
dl4j-examples/src/main/java/org/deeplearning4j/examples/quickstart/modeling/convolution/Conv1DUCISequenceClassification.java:99
ClassConvergenceRunnable
This is a runnable used to asynchronously and periodically save a copy of the specified parameters vector, while Spark training is proceeding. This is
dl4j-distributed-training-examples/src/main/java/org/deeplearning4j/distributedtrainingexamples/patent/utils/evaluation/ConvergenceRunnable.java:41
ClassCorpusIterator
dl4j-examples/src/main/java/org/deeplearning4j/examples/wip/advanced/modelling/encoderdecoder/CorpusIterator.java:35
ClassCorpusProcessor
dl4j-examples/src/main/java/org/deeplearning4j/examples/wip/advanced/modelling/encoderdecoder/CorpusProcessor.java:26
ClassCustomActivation
This is an example of how to implement a custom activation function that does not take any learnable parameters Custom activation functions of this ca
oreilly-book-dl4j-examples/dl4j-examples/src/main/java/org/deeplearning4j/examples/misc/activationfunctions/CustomActivation.java:24
ClassCustomActivationDefinition
This is an example of how to implement a custom activation function that does not take any learnable parameters Custom activation functions of this ca
dl4j-examples/src/main/java/org/deeplearning4j/examples/advanced/features/customizingdl4j/activationfunctions/CustomActivationDefinition.java:43
ClassCustomActivationExample
This is an example that illustrates how to instantiate and use a custom activation function. The example is identical to the one in org.deeplearning4j
oreilly-book-dl4j-examples/dl4j-examples/src/main/java/org/deeplearning4j/examples/misc/activationfunctions/CustomActivationExample.java:29
ClassCustomActivationUsageEx
This is an example that illustrates how to instantiate and use a custom activation function. The example is identical to the one in org.deeplearning4j
dl4j-examples/src/main/java/org/deeplearning4j/examples/advanced/features/customizingdl4j/activationfunctions/CustomActivationUsageEx.java:42
ClassCustomLayer
Layer configuration class for the custom layer example @author Alex Black
oreilly-book-dl4j-examples/dl4j-examples/src/main/java/org/deeplearning4j/examples/misc/customlayers/layer/CustomLayer.java:24
ClassCustomLayer
Layer configuration class for the custom layer example @author Alex Black
dl4j-examples/src/main/java/org/deeplearning4j/examples/advanced/features/customizingdl4j/layers/layer/CustomLayer.java:44
ClassCustomLayerExample
Custom layer example. This example shows the use and some basic testing for a custom layer implementation. For more details, see the CustomLayerExampl
oreilly-book-dl4j-examples/dl4j-examples/src/main/java/org/deeplearning4j/examples/misc/customlayers/CustomLayerExample.java:37
ClassCustomLayerImpl
Layer (implementation) class for the custom layer example @author Alex Black
oreilly-book-dl4j-examples/dl4j-examples/src/main/java/org/deeplearning4j/examples/misc/customlayers/layer/CustomLayerImpl.java:21
ClassCustomLayerImplementation
Layer (implementation) class for the custom layer example @author Alex Black
dl4j-examples/src/main/java/org/deeplearning4j/examples/advanced/features/customizingdl4j/layers/layer/CustomLayerImplementation.java:41
ClassCustomLayerUsageEx
Custom layer example. This example shows the use and some basic testing for a custom layer implementation. For more details, see the README.md file @
dl4j-examples/src/main/java/org/deeplearning4j/examples/advanced/features/customizingdl4j/layers/CustomLayerUsageEx.java:54
ClassCustomListener
A basic custom listener that records the values of z and out, for comparison or printing later.
samediff-examples/src/main/java/org/nd4j/examples/samediff/quickstart/modeling/CustomListenerExample.java:70
ClassCustomListenerExample
This example shows how to use a custom listener, and is based on the {@link MNISTCNN}.<br><br> <p> We use a basic custom listener that records the val
samediff-examples/src/main/java/org/nd4j/examples/samediff/quickstart/modeling/CustomListenerExample.java:26
ClassCustomLossDefinition
@author susaneraly
dl4j-examples/src/main/java/org/deeplearning4j/examples/advanced/features/customizingdl4j/lossfunctions/CustomLossDefinition.java:33
ClassCustomLossExample
Created by susaneraly on 11/9/16. This is an example that illustrates how to instantiate and use a custom loss function. The example is identical to t
oreilly-book-dl4j-examples/dl4j-examples/src/main/java/org/deeplearning4j/examples/misc/lossfunctions/CustomLossExample.java:31
ClassCustomLossL1L2
Created by susaneraly on 11/8/16.
oreilly-book-dl4j-examples/dl4j-examples/src/main/java/org/deeplearning4j/examples/misc/lossfunctions/CustomLossL1L2.java:14
ClassCustomLossUsageEx
This is an example that illustrates how to define and instantiate a custom loss function. The example uses the quickstart SumModel example as a basis
dl4j-examples/src/main/java/org/deeplearning4j/examples/advanced/features/customizingdl4j/lossfunctions/CustomLossUsageEx.java:52
ClassCustomOperations
nd4j-ndarray-examples/src/main/java/org/nd4j/examples/quickstart/numpycheatsheet/CustomOperations.java:46
ClassCustomOpsExamples
NOTE: THIS IS ONLY RELEVANT TO THE 1.0.0-beta6 RELEASE Custom ops are those defined in C++ (libnd4j) that haven't yet been mapped to Java convenie
nd4j-ndarray-examples/src/main/java/org/nd4j/examples/advanced/operations/CustomOpsExamples.java:34
ClassCustomReduceExample
Custom Reduction example for operations on some simple CSV data that involve a custom reduction. @author François Garillot
data-pipeline-examples/src/main/java/org/deeplearning4j/datapipelineexamples/transform/custom/CustomReduceExample.java:45
ClassCustomReduceTakeSecond
data-pipeline-examples/src/main/java/org/deeplearning4j/datapipelineexamples/transform/custom/CustomReduceExample.java:47
ClassCustomSequenceIterator
Created by susaneraly on 3/27/16. This is class to generate pairs of random numbers given a maximum number of digits This class can also be used as a
oreilly-book-dl4j-examples/dl4j-examples/src/main/java/org/deeplearning4j/examples/recurrent/seq2seq/CustomSequenceIterator.java:19
ClassCustomSequenceIterator
Created by susaneraly on 3/27/16. This is class to generate a multidataset from the AdditionRNN problem Features of the multidataset - encoder in
dl4j-examples/src/main/java/org/deeplearning4j/examples/advanced/modelling/seq2seq/CustomSequenceIterator.java:43
ClassDL4JAlphaGoZeroBuilder
Provides input blocks for dual residual or convolutional neural networks for Go move prediction. @author Max Pumperla
dl4j-examples/src/main/java/org/deeplearning4j/examples/advanced/modelling/alphagozero/dualresidual/DL4JAlphaGoZeroBuilder.java:46
ClassDarknetLabels
tensorflow-keras-import-examples/src/main/java/org/deeplearning4j/modelimportexamples/util/darknet/DarknetLabels.java:32
ClassDataUtilities
Common data utility functions. @author fvaleri
oreilly-book-dl4j-examples/dl4j-examples/src/main/java/org/deeplearning4j/examples/utilities/DataUtilities.java:19
ClassDataUtilities
Common data utility functions. @author fvaleri
dl4j-examples/src/main/java/org/deeplearning4j/examples/utils/DataUtilities.java:38
ClassDeepMojiAttentionLayer
Attention layer for DeepMoji network architecture, following the implementation here: https://github.com/bfelbo/DeepMoji @author Max Pumperla
tensorflow-keras-import-examples/src/main/java/org/deeplearning4j/modelimportexamples/keras/advanced/deepmoji/DeepMojiAttentionLayer.java:41
ClassDenseNetBuilder
dl4j-examples/src/main/java/org/deeplearning4j/examples/advanced/modelling/densenet/model/DenseNetBuilder.java:40
ClassDenseNetMain
dl4j-examples/src/main/java/org/deeplearning4j/examples/advanced/modelling/densenet/DenseNetMain.java:60
ClassDenseNetModel
dl4j-examples/src/main/java/org/deeplearning4j/examples/advanced/modelling/densenet/model/DenseNetModel.java:26
ClassDownloadPreprocessPatents
This Spark script downloads and preprocesses the patent files. Is is part 1 of 2 of this example. See PatentExampleReadme.md for more details. NOTE:
dl4j-distributed-training-examples/src/main/java/org/deeplearning4j/distributedtrainingexamples/patent/DownloadPreprocessPatents.java:68
ClassDownloadToAzureFn
dl4j-distributed-training-examples/src/main/java/org/deeplearning4j/distributedtrainingexamples/patent/DownloadPreprocessPatents.java:292
EnumDownloaderUtility
Given a base url and a zipped file name downloads contents to a specified directory under ~/dl4j-examples-data Will check md5 sum of downloaded file <
tensorflow-keras-import-examples/src/main/java/org/deeplearning4j/modelimportexamples/utilities/DownloaderUtility.java:47
EnumDownloaderUtility
Given a base url and a zipped file name downloads contents to a specified directory under ~/dl4j-examples-data Will check md5 sum of downloaded file <
dl4j-distributed-training-examples/src/main/java/org/deeplearning4j/distributedtrainingexamples/utils/DownloaderUtility.java:47
EnumDownloaderUtility
Given a base url and a zipped file name downloads contents to a specified directory under ~/dl4j-examples-data Will check md5 sum of downloaded file <
data-pipeline-examples/src/main/java/org/deeplearning4j/datapipelineexamples/utils/DownloaderUtility.java:47
EnumDownloaderUtility
Given a base url and a zipped file name downloads contents to a specified directory under ~/dl4j-examples-data Will check md5 sum of downloaded file <
nd4j-ndarray-examples/src/main/java/org/nd4j/examples/utils/DownloaderUtility.java:47
EnumDownloaderUtility
Given a base url and a zipped file name downloads contents to a specified directory under ~/dl4j-examples-data Will check md5 sum of downloaded file <
dl4j-examples/src/main/java/org/deeplearning4j/examples/utils/DownloaderUtility.java:47
ClassDualResnetModel
Define and load an AlphaGo Zero dual ResNet architecture into DL4J. The dual residual architecture is the strongest of the architectures tested by De
dl4j-examples/src/main/java/org/deeplearning4j/examples/advanced/modelling/alphagozero/dualresidual/DualResnetModel.java:38
ClassEarlyStoppingMNIST
Early stopping example on a subset of MNIST Idea: given a small subset of MNIST (1000 examples + 500 test set), conduct training and get the parameter
oreilly-book-dl4j-examples/dl4j-examples/src/main/java/org/deeplearning4j/examples/misc/earlystopping/EarlyStoppingMNIST.java:43
ClassEarlyStoppingMNIST
Early stopping example on a subset of MNIST Idea: given a small subset of MNIST (1000 examples + 500 test set), conduct training and get the parameter
dl4j-examples/src/main/java/org/deeplearning4j/examples/quickstart/features/earlystopping/EarlyStoppingMNIST.java:62
ClassEditAtBottleneckOthersFrozen
@author susaneraly on 3/1/17. IMPORTANT: 1. The forward pass on VGG16 is time consuming. Refer to "FeaturizedPreSave" and "FitFromFeaturized" for how
dl4j-examples/src/main/java/org/deeplearning4j/examples/advanced/features/transferlearning/editfrombottleneck/EditAtBottleneckOthersFrozen.java:57
ClassEditLastLayerOthersFrozen
@author susaneraly on 3/9/17. We use the transfer learning API to construct a new model based of org.deeplearning4j.transferlearning.vgg16 We will ho
dl4j-examples/src/main/java/org/deeplearning4j/examples/advanced/features/transferlearning/editlastlayer/EditLastLayerOthersFrozen.java:53
ClassEncoderDecoderLSTM
<p> This is a seq2seq encoder-decoder LSTM model made according to Google's paper <a href="https://arxiv.org/abs/1506.05869">A Neural Conversational M
dl4j-examples/src/main/java/org/deeplearning4j/examples/wip/advanced/modelling/encoderdecoder/EncoderDecoderLSTM.java:161
ClassEx01_FileSplitExample
{@link org.datavec.api.split.InputSplit} and its implementations are utility classes for defining and managing a catalog of loadable locations (paths/
data-pipeline-examples/src/main/java/org/deeplearning4j/datapipelineexamples/loading/Ex01_FileSplitExample.java:44
ClassEx02_CollectionSplitExample
{@link org.datavec.api.split.CollectionInputSplit} is a basic implementation of {@link org.datavec.api.split.InputSplit} that's useful when we want to
data-pipeline-examples/src/main/java/org/deeplearning4j/datapipelineexamples/loading/Ex02_CollectionSplitExample.java:35
ClassEx03_NumberedFileInputSplitExample
{@link org.datavec.api.split.NumberedFileInputSplit} is useful when you have a sequence of numbered files, following a common pattern. For example, if
data-pipeline-examples/src/main/java/org/deeplearning4j/datapipelineexamples/loading/Ex03_NumberedFileInputSplitExample.java:43
ClassEx04_TransformSplitExample
{@link org.datavec.api.split.TransformSplit} is an InputSplit implementation that maps the URIs of a given {@link org.datavec.api.split.BaseInputSplit
data-pipeline-examples/src/main/java/org/deeplearning4j/datapipelineexamples/loading/Ex04_TransformSplitExample.java:41
ClassEx05_SamplingBaseInputSplitExample
{@link org.datavec.api.split.BaseInputSplit} and its implementation provides a {@link org.datavec.api.split.BaseInputSplit#sample(PathFilter, double..
data-pipeline-examples/src/main/java/org/deeplearning4j/datapipelineexamples/loading/Ex05_SamplingBaseInputSplitExample.java:56
ClassEx06_KFoldIteratorFromDataSet
@author Robert Altena
data-pipeline-examples/src/main/java/org/deeplearning4j/datapipelineexamples/loading/Ex06_KFoldIteratorFromDataSet.java:32
ClassEx1BasicSameDiffLayerExample
This example: how to implement a custom DL4J layer using SameDiff. The layer itself is a standard dense (fully connected) layer with an activation fu
samediff-examples/src/main/java/org/nd4j/examples/samediff/customizingdl4j/Ex1BasicSameDiffLayerExample.java:53
ClassEx1_SameDiff_Basics
This is a simple example introducing the basic concepts of SameDiff: - The SameDiff class - Variables - Functions - Getting arrays - Executing forward
samediff-examples/src/main/java/org/nd4j/examples/samediff/quickstart/basics/Ex1_SameDiff_Basics.java:42
ClassEx2LambdaLayer
This example: how to implement a simple custom DL4J lambda layer using SameDiff. The lambda layer (see L2NormalizeLamdaLayer) implements "out = in /
samediff-examples/src/main/java/org/nd4j/examples/samediff/customizingdl4j/Ex2LambdaLayer.java:63
ClassEx2_LinearRegression
This example shows how to implement a simple linear regression graph with a mean-squared error loss function. Specifically, we will implement: - outp
samediff-examples/src/main/java/org/nd4j/examples/samediff/quickstart/basics/Ex2_LinearRegression.java:45
ClassEx3LambdaVertex
This example: how to implement a simple custom DL4J lambda vertex using SameDiff. Lamda vertices are graph vertices that do not have any parameters,
samediff-examples/src/main/java/org/nd4j/examples/samediff/customizingdl4j/Ex3LambdaVertex.java:54
ClassEx3_Variables
This example: shows some more ways to create variables @author Alex Black
samediff-examples/src/main/java/org/nd4j/examples/samediff/quickstart/basics/Ex3_Variables.java:36
ClassExampleInstrumentedTest
Instrumented test, which will execute on an Android device. @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
android-examples/app/src/androidTest/java/com/example/androidclassifier/ExampleInstrumentedTest.java:18
ClassFastRGB
dl4j-examples/src/main/java/org/deeplearning4j/examples/quickstart/modeling/feedforward/regression/ImageDrawer.java:241
ClassFeaturizedPreSave
The TransferLearningHelper class allows users to "featurize" a dataset at specific intermediate vertices/layers of a model This example demonstrates h
dl4j-examples/src/main/java/org/deeplearning4j/examples/advanced/features/transferlearning/editlastlayer/presave/FeaturizedPreSave.java:40
ClassFineTuneFromBlockFour
Important: 1. Either run "EditAtBottleneckOthersFrozen" first or save a model named "MyComputationGraph.zip" based on org.deeplearning4j.transferlearn
dl4j-examples/src/main/java/org/deeplearning4j/examples/advanced/features/transferlearning/finetuneonly/FineTuneFromBlockFour.java:47
ClassFitFromFeaturized
@author susaneraly on 3/10/17. Important: Run the class "FeaturizePreSave" before attempting to run this. The outputs at the boundary of the frozen a
dl4j-examples/src/main/java/org/deeplearning4j/examples/advanced/features/transferlearning/editlastlayer/presave/FitFromFeaturized.java:53
next →1–100 of 341, ranked by callers