Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: thomasnield/kotlin-machine-learning-demos Loading
base: master
Choose a base ref
...
head repository: musaabshirgar1/kotlin-neural-network Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 20 files changed
  • 2 contributors

Commits on Nov 11, 2020

  1. Following Updates:

    - Migrated to build.gradle.kts
    - Migrated to gradle version 6.7
    - Created package model/neuralnetwork which contains data classes/class for building up the Neural Network model.
    - Created package model/predictor which contains data classes/classes for building up the Predictor Model
    - Migrated to Kotlin Code Style Official
    - Code Optimization
    
    Signed-off-by: musaabshirgar1 <musaab.shirgar45@gmail.com>
    musaabshirgar1 committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    9b176eb View commit details
    Browse the repository at this point in the history
  2. - Minor Changes

    Signed-off-by: musaabshirgar1 <musaab.shirgar45@gmail.com>
    musaabshirgar1 committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    42e3bc8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from musaabshirgar1/enhancements

    Merge Enhancements to Master
    musaabshirgar1 committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    3a5ea44 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    musaabshirgar1 committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    3d7f9fd View commit details
    Browse the repository at this point in the history
  5. Update README.md

    musaabshirgar1 committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    80e8737 View commit details
    Browse the repository at this point in the history
  6. - Updated README.md

    Signed-off-by: musaabshirgar1 <musaab.shirgar45@gmail.com>
    musaabshirgar1 committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    56f4e0d View commit details
    Browse the repository at this point in the history
Loading