Skip to content

Akash1070/Neural-Network-with-TensorFlow-and-Keras-

Repository files navigation

Neural Network With Tensorflow & Keras

Python 3.6 Tensorflow keras

Authors

Deployment

1. Data Extraction
2. Exploratory Data Analysis(EDA)
3. Using Tensorflow & Keras for Artificial Neural Network 

Installation

To install the libraries used in this project. Follow the below steps:

!pip install tensorflow-gpu==2.0.0-alpha0
!pip install keras
import numpy as mp
from numpy import loadtxt
import keras
from keras.models import Sequential
from keras.layers import Dense
import matplotlib.pyplot as plt # plotting library
%matplotlib inline
import tensorflow
from tensorflow.keras.optimizers import Adam # - Works ,RMSprop
from tensorflow.keras.utils import to_categorical, plot_model
from keras import  backend as K

Running Flask Api

To run tests, run the following command

  python app.py

🚀 About Me

Data Scientist Enthusiast | Petroleum Engineer Graduate | Solving Problems Using Data

Hi, I'm Akash! 👋

🔗 Links

github linkedin

Tech Stack

Logo

Other Me

👩‍💻 I’m interested in Petroleum Engineering

🧠 I’m currently learning Data Scientist | Data Analytics | Business Analytics

👯‍♀️ I’m looking to collaborate on Ideas & Data

🛠 Skills

  1. Data Scientist
  2. Data Analyst
  3. Business Analyst
  4. Machine Learning

Future Plans

⚡️ Looking forward to help drive innovations into your company as a Data Scientist

⚡️ Looking forward to offer more than I take and leave the place better than i found

Releases

No releases published

Packages

No packages published