# ডিপ লার্নিং ও আর্টিফিশিয়াল নিউরাল নেটওয়ার্ক

## ডিপ লার্নিং ও আর্টিফিশিয়াল নিউরাল নেটওয়ার্ক

- [পরিচিতি](https://dl.howtocode.dev/master.md)
- [মেশিন লার্নিং বনাম ডিপ লার্নিং](https://dl.howtocode.dev/ml-vs-dl.md)
- [আর্টিফিশিয়াল নিউরাল নেটওয়ার্ক](https://dl.howtocode.dev/artificial-nn.md)
- [সহজ একটি নিউরাল নেটওয়ার্ক](https://dl.howtocode.dev/simple-nn.md)
- [ট্রেনিং এর পদ্ধতি](https://dl.howtocode.dev/simple-nn/simple-nn-train.md)
- [ফিরে দেখা](https://dl.howtocode.dev/simple-nn/simple-nn-diagram.md)
- [কোডিং](https://dl.howtocode.dev/simple-nn/simple-nn-code.md)
- [পরীক্ষা করে দেখা](https://dl.howtocode.dev/simple-nn/simple-nn-check.md)
- [মাল্টি লেয়ার নিউরাল নেটওয়ার্ক](https://dl.howtocode.dev/multi-layer-nn.md)
- [কোডিং](https://dl.howtocode.dev/multi-layer-nn/multi-layer-nn-code.md)
- [পরীক্ষা করে দেখা](https://dl.howtocode.dev/multi-layer-nn/multi-layer-nn-check.md)
- [কনভলিউশনাল নিউরাল নেটওয়ার্ক](https://dl.howtocode.dev/cnn.md)
- [ব্যাসিক পরিচিতি](https://dl.howtocode.dev/cnn/cnn-intro.md)
- [কনভলিউশন করা](https://dl.howtocode.dev/cnn/convolution.md)
- [ফুলি কানেক্টেড লেয়ার](https://dl.howtocode.dev/cnn/fully-connected-layer.md)
- [কমপ্লিট কনভলিউশনাল নিউরাল নেটওয়ার্ক](https://dl.howtocode.dev/cnn/cnn-full.md)
- [পরীক্ষা করে দেখা](https://dl.howtocode.dev/cnn/cnn-check.md)
- [বিভিন্ন লাইব্রেরীর ব্যবহার](https://dl.howtocode.dev/dl-libraries.md)
- [TensorFlow পরিচিতি](https://dl.howtocode.dev/tf-intro.md)
- [TensorFlow ব্যাসিক](https://dl.howtocode.dev/tf-intro/tf-hello-world.md)
- [ভ্যারিয়েবল ও প্লেসহোল্ডার](https://dl.howtocode.dev/tf-intro/tf-var-placeholder.md)
- [TensorFlow দিয়ে ইমেজ ক্লাসিফায়ার তৈরি](https://dl.howtocode.dev/tf-img-class.md)
- [ডাটা বুঝে নেয়া](https://dl.howtocode.dev/tf-img-class/tf-img-class-exp-data.md)
- [ডাটা ডাইমেনশন](https://dl.howtocode.dev/tf-img-class/tf-img-class-data-dimen.md)
- [গ্রাফ তৈরি](https://dl.howtocode.dev/tf-img-class/tf-img-class-graph.md)
- [মডেল](https://dl.howtocode.dev/tf-img-class/tf-img-class-model.md)
- [Cost ফাংশন ও অপটিমাইজেশন](https://dl.howtocode.dev/tf-img-class/tf-img-class-cost-opt.md)
- [TensorFlow রান](https://dl.howtocode.dev/tf-img-class/tf-img-class-run.md)
- [TensorFlow দিয়ে কনভলিউশনাল NN](https://dl.howtocode.dev/to-do.md)
- [Pretty Tensor](https://dl.howtocode.dev/to-do-1.md)
- [Inception মডেল](https://dl.howtocode.dev/to-do-2.md)
- [ট্রান্সফার লার্নিং](https://dl.howtocode.dev/to-do-3.md)
- [ডিপ ড্রিম](https://dl.howtocode.dev/to-do-4.md)
- [রি-ইনফোর্সমেন্ট লার্নিং](https://dl.howtocode.dev/to-do-5.md)
