Библиотеки, используемые в ANN с последовательной моделью керас

from keras.models import Sequential
from keras.layers import Dense # A layer with fully connected with previous layer
Helpful Hare