GithubHelp home page GithubHelp logo

pythonista7 / implementing_ Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 15.57 MB

Here's were I try and build some cool stuff from scratch inorder to better understand them.

Python 0.22% Jupyter Notebook 99.78%

implementing_'s Introduction

Implementing_

Here's were I try and build some cool stuff from scratch inorder to better understand them.

1.Build a neural net from scratch only NumPy


Dependencies to run this code :
  • Numpy(numerical computational library)
  • sklearn(for a dataset to train and test the network)

If you dont have the dependencies installed type the following in your command line:

  • $pip3 install numpy
  • $pip3 install sklearn

Link to code below.

NN_from_Scratch.py

2.A Neural Algorithm of Artistic Style- Leon A. Gatys,Alexander S. Ecker,Matthias Bethge

https://arxiv.org/abs/1508.06576
Learnt a lot along the way.From Tensorflow Eager Execution to Gram Matrix.
I've tried my best to document and comment each step along the way.
You can run this directly on Google colab ,link

here In this case I suggest to work on google colab with a GPU runtime as we get both the hardware and there is no hassle to setup the dependencies.

Here are some sample results(This is not the best implementation):

Ex1

implementing_'s People

Contributors

pythonista7 avatar

Watchers

 avatar  avatar

implementing_'s Issues

Requirements.txt missing

Use virtualenv and make sure a requirements file exists so that when people do clone, they're able to set the repo up.

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.