platform/core/ml/nntrainer.git
2020-04-20 Wook Song[README] Update Getting Started
2020-04-20 jijoong.moonAdd more badges
2020-04-18 jijoong.moonAdd Unit Test Cases for Neural Network Initialization
2020-04-17 jijoong.moonlower case for layer type.
2020-04-17 jijoong.moonUpdate clang-format
2020-04-17 jijoong.moonAdd Unit Test for Neural Network
2020-04-15 jijoongmoonAdd Coverage Test badge for nntrainer
2020-04-15 Wook SongREADME: Correct typos and grammar
2020-04-14 jijoong.moonAdd Unit Test Coverage
2020-04-13 jijoong.moonNaming Rules & change namespace
2020-04-10 jijoong.moonAdd Unit Tests for the NNTrainer internal
2020-04-10 jijoong.moonRemove Duplicated Codes @UpdateData
2020-04-10 jijoong.moonRemove Duplicated Code @WeightInitialization
2020-04-10 jijoong.moonAdd Optimizer Class & separate math functions
2020-04-08 jijoong.moonRemove global variables to parse the configuration...
2020-04-08 jijoong.moonFix test bug
2020-04-07 jijoong.moonEable Logging
2020-04-07 jijoong.moon[API] Add Logger for NNTrainer
2020-04-07 jijoong.moon[API] Add Neural Network Model Construction with Config...
2020-04-07 jijoong.moonAdd testing during packaging
2020-04-06 jijoong.moon[API] Prototype of C API & test for Neural Network...
2020-04-02 jijoong.moonRemove gym-http-api files
2020-04-02 jijoong.moonEnabling Android build
2020-04-02 jijoong.moon[SVACE] Check the index of test case if it is exceed...
2020-04-01 jijoong.moonModify CODEOWNERS
2020-03-31 jijoong.moonAdd Debian packaging files
2020-03-30 Wook Songmeson: Add fallback mechanism to find iniparser
2020-03-27 jijoong.moonChange Build Framework & add application package
2020-03-27 jijoong.moonFix compile warnning messages
2020-03-27 jijoong.moonfix image url
2020-03-27 jijoong.moonUpload Pictures for README.md
2020-03-26 jijoong.moonModify applyFunction for Tensor data type
2020-03-25 jijoong.moonFix nntrainer home URL
2020-03-24 jijoong.moonRemove Categorical enum in cost function
2020-03-24 jijoong.moonFix code for Clang format 4.0
2020-03-20 jijoong.moonfix .gitignore
2020-03-20 jijoong.moonadd .gitignore
2020-03-20 jijoong.moonAdd CODEOWNERS
2020-03-20 jijoong.moonadd TensorDim Class
2020-03-20 jijoong.moonMake Examples work properly
2020-03-19 jijoong.moonModify LogisticRegression & Training Example for update...
2020-03-19 jijoong.moonUpdate Training & Classification Examples according...
2020-03-19 jijoong.moonAdd namespace Tensors for Tensor
2020-03-19 jijoong.moonAdd nntrainer.spec for tizen packaging
2020-03-19 jijoong.moonfix error when calculate sum
2020-03-18 jijoong.moonRemove iniparser directory.
2020-03-18 jijoong.moonAdd using Cublas for matrix multiplication ( SGEMM )
2020-03-18 jijoong.moonAdd test example for the assign activation function...
2020-03-18 jijoong.moonAdd progress bar to trace training process
2020-03-18 jijoong.moonLet assign activation fuction per layer
2020-03-18 jijoong.moonFix Weight Decay L2Norm
2020-03-16 jijoong.moonAdd Weight Decay (L2Norm)
2020-03-16 jijoong.moonadd Weight initialization Method
2020-03-16 jijoong.moonAdd Standardization in InputLayer
2020-03-16 jijoong.moonAdd normalization at InputLayer
2020-03-15 jijoong.moonMake softmax optional
2020-03-15 jijoong.moonUpdate Bias when the optimizer is adam
2020-03-15 jijoong.moonAdd Relu Activation Function
2020-03-13 jijoong.moonModify databuffer to generate random input variables...
2020-03-13 jijoong.moonFix the compilation Error for Batch Normalization
2020-03-13 jijoong.moonBatch Normalization Draft
2020-03-13 jijoong.moonAdd Keras & Tensorflow Example for transfer learning
2020-02-26 jijoong.moonAdd Subtract with float value in tensor & add sum accor...
2020-02-26 jijoong.moonChange Configuration format fot batch normalization
2020-02-18 jijoong.moonAdd Softmax token in ini file
2020-02-18 jijoong.moonFix calculation of Logistics Regression
2020-02-17 jijoong.moonAdd DataBuffer for big data
2020-02-13 jijoong.moonCalculation of Validation Loss & Accuracy
2020-02-13 jijoong.moonAdd Classification Example (cifar10 data set)
2020-02-13 jijoong.moonImplement Cross Entropy Cost Function
2020-02-13 jijoong.moonUsing CBLAS for Tensor Calculation
2020-02-13 jijoong.moonDecayed Learning Rate
2020-02-11 jijoong.moonFix Maintainer in README.md
2020-02-10 jijoong.moonAdd README.md
2020-02-10 jijoong.moonUse float data type instead of double.
2020-02-07 jijoong.moonadd .gitmodules
2020-02-07 jijoong.moonChange Class Name Matrix to Tensor
2020-02-07 jijoong.moonCode Refectoring
2020-02-07 jijoong.moonMake nntrainer shared library
2020-01-20 jijoong.moonAdd License file
2019-12-06 jijoong.moonAdd Copyright for Appache 2.0 License
2019-12-04 jijoong.moonadd doxygen doc for DeepQ
2019-12-04 jijoong.moonadd doxygen doc for KNN example
2019-12-04 jijoong.moonadd doxygen doc for Logistic regression
2019-12-04 jijoong.moonadd doxygen document for Training
2019-12-04 jijoong.moonAdd Doxygen Documentation for Environment
2019-12-04 jijoong.moonAdd doxygen Documentation for NeuralNet
2019-11-26 jijoong.moonfix to use epsilon from config file
2019-11-26 jijoong.moonAdd Logistic Regression
2019-11-25 jijoong.moonadd network description for generality
2019-11-22 jijoong.moonAdd bias correction of adam optimizer
2019-11-21 jijoong.moonAdd CMakeLists.txt for KNN & support ubuntu
2019-11-21 jijoong.moonAdd README for DeepQ
2019-11-21 jijoong.moonAdd Layers::Layer classes
2019-11-20 jijoong.moonModify code for clang format
2019-11-19 jijoong.moonRestructure neural network
2019-11-19 jijoong.moonAdd Android.mk for android build
2019-11-19 jijoong.moonAdd Custom Environment Cartpole
2019-11-19 jijoong.moonAdd Custom Environment : CartPole
2019-11-18 jijoong.moonadd reference model.bin
next