MCPcopy Index your code
hub / github.com/lazyprogrammer/machine_learning_examples / neural_network2.py

File neural_network2.py

nlp_class2/neural_network2.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# Course URL:
2# https://deeplearningcourses.com/c/natural-language-processing-with-deep-learning-in-python
3# https://udemy.com/natural-language-processing-with-deep-learning-in-python
4from __future__ import print_function, division

Callers

nothing calls this directly

Calls 5

get_bigram_probsFunction · 0.90
softmaxFunction · 0.70
smoothed_lossFunction · 0.70
copyMethod · 0.45

Tested by

no test coverage detected