Code Monkey home page Code Monkey logo

ivo-bobul's Introduction

Example ML project

This project is an example ML project and contains a simple CNN that is trained to rotate an input image. The input images used are CIFAR10 images, which have been converted to grayscale and are rotated to obtain the targets.

In this first section, you would put general information on the project, references and an author list (if applicable).

Example usage

It helps, especially for people new to ML, to include various example usage scenarios and an installation guide of your project (if applicable).

In our case, the simple usage is:

python main.py working_config.json

Structure

Having a tree with the files and folders is nice to get an overview. However, this is sometimes tedious to maintain and omitted.

example_project
|- architectures.py
|    Classes and functions for network architectures
|- datasets.py
|    Dataset classes and dataset helper functions
|- main.py
|    Main file. In this case also includes training and evaluation routines.
|- README.md
|    A readme file containing info on project, example usage, authors, publication references, and dependencies.
|- utils.py
|    Utility functions and classes. In this case contains a plotting function.
|- working_config.json
|     An example configuration file. Can also be done via command line arguments to main.py.

Dependencies

Dependencies are usually given as a list of packages + version numbers or as conda environments.

ivo-bobul's People

Contributors

kyrylogy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.