Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

Artificial Inteligence on Facebook #279

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#This is where we will have a our data preparation and processing
#get our data ready for training with our model

# from the tensorflow library
import tensorflow


class data_preprocessing:

Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#We will definitely train our model here

#from the library
import tensorflow


class model:



def __init__(self):
#code

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<p>This is the place where our data will be kept for processing</p>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<p>A folder where our trained model will be saved</p>
3 changes: 3 additions & 0 deletions CodeSamples/AI/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<div>
<p>This is all about Artificial Inteligence Plaftorm, Just AI</p>
</div>