Reference resources

Reference resources


Below is a list of my helpfull links with short decription.

IMPORTANT

All information that you can find here is published as is.


RESTfull_API

  1. API documentation for the playground API restful-booker.

    https://restful-booker.herokuapp.com/apidoc/index.html#api-Booking-GetBookings

  2. Reqres.in

    A hosted REST-API ready to respond to your AJAX requests.

    https://reqres.in/

  3. {JSON} Placeholder

    fake and reliable API for testing and prototyping. Powered by JSON Server + LowDB.

    https://jsonplaceholder.typicode.com/


HTML_CSS

  1. HTML & CSS Guidebook by Josiah Spence.

    A free interactive guide to front-end web development for absolute beginners.

    https://htmlandcssguidebook.com/


Artificial intelligence

  1. Типы нейронных сетей. Принцип их работы и сфера применения | OTUS

    https://otus.ru/nest/post/1263/

  2. Как работает нейронная сеть: обучение, функции активации и потери

    https://neurohive.io/ru/osnovy-data-science/osnovy-nejronnyh-setej-algoritmy-obuchenie-funkcii-aktivacii-i-poteri/

  3. Нейронная сеть — Википедия

    https://ru.wikipedia.org/wiki/wikipedia.org/wiki/нейронная сеть

  4. Mind: How to Build a Neural Network (Part One)

    http://stevenmiller888.github.io/mind-how-to-build-a-neural-network/

  5. Нейронные сети — математический аппарат | BaseGroup Labs

    https://basegroup.ru/community/articles/math

  6. Нейронные сети для начинающих. Часть 1 / Хабр

    https://habr.com/ru/post/312450/

  7. Структура и принцип работы полносвязных нейронных сетей

    https://proproprogs.ru/neural\_network/struktura-i-princip-raboty-polnosvyaznyh-neyronnyh-setey

  8. ЛЕКЦИЯ-11.Нейронные сети

Go up