A repository that contains deep learning code and neural network application.
Dedicated for someone who wants to learn about deep learning and neural network.
What you could expect from this repository :
- Predictions pipeline.
- Examples of neural network.
- Example of time series prediction with LSTM.
- Example of natural language processing. (in the future)
- Example of predicting numbers with neural networks.
- Example of image classification with neural networks.
- Advanced algorithm such as Mask R-CNN and YOLO. (in the future)
What you should not expect from this repository :
- Data cleaning.
- Basic regression algorithm.
- Free voucher at home depot.
🥳 One step closer on understanding deep learning.
☕ Buy me a coffee ko-fi.com/lukaspurbaw
🍣 Trakteer.id trakteer.id/lukaspurbaw
In day 1, you will create a model that only have 1 layer of neural network with 1 neuron, you will also predict a number with a model that you have created. Start your journey by clicking this link.
In day 2, types of activation functions will be introduced. Activation function is to create output by the weights of each neuron. Start here
In day 3, the process of learning and effects of learning rate value would be explained using dummy data and graphs. Start here
In day 4, it's just a simple guideline on how to use neural network. Start here
In day 5, you will predict whether a customers will stop using the bank product or not with a fictional bank data.
Start here
In day 6, you will learn about what is convolutional neural network that is oftenly used to classify images, and how does it works. Start here
In day 7, you will get a hands on how to classify images with CNN from the methods that you have learned in previous code. Start here
In day 8, you can learn about recurrent neural network, a neural network that can also store value from previous data. Start here
In day 9, you can learn more about LSTM, honestly the link is also as same as previous day, but here is an animation of LSTM algorithm. Start here
In day 10, you will predict the price of stock market using LSTM, but be careful, every company in stock market have different data therefore you can't use one data for another company. Start here