KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
DNN
★ 11
Open GitHub ↗
Deep Neural Network using Python and Tensorflow
Download README (.md)
Explore Similar Repositories
css-grid-example
:
Example code from css grid youtube video
gimme-pizza-slack-command
:
Demo Slack command that orders pizza
recruit
:
No description available.
DESSRT
:
No description available.
LeetCodeDotNet
:
LeetCode部分算法C#实现
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
DNN
?
Download (.md)
# DNN 1. Deep Neural Network using Python and Numpy * classification, logistic regression * sigmoid, softmax, tanh, relu activation function * forward and backward propagation, cost function * gradient descent optimization algorithm * regularization, including L2 regularization and dropout * optimization, including mini-batch and adam mode * gradient checking * one-hot encoding 2. Deeep Neural Network using Tensorflow