Giter Club home page Giter Club logo

artificial-intelligence-journey's Introduction

Introduction

This is just my personal notes where I put my research resources. This is basically my journey from a noob.

Deep Learning

https://github.com/sxudan/artificial-intelligence-journey/blob/main/Introductions/Deep_Learning.ipynb]

Convolution Neural Network

https://github.com/sxudan/artificial-intelligence-journey/blob/main/Introductions/Convolution_Neural_Network.ipynb

Image Classification

https://github.com/sxudan/artificial-intelligence-journey/blob/main/Classification/dogvscat.ipynb

Pattern Prediction

Model that Generates grayscale image

image

https://github.com/sxudan/artificial-intelligence-journey/blob/main/Transformation/blackandwhite.ipynb

GAN Architecture

A Generative Adversarial Network (GAN) is a type of artificial intelligence model used in unsupervised machine learning, particularly for generating new data samples from a given distribution.

The basic structure of a GAN involves two neural networks: a generator and a discriminator. Here's how it works:

Generator: This network takes random noise as input and tries to generate data samples that resemble the real data. For example, if you're training a GAN to generate images of cats, the generator network will take random noise vectors as input and output images that ideally look like real cat images.

Discriminator: This network is like a binary classifier. It takes both real data samples and generated data samples as input and tries to distinguish between them. It's trained to output a high probability if the input is real (i.e., from the true data distribution) and a low probability if the input is generated by the generator.

https://github.com/sxudan/artificial-intelligence-journey/tree/main/GAN

Image Segmentation using NN

Fully Convolutional Networks (FCNs): These networks replace fully connected layers with convolutional layers to enable end-to-end pixel-wise prediction.

U-Net: U-Net is a popular architecture that consists of an encoder-decoder structure with skip connections. Skip connections help preserve spatial information during upsampling.

DeepLab: DeepLab is based on the atrous convolution (also known as dilated convolution) and employs techniques like atrous spatial pyramid pooling for capturing multi-scale context.

image

https://github.com/sxudan/artificial-intelligence-journey/tree/main/Segmentation

artificial-intelligence-journey's People

Contributors

sxudan 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.