Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • ketos ketos
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 27
    • Issues 27
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • public_projects
  • ketosketos
  • Merge requests
  • !50

Merged
Created Sep 17, 2018 by Oliver Kirsebom@kirsebomOwner

flexible neural network structure

  • Overview 0
  • Commits 19
  • Pipelines 11
  • Changes 5

This merge requests adds the following features to the CNNWhale class:

  1. Number, dimensions, and properties of convolution and dense layers in CNNWhale can be specified via args to create_net_structure (neural_networks.py)

  2. Possibility to apply drop-out to convolutional layers

  3. Validation accuracy is printed during training (neural_networks.py)

  4. train method returns average cost of the latest completed training epoch

  5. train method accepts additional input args, such as batch size, number of epochs, drop-out probability, etc.

  6. Option to specify verbosity level

It also makes it possible to

  1. generate a Morlet wavelet with frequency that changes linearly with time (in audio_signal.py)
Edited Oct 22, 2018 by Oliver Kirsebom
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: n_dense_256