pytorch_example

Overview

pytorch_examples

machine learning site map

정리자료

Resnet https://wolfy.tistory.com/243
convolution 연산 정리 https://gaussian37.github.io/dl-concept-covolution_operation/
파이토치 논문 재구현 https://github.com/Seonghoon-Yu/Paper_Review_and_Implementation_in_PyTorch
resnet 구현 https://deep-learning-study.tistory.com/534
cnn 설명 자료 https://glassboxmedicine.com/2020/08/03/convolutional-neural-networks-cnns-in-5-minutes/
파이토치 레퍼런스 https://subinium.github.io/pytorch-Tensor-Variable/
activation function 신경망의 출력을 결정하는 식 https://subinium.github.io/introduction-to-activation/
loss function https://needjarvis.tistory.com/567
optimizer http://shuuki4.github.io/deep%20learning/2016/05/20/Gradient-Descent-Algorithm-Overview.html
visualize activation function https://dashee87.github.io/deep%20learning/visualising-activation-functions-in-neural-networks/
뉴런 , 네트퉈크 조절 해볼 수 있음 http://playground.tensorflow.org
미분 계산기 https://www.derivative-calculator.net/
손실 함수 https://ratsgo.github.io/deep%20learning/2017/09/24/loss/
RNN , LSTM 정리 자료 https://ratsgo.github.io/natural%20language%20processing/2017/03/09/rnnlstm/
좋은 batch_size https://nyanye.com/paper/2020/05/30/good-batchsize/

강의자료

파이토치 튜토리얼 한글/영어 기본 , 예제 잘 들어있지만 개념 적인 부분 부족 https://tutorials.pytorch.kr/beginner/basics/buildmodel_tutorial.html
모두를 위한 딥러닝 한글 //정리 잘 안되어 있음 https://deeplearningzerotoall.github.io/season2/lec_pytorch.html
김성훈 박사 영어 240분 분량 유튭, https://hunkim.github.io/ml/ 유튭 https://www.youtube.com/channel/UCML9R2ol-l0Ab9OXoNnr7Lw 영어를 한글로 정리 한 자료 https://wingnim.tistory.com/m/26
파이토치로 시작하는 딥러닝 입문 위키 형식 참고 자료로 쓰면 좋을듯 https://wikidocs.net/book/2788
coursera /중급 이상으로 보임 https://www.coursera.org/learn/deep-neural-networks-with-pytorch?action=enroll,https://www.coursera.org/professional-certificates/ai-engineer
논문으로 짚어보는 딥러닝의 맥 추후에 보면 도움이 될것 https://www.edwith.org/deeplearningchoi/
딥러닝의 교과서 스탠포드대 수업 영어 //중급 강의 http://cs231n.stanford.edu/ 유튭 https://www.youtube.com/playlist?list=PL3FW7Lu3i5JvHM8ljYj-zLfQRF3EO8sYv 한글강의 노트http://aikorea.org/cs231n/
코세라에서 가장 유명한 강의 기계학습 (스탠퍼드) 입문 , //영어 //한글 자막 코세라 창립, 구글 브레인팀 Andrew Ng 교수 앤듀르 응 강의 https://www.coursera.org/learn/machine-learning 파이썬 작성 코드 https://github.com/kaleko/CourseraML
신경망 강의 한글 자막 // 신경망에대한 강의 https://www.youtube.com/playlist?list=PLZHQObOWTQDNU6R1_67000Dx_ZCJB-3pi
유다 시티 영어 , 짧은 500개 강의 https://www.youtube.com/playlist?list=PLAwxTw4SYaPkQXg8TkVdIvYv4HfLG7SiH
인프런, 혼공 박해선 무료 /한글 //완전 초급 부족한 부분만 골라 들으면서 참고하기 좋을 것 같다 https://www.youtube.com/playlist?list=PLJN246lAkhQjoU0C4v8FgtbjOIXxSs_4Q
파이썬 3 강의 https://www.coursera.org/specializations/python-3-programming?ranMID=40328&ranEAID=nbJH6*TrzAA&ranSiteID=nbJH6.TrzAA-TVGpUDsLQh5FLSPSwhTqsw&siteID=nbJH6.TrzAA-TVGpUDsLQh5FLSPSwhTqsw&utm_content=10&utm_medium=partners&utm_source=linkshare&utm_campaign=nbJH6*TrzAA

