Coder Social home page Coder Social logo

nemat-al / architecture-of-neural-networks Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 17.92 MB

Tasks for Architecture of Neural Networks Course @ ITMO University

Jupyter Notebook 100.00%
convolutional-neural-networks dcgan dcgan-pytorch deep-learning gan image-segmentation neural-network-architectures neural-networks neural-networks-from-scratch pytorch u-net

architecture-of-neural-networks's Introduction

Architecture-of-Neural-Networks

Tasks for Architecture of Neural Networks Course at ITMO University


Index

  1. Introduction to Pytorch and NN
  2. CNN Basics
  3. Image segmentation with U-Net
  4. Deep Convolutional Generative Adversarial Network architecture

The lab file includes :

  • PyTorch introductory assignments
  • Feedforward Neural Network construction assignment and Training FNN

This task is devoted to creating convolutional neural network from scratch, using only pure Python and NumPy package.

The task is devoted to implement Image segmentation with U-Net. The task uses the Oxford-IIIT Pet Dataset, created by Parkhi et al. The dataset consists of images of 37 pet breeds, with 200 images per breed (~100 each in the train and test split). Each pixel of an animal image corresponds to one of three classes: a pixel belonging to a pet; a pixel located at the border of a pet; all other pixels.

The task is devoted to implement the Deep Convolutional Generative Adversarial Network architecture (DCGAN). This task is based on the paper Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks. This paper by Alec Radford, Luke Metz, and Soumith Chintala was released in 2016 and has become the baseline for many Convolutional GAN architectures in deep learning. The goal is to learn about the DCGAN architecture from the paper and to implement the model using PyTorch deep learning framework. Through the task, we were asked to work with the CIFAR10 dataset and try to train models for generating similar images.

The generated images can be shown in the folder.

architecture-of-neural-networks's People

Contributors

nemat-al 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.