Coder Social home page Coder Social logo

knyazzzzz / pet-projects-dl Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 226 KB

Deep learning (neural nets) python pet-projects, including the most important methods/attributes to work with neural nets, train them and predict results

Jupyter Notebook 100.00%
deep-learning deep-neural-networks keras keras-neural-networks neural-network tensorflow

pet-projects-dl's Introduction

Репозиторий для хранения и демонстрации DL (neural nets) пет-проектов

Deep learning (neural nets) python pet-projects, including the most important methods/attributes to work with neural nets, train them and predict results

Первый проект, показана работа с основными методами tensorflow + keras для организации работы нейронных сетей, выбор активационных функций нейронов, параметров их компиляции и сравнение эффективности нейронных сетей построением confusion matrix, а также методы визуализации входных данных с помощью matplotlib.pyplot, sklearn

tensorflow+keras

.datasets.mnist.load_data() 🦎 keras.Sequential() 🦎 keras.layers.Dense( ,input_shape= ,activation= ) 🦎 .compile(optimizer= , loss= , metrics= ) 🦎 .fit( ,epochs= ) 🦎 .evaluate() 🦎 .predict() 🦎 tf.math.confusion_matrix(labels= ,predictions= )

seaborn, matplotlib.pyplot & numpy

plt.matshow() 🦎 sns.heatmap(annot= , fmt= ) 🦎 np.reshape() 🦎 np.shape 🦎 np.argmax()

Подробное описание в самом блокноте проекта

pet-projects-dl's People

Contributors

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