Owner
injae hwang
Robotics Engineer
injae hwang
This contains timezone mapping information for when preprocessed from the geonames data

when-data This contains timezone mapping information for when preprocessed from the geonames data. It exists in a separate repository so that one does

Armin Ronacher 2 Dec 07, 2021
Mkdocs obsidian publish - Publish your obsidian vault through a python script

Mkdocs Obsidian Mkdocs Obsidian is an association between a python script and a

Mara 49 Jan 09, 2023
An introduction to hikari, complete with different examples for different command handlers.

An intro to hikari This repo provides some simple examples to get you started with hikari. Contained in this repo are bots designed with both the hika

Ethan Henderson 18 Nov 29, 2022
A markdown wiki and dashboarding system for Datasette

datasette-notebook A markdown wiki and dashboarding system for Datasette This is an experimental alpha and everything about it is likely to change. In

Simon Willison 19 Apr 20, 2022
DataAnalysis: Some data analysis projects in charles_pikachu

DataAnalysis DataAnalysis: Some data analysis projects in charles_pikachu You can star this repository to keep track of the project if it's helpful fo

9 Nov 04, 2022
A web app builds using streamlit API with python backend to analyze and pick insides from multiple data formats.

Data-Analysis-Web-App Data Analysis Web App can analysis data in multiple formates(csv, txt, xls, xlsx, ods, odt) and gives shows you the analysis in

Kumar Saksham 19 Dec 09, 2022
Tips for Writing a Research Paper using LaTeX

Tips for Writing a Research Paper using LaTeX

Guanying Chen 727 Dec 26, 2022
NetBox plugin that stores configuration diffs and checks templates compliance

Config Officer - NetBox plugin NetBox plugin that deals with Cisco device configuration (collects running config from Cisco devices, indicates config

77 Dec 21, 2022
Tutorial for STARKs with supporting code in python

stark-anatomy STARK tutorial with supporting code in python Outline: introduction overview of STARKs basic tools -- algebra and polynomials FRI low de

121 Jan 03, 2023
A python package to avoid writing and maintaining duplicated python docstrings.

docstring-inheritance is a python package to avoid writing and maintaining duplicated python docstrings.

Antoine Dechaume 15 Dec 07, 2022
DataRisk Detection Learning Resources

DataRisk Detection Learning Resources Data security: Based on the "data-centric security system" position, it generally refers to the entire security

Liao Wenzhe 59 Dec 05, 2022
Sphinx theme for readthedocs.org

Read the Docs Sphinx Theme This Sphinx theme was designed to provide a great reader experience for documentation users on both desktop and mobile devi

Read the Docs 4.3k Dec 31, 2022
A plugin to introduce a generic API for Decompiler support in GEF

decomp2gef A plugin to introduce a generic API for Decompiler support in GEF. Like GEF, the plugin is battery-included and requires no external depend

Zion 379 Jan 08, 2023
A collection of online resources to help you on your Tech journey.

Everything Tech Resources & Projects About The Project Coming from an engineering background and looking to up skill yourself on a new field can be di

Mohamed A 396 Dec 31, 2022
Essential Document Generator

Essential Document Generator Dead Simple Document Generation Whether it's testing database performance or a new web interface, we've all needed a dead

Shane C Mason 59 Nov 11, 2022
Quick tutorial on orchest.io that shows how to build multiple deep learning models on your data with a single line of code using python

Deep AutoViML Pipeline for orchest.io Quickstart Build Deep Learning models with a single line of code: deep_autoviml Deep AutoViML helps you build te

Ram Seshadri 6 Oct 02, 2022
Make posters from Markdown files.

MkPosters Create posters using Markdown. Supports icons, admonitions, and LaTeX mathematics. At the moment it is restricted to the specific layout of

Patrick Kidger 243 Dec 20, 2022
A simple tutorial to get you started with Discord and it's Python API

Hello there Feel free to fork and star, open issues if there are typos or you have a doubt. I decided to make this post because as a newbie I never fo

Sachit 1 Nov 01, 2021
A complete kickstart devcontainer repository for python3

A complete kickstart devcontainer repository for python3

Viktor Freiman 3 Dec 23, 2022
Xanadu Quantum Codebook is an experimental, exercise-based introduction to quantum computing using PennyLane.

Xanadu Quantum Codebook The Xanadu Quantum Codebook is an experimental, exercise-based introduction to quantum computing using PennyLane. This reposit

Xanadu 43 Dec 09, 2